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