Imported Upstream version 14.31.0
[platform/upstream/libzypp.git] / libzypp.spec.cmake
1 #
2 # spec file for package libzypp
3 #
4 # Copyright (c) 2005-2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
5 #
6 # All modifications and additions to the file contributed by third parties
7 # remain the property of their copyright owners, unless otherwise agreed
8 # upon. The license for this file, and modifications and additions to the
9 # file, is the same license as for the pristine package itself (unless the
10 # license for the pristine package is not an Open Source License, in which
11 # case the license is the MIT License). An "Open Source License" is a
12 # license that conforms to the Open Source Definition (Version 1.9)
13 # published by the Open Source Initiative.
14
15 # Please submit bugfixes or comments via http://bugs.opensuse.org/
16 #
17
18
19 %define force_gcc_46 0
20
21 Name:           @PACKAGE@
22 Version:        @VERSION@
23 Release:        0
24 License:        GPL-2.0+
25 Url:            git://gitorious.org/opensuse/libzypp.git
26 Summary:        Package, Patch, Pattern, and Product Management
27 Group:          System/Packages
28 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
29 Source:         %{name}-%{version}.tar.bz2
30 Source1:        %{name}-rpmlintrc
31 Provides:       yast2-packagemanager
32 Obsoletes:      yast2-packagemanager
33
34 # Features we provide (update doc/autoinclude/FeatureTest.doc):
35 Provides:       libzypp(plugin) = 0
36 Provides:       libzypp(plugin:appdata) = 0
37 Provides:       libzypp(plugin:commit) = 1
38 Provides:       libzypp(plugin:services) = 0
39 Provides:       libzypp(plugin:system) = 0
40 Provides:       libzypp(plugin:urlresolver) = 0
41
42 %if 0%{?suse_version}
43 Recommends:     logrotate
44 # lsof is used for 'zypper ps':
45 Recommends:     lsof
46 %endif
47 BuildRequires:  cmake
48 BuildRequires:  openssl-devel
49 %if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
50 BuildRequires:  libudev-devel
51 %else
52 BuildRequires:  hal-devel
53 %endif
54 BuildRequires:  boost-devel
55 BuildRequires:  dejagnu
56 BuildRequires:  doxygen
57 %if 0%{?force_gcc_46}
58 BuildRequires:  gcc46
59 BuildRequires:  gcc46-c++
60 %else
61 BuildRequires:  gcc-c++ >= 4.6
62 %endif
63 BuildRequires:  gettext-devel
64 BuildRequires:  graphviz
65 BuildRequires:  graphviz-gnome
66 BuildRequires:  libxml2-devel
67 %if 0%{?suse_version} != 1110
68 # No libproxy on SLES
69 BuildRequires:  libproxy-devel
70 %endif
71
72 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
73 BuildRequires:  pkgconfig
74 %else
75 BuildRequires:  pkg-config
76 %endif
77
78 BuildRequires:  libsolv-devel >= 0.6.6
79 %if 0%{?suse_version} >= 1100
80 BuildRequires:  libsolv-tools
81 %requires_eq    libsolv-tools
82 %else
83 Requires:       libsolv-tools
84 %endif
85
86 # required for testsuite, webrick
87 BuildRequires:  ruby
88
89 %if 0%{?suse_version}
90 BuildRequires:  libexpat-devel
91 %else
92 BuildRequires:  expat-devel
93 %endif
94
95 Requires:       rpm
96
97 %if 0%{?suse_version}
98 BuildRequires:  rpm-devel
99 %endif
100
101 %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
102 BuildRequires:  glib2-devel
103 BuildRequires:  popt-devel
104 BuildRequires:  rpm-devel
105 %endif
106
107 %if 0%{?mandriva_version}
108 BuildRequires:  glib2-devel
109 BuildRequires:  librpm-devel
110 %endif
111
112 %if 0%{?suse_version}
113 Requires:       gpg2
114 %else
115 Requires:       gnupg2
116 %endif
117
118 %define min_curl_version 7.19.4
119 %if 0%{?suse_version}
120 %if 0%{?suse_version} >= 1100
121 # Code11+
122 BuildRequires:  libcurl-devel >= %{min_curl_version}
123 Requires:       libcurl4   >= %{min_curl_version}
124 %else
125 # Code10
126 BuildRequires:  curl-devel
127 %endif
128 %else
129 # Other distros (Fedora)
130 BuildRequires:  libcurl-devel >= %{min_curl_version}
131 Requires:       libcurl   >= %{min_curl_version}
132 %endif
133
134 %description
135 Package, Patch, Pattern, and Product Management
136
137 %package devel
138 Summary:        Package, Patch, Pattern, and Product Management - developers files
139 Group:          Development/Libraries/C and C++
140 Provides:       yast2-packagemanager-devel
141 Obsoletes:      yast2-packagemanager-devel
142 Requires:       boost-devel
143 Requires:       bzip2
144 Requires:       glibc-devel
145 Requires:       libstdc++-devel
146 Requires:       libxml2-devel
147 Requires:       libzypp = %{version}
148 Requires:       openssl-devel
149 Requires:       popt-devel
150 Requires:       rpm-devel
151 Requires:       zlib-devel
152 %if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
153 Requires:       libudev-devel
154 %else
155 Requires:       hal-devel
156 %endif
157 Requires:       cmake
158 %if 0%{?suse_version}
159 %if 0%{?suse_version} >= 1100
160 # Code11+
161 Requires:       libcurl-devel >= %{min_curl_version}
162 %else
163 # Code10
164 Requires:       curl-devel
165 %endif
166 %else
167 # Other distros (Fedora)
168 Requires:       libcurl-devel >= %{min_curl_version}
169 %endif
170 %if 0%{?suse_version} >= 1100
171 %requires_ge    libsolv-devel
172 %else
173 Requires:       libsolv-devel
174 %endif
175
176 %description devel
177 Package, Patch, Pattern, and Product Management - developers files
178
179 %package devel-doc
180 Summary:        Package, Patch, Pattern, and Product Management - developers files
181 Group:          Documentation/HTML
182
183 %description devel-doc
184 Package, Patch, Pattern, and Product Management - developers files
185
186 %prep
187 %setup -q
188
189 %build
190 mkdir build
191 cd build
192 %if 0%{?force_gcc_46}
193 export CC=gcc-4.6
194 export CXX=g++-4.6
195 %endif
196 export CFLAGS="$RPM_OPT_FLAGS"
197 export CXXFLAGS="$RPM_OPT_FLAGS"
198 unset TRANSLATION_SET
199 unset EXTRA_CMAKE_OPTIONS
200 # Same codebase, but SLES may use it's own translation set.
201 #     suse_version
202 #       1110            SLES11
203 #       1315            SLES12
204 %if 0%{?suse_version} == 1110 || 0%{?suse_version} == 1315
205 if [ -f ../po/sle-zypp-po.tar.bz ]; then
206   export TRANSLATION_SET=sle-zypp
207 fi
208 %endif
209 # No libproxy on SLE11
210 %if 0%{?suse_version} == 1110
211 export EXTRA_CMAKE_OPTIONS="-DDISABLE_LIBPROXY=ON"
212 %endif
213
214 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
215       -DDOC_INSTALL_DIR=%{_docdir} \
216       -DLIB=%{_lib} \
217       -DCMAKE_BUILD_TYPE=Release \
218       -DCMAKE_SKIP_RPATH=1 \
219       -DUSE_TRANSLATION_SET=${TRANSLATION_SET:-zypp} \
220       ${EXTRA_CMAKE_OPTIONS} \
221       ..
222 make %{?_smp_mflags} VERBOSE=1
223 make -C doc/autodoc %{?_smp_mflags}
224 make -C po %{?_smp_mflags} translations
225
226 %if 0%{?run_testsuite}
227   make -C tests %{?_smp_mflags}
228   pushd tests
229   LD_LIBRARY_PATH=$PWD/../zypp:$LD_LIBRARY_PATH ctest .
230   popd
231 %endif
232
233 #make check
234
235 %install
236 rm -rf "$RPM_BUILD_ROOT"
237 cd build
238 make install DESTDIR=$RPM_BUILD_ROOT
239 make -C doc/autodoc install DESTDIR=$RPM_BUILD_ROOT
240 %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
241 ln -s %{_sysconfdir}/yum.repos.d $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
242 %else
243 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
244 %endif
245 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/services.d
246 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/vendors.d
247 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/multiversion.d
248 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp
249 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins
250 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/appdata
251 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/commit
252 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/services
253 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/system
254 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/urlresolver
255 mkdir -p $RPM_BUILD_ROOT%{_var}/lib/zypp
256 mkdir -p $RPM_BUILD_ROOT%{_var}/log/zypp
257 mkdir -p $RPM_BUILD_ROOT%{_var}/cache/zypp
258
259 make -C po install DESTDIR=$RPM_BUILD_ROOT
260 # Create filelist with translations
261 cd ..
262 %{find_lang} zypp
263
264 %post
265 /sbin/ldconfig
266 if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
267
268 # convert old lock file to new
269 # TODO make this a separate file?
270 # TODO run the sript only when updating form pre-11.0 libzypp versions
271 LOCKSFILE=%{_sysconfdir}/zypp/locks
272 OLDLOCKSFILE=%{_sysconfdir}/zypp/locks.old
273
274 is_old(){
275   # if no such file, exit with false (1 in bash)
276   test -f ${LOCKSFILE} || return 1
277   TEMP_FILE=`mktemp`
278   cat ${LOCKSFILE} | sed '/^\#.*/ d;/.*:.*/d;/^[^[a-zA-Z\*?.0-9]*$/d' > ${TEMP_FILE}
279   if [ -s ${TEMP_FILE} ]
280   then
281     RES=0
282   else
283     RES=1
284   fi
285   rm -f ${TEMP_FILE}
286   return ${RES}
287 }
288
289 append_new_lock(){
290   case "$#" in
291     1 )
292   echo "
293 solvable_name: $1
294 match_type: glob
295 " >> ${LOCKSFILE}
296 ;;
297     2 ) #TODO version
298   echo "
299 solvable_name: $1
300 match_type: glob
301 version: $2
302 " >> ${LOCKSFILE}
303 ;;
304     3 ) #TODO version
305   echo "
306 solvable_name: $1
307 match_type: glob
308 version: $2 $3
309 " >> ${LOCKSFILE}
310   ;;
311 esac
312 }
313
314 die() {
315   echo $1
316   exit 1
317 }
318
319 if is_old ${LOCKSFILE}
320   then
321   mv -f ${LOCKSFILE} ${OLDLOCKSFILE} || die "cannot backup old locks"
322   cat ${OLDLOCKSFILE}| sed "/^\#.*/d"| while read line
323   do
324     append_new_lock $line
325   done
326 fi
327
328 %postun -p /sbin/ldconfig
329
330 %clean
331 rm -rf "$RPM_BUILD_ROOT"
332
333 %files -f zypp.lang
334 %defattr(-,root,root)
335 %dir               %{_sysconfdir}/zypp
336 %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
337 %{_sysconfdir}/zypp/repos.d
338 %else
339 %dir               %{_sysconfdir}/zypp/repos.d
340 %endif
341 %dir               %{_sysconfdir}/zypp/services.d
342 %dir               %{_sysconfdir}/zypp/vendors.d
343 %dir               %{_sysconfdir}/zypp/multiversion.d
344 %config(noreplace) %{_sysconfdir}/zypp/zypp.conf
345 %config(noreplace) %{_sysconfdir}/zypp/systemCheck
346 %config(noreplace) %{_sysconfdir}/logrotate.d/zypp-history.lr
347 %dir               %{_var}/lib/zypp
348 %dir               %{_var}/log/zypp
349 %dir               %{_var}/cache/zypp
350 %{_prefix}/lib/zypp
351 %{_datadir}/zypp
352 %{_bindir}/*
353 %{_libdir}/libzypp*so.*
354 %doc %{_mandir}/man1/*.1.*
355 %doc %{_mandir}/man5/*.5.*
356
357 %files devel
358 %defattr(-,root,root)
359 %{_libdir}/libzypp.so
360 %{_includedir}/zypp
361 %{_datadir}/cmake/Modules/*
362 %{_libdir}/pkgconfig/libzypp.pc
363
364 %files devel-doc
365 %defattr(-,root,root)
366 %{_docdir}/%{name}
367
368 %changelog