Imported Upstream version 15.21.1
[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 Provides:       libzypp(repovarexpand) = 0
42
43 %if 0%{?suse_version}
44 Recommends:     logrotate
45 # lsof is used for 'zypper ps':
46 Recommends:     lsof
47 %endif
48 BuildRequires:  cmake
49 BuildRequires:  openssl-devel
50 %if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
51 BuildRequires:  libudev-devel
52 %else
53 BuildRequires:  hal-devel
54 %endif
55 BuildRequires:  boost-devel
56 BuildRequires:  dejagnu
57 BuildRequires:  doxygen
58 %if 0%{?force_gcc_46}
59 BuildRequires:  gcc46
60 BuildRequires:  gcc46-c++
61 %else
62 BuildRequires:  gcc-c++ >= 4.6
63 %endif
64 BuildRequires:  gettext-devel
65 BuildRequires:  graphviz
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.7
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 EXTRA_CMAKE_OPTIONS
199 # We are moving towards a uniform translation set for SLE and openSUSE.
200 # While separate SLE translations are still present, overlay them.
201 unset TRANSLATION_SET
202 if [ -f ../po/sle-zypp-po.tar.bz2 ]; then
203   export TRANSLATION_SET=sle-zypp
204 fi
205 # No libproxy on SLE11
206 %if 0%{?suse_version} == 1110
207 export EXTRA_CMAKE_OPTIONS="-DDISABLE_LIBPROXY=ON"
208 %endif
209
210 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
211       -DDOC_INSTALL_DIR=%{_docdir} \
212       -DLIB=%{_lib} \
213       -DCMAKE_BUILD_TYPE=Release \
214       -DCMAKE_SKIP_RPATH=1 \
215       -DUSE_TRANSLATION_SET=${TRANSLATION_SET:-zypp} \
216       ${EXTRA_CMAKE_OPTIONS} \
217       ..
218 make %{?_smp_mflags} VERBOSE=1
219 make -C doc/autodoc %{?_smp_mflags}
220 make -C po %{?_smp_mflags} translations
221
222 %if 0%{?run_testsuite}
223   make -C tests %{?_smp_mflags}
224   pushd tests
225   LD_LIBRARY_PATH=$PWD/../zypp:$LD_LIBRARY_PATH ctest .
226   popd
227 %endif
228
229 #make check
230
231 %install
232 rm -rf "$RPM_BUILD_ROOT"
233 cd build
234 make install DESTDIR=$RPM_BUILD_ROOT
235 make -C doc/autodoc install DESTDIR=$RPM_BUILD_ROOT
236 %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
237 ln -s %{_sysconfdir}/yum.repos.d $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
238 %else
239 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d
240 %endif
241 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/services.d
242 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/systemCheck.d
243 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/vendors.d
244 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/multiversion.d
245 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp
246 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins
247 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/appdata
248 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/commit
249 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/services
250 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/system
251 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins/urlresolver
252 mkdir -p $RPM_BUILD_ROOT%{_var}/lib/zypp
253 mkdir -p $RPM_BUILD_ROOT%{_var}/log/zypp
254 mkdir -p $RPM_BUILD_ROOT%{_var}/cache/zypp
255
256 make -C po install DESTDIR=$RPM_BUILD_ROOT
257 # Create filelist with translations
258 cd ..
259 %{find_lang} zypp
260
261 %post
262 /sbin/ldconfig
263 if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
264
265 # convert old lock file to new
266 # TODO make this a separate file?
267 # TODO run the sript only when updating form pre-11.0 libzypp versions
268 LOCKSFILE=%{_sysconfdir}/zypp/locks
269 OLDLOCKSFILE=%{_sysconfdir}/zypp/locks.old
270
271 is_old(){
272   # if no such file, exit with false (1 in bash)
273   test -f ${LOCKSFILE} || return 1
274   TEMP_FILE=`mktemp`
275   cat ${LOCKSFILE} | sed '/^\#.*/ d;/.*:.*/d;/^[^[a-zA-Z\*?.0-9]*$/d' > ${TEMP_FILE}
276   if [ -s ${TEMP_FILE} ]
277   then
278     RES=0
279   else
280     RES=1
281   fi
282   rm -f ${TEMP_FILE}
283   return ${RES}
284 }
285
286 append_new_lock(){
287   case "$#" in
288     1 )
289   echo "
290 solvable_name: $1
291 match_type: glob
292 " >> ${LOCKSFILE}
293 ;;
294     2 ) #TODO version
295   echo "
296 solvable_name: $1
297 match_type: glob
298 version: $2
299 " >> ${LOCKSFILE}
300 ;;
301     3 ) #TODO version
302   echo "
303 solvable_name: $1
304 match_type: glob
305 version: $2 $3
306 " >> ${LOCKSFILE}
307   ;;
308 esac
309 }
310
311 die() {
312   echo $1
313   exit 1
314 }
315
316 if is_old ${LOCKSFILE}
317   then
318   mv -f ${LOCKSFILE} ${OLDLOCKSFILE} || die "cannot backup old locks"
319   cat ${OLDLOCKSFILE}| sed "/^\#.*/d"| while read line
320   do
321     append_new_lock $line
322   done
323 fi
324
325 %postun -p /sbin/ldconfig
326
327 %clean
328 rm -rf "$RPM_BUILD_ROOT"
329
330 %files -f zypp.lang
331 %defattr(-,root,root)
332 %dir               %{_sysconfdir}/zypp
333 %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
334 %{_sysconfdir}/zypp/repos.d
335 %else
336 %dir               %{_sysconfdir}/zypp/repos.d
337 %endif
338 %dir               %{_sysconfdir}/zypp/services.d
339 %dir               %{_sysconfdir}/zypp/systemCheck.d
340 %dir               %{_sysconfdir}/zypp/vendors.d
341 %dir               %{_sysconfdir}/zypp/multiversion.d
342 %config(noreplace) %{_sysconfdir}/zypp/zypp.conf
343 %config(noreplace) %{_sysconfdir}/zypp/systemCheck
344 %config(noreplace) %{_sysconfdir}/logrotate.d/zypp-history.lr
345 %dir               %{_var}/lib/zypp
346 %dir               %{_var}/log/zypp
347 %dir               %{_var}/cache/zypp
348 %{_prefix}/lib/zypp
349 %{_datadir}/zypp
350 %{_bindir}/*
351 %{_libdir}/libzypp*so.*
352 %doc %{_mandir}/man1/*.1.*
353 %doc %{_mandir}/man5/*.5.*
354
355 %files devel
356 %defattr(-,root,root)
357 %{_libdir}/libzypp.so
358 %{_includedir}/zypp
359 %{_datadir}/cmake/Modules/*
360 %{_libdir}/pkgconfig/libzypp.pc
361
362 %files devel-doc
363 %defattr(-,root,root)
364 %{_docdir}/%{name}
365
366 %changelog