f8da39665c
Copy from zypp:Head/libzypp based on submit request 25637 from user mlandres OBS-URL: https://build.opensuse.org/request/show/25637 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=194
269 lines
7.5 KiB
RPMSpec
269 lines
7.5 KiB
RPMSpec
#
|
|
# spec file for package libzypp (Version 6.27.0)
|
|
#
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: libzypp
|
|
License: GPLv2+
|
|
Group: System/Packages
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
AutoReqProv: on
|
|
Summary: Package, Patch, Pattern, and Product Management
|
|
Version: 6.27.0
|
|
Release: 1
|
|
Source: %{name}-%{version}.tar.bz2
|
|
Source1: %{name}-rpmlintrc
|
|
Prefix: /usr
|
|
Provides: yast2-packagemanager
|
|
Obsoletes: yast2-packagemanager
|
|
Recommends: logrotate
|
|
BuildRequires: cmake
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: boost-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel
|
|
BuildRequires: libsatsolver-devel >= 0.14.9
|
|
%requires_eq satsolver-tools
|
|
# required for testsuite, webrick
|
|
BuildRequires: ruby
|
|
%if 0%{?suse_version}
|
|
BuildRequires: libexpat-devel
|
|
%else
|
|
BuildRequires: expat-devel
|
|
%endif
|
|
%if 0%{?suse_version}
|
|
BuildRequires: hicolor-icon-theme rpm-devel update-desktop-files
|
|
Requires: uuid-runtime
|
|
%endif
|
|
%if 0%{?fedora_version}
|
|
BuildRequires: dbus-glib-devel glib2-devel popt-devel rpm-devel
|
|
%endif
|
|
%if 0%{?mandriva_version}
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: librpm-devel
|
|
# uuidgen
|
|
Requires: e2fsprogs
|
|
%endif
|
|
%if 0%{?suse_version}
|
|
Requires: gpg2
|
|
%else
|
|
Requires: gnupg
|
|
%endif
|
|
# ---------------------------------------------------------------
|
|
%if 0%{?suse_version} == 1110
|
|
# (almost) common codebase, but on SLES11-SP1 (according to Rudi
|
|
# suse_version == 1110) we have a patched libcurl-7.19.0-11.22,
|
|
# and no aria2.
|
|
%define min_curl_version 7.19.0-11.22
|
|
# ---------------------------------------------------------------
|
|
%else
|
|
# ---------------------------------------------------------------
|
|
# This is 11.2 (better not sles11-sp1)
|
|
# need CURLOPT_REDIR_PROTOCOLS:
|
|
%define min_curl_version 7.19.4
|
|
# want aria2:
|
|
Requires: aria2 >= 1.1.2
|
|
BuildRequires: aria2 >= 1.1.2
|
|
%endif
|
|
# ---------------------------------------------------------------
|
|
Requires: libcurl4 >= %{min_curl_version}
|
|
BuildRequires: libcurl-devel >= %{min_curl_version}
|
|
|
|
%description
|
|
Package, Patch, Pattern, and Product Management
|
|
|
|
Authors:
|
|
--------
|
|
Michael Andres <ma@suse.de>
|
|
Jiri Srain <jsrain@suse.cz>
|
|
Stefan Schubert <schubi@suse.de>
|
|
Duncan Mac-Vicar <dmacvicar@suse.de>
|
|
Klaus Kaempf <kkaempf@suse.de>
|
|
Marius Tomaschewski <mt@suse.de>
|
|
Stanislav Visnovsky <visnov@suse.cz>
|
|
Ladislav Slezak <lslezak@suse.cz>
|
|
|
|
%package devel
|
|
License: GPLv2+
|
|
Requires: libzypp == %{version}
|
|
Requires: libxml2-devel openssl-devel rpm-devel glibc-devel zlib-devel
|
|
Requires: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
|
Requires: cmake
|
|
Requires: libcurl-devel >= %{min_curl_version}
|
|
%requires_ge libsatsolver-devel
|
|
Summary: Package, Patch, Pattern, and Product Management - developers files
|
|
Group: System/Packages
|
|
Provides: yast2-packagemanager-devel
|
|
Obsoletes: yast2-packagemanager-devel
|
|
|
|
%description -n libzypp-devel
|
|
Package, Patch, Pattern, and Product Management - developers files
|
|
|
|
Authors:
|
|
--------
|
|
Michael Andres <ma@suse.de>
|
|
Jiri Srain <jsrain@suse.cz>
|
|
Stefan Schubert <schubi@suse.de>
|
|
Duncan Mac-Vicar <dmacvicar@suse.de>
|
|
Klaus Kaempf <kkaempf@suse.de>
|
|
Marius Tomaschewski <mt@suse.de>
|
|
Stanislav Visnovsky <visnov@suse.cz>
|
|
Ladislav Slezak <lslezak@suse.cz>
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
mkdir build
|
|
cd build
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
|
export CXXFLAGS="$CFLAGS"
|
|
cmake -DCMAKE_INSTALL_PREFIX=%{prefix} \
|
|
-DDOC_INSTALL_DIR=%{_docdir} \
|
|
-DLIB=%{_lib} \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_SKIP_RPATH=1 \
|
|
..
|
|
make %{?jobs:-j %jobs} VERBOSE=1
|
|
make -C doc/autodoc %{?jobs:-j %jobs}
|
|
make -C po %{?jobs:-j %jobs} translations
|
|
%if 0%{?run_testsuite}
|
|
make -C tests %{?jobs:-j %jobs}
|
|
pushd tests
|
|
LD_LIBRARY_PATH=$PWD/../zypp:$LD_LIBRARY_PATH ctest .
|
|
popd
|
|
%endif
|
|
#make check
|
|
|
|
%install
|
|
rm -rf "$RPM_BUILD_ROOT"
|
|
cd build
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
make -C doc/autodoc install DESTDIR=$RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/etc/zypp/repos.d
|
|
mkdir -p $RPM_BUILD_ROOT/etc/zypp/services.d
|
|
mkdir -p $RPM_BUILD_ROOT/%{_usr}/lib/zypp
|
|
mkdir -p $RPM_BUILD_ROOT/%{_var}/lib/zypp
|
|
mkdir -p $RPM_BUILD_ROOT/%{_var}/log/zypp
|
|
mkdir -p $RPM_BUILD_ROOT/%{_var}/cache/zypp
|
|
%if 0%{?suse_version}
|
|
%suse_update_desktop_file -G "" -C "" package-manager
|
|
%endif
|
|
make -C po install DESTDIR=$RPM_BUILD_ROOT
|
|
# Create filelist with translations
|
|
cd ..
|
|
%{find_lang} zypp
|
|
|
|
%post
|
|
%run_ldconfig
|
|
if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
|
|
# convert old lock file to new
|
|
# TODO make this a separate file?
|
|
# TODO run the sript only when updating form pre-11.0 libzypp versions
|
|
LOCKSFILE=/etc/zypp/locks
|
|
OLDLOCKSFILE=/etc/zypp/locks.old
|
|
is_old(){
|
|
# if no such file, exit with false (1 in bash)
|
|
test -f ${LOCKSFILE} || return 1
|
|
TEMP_FILE=`mktemp`
|
|
cat ${LOCKSFILE} | sed '/^\#.*/ d;/.*:.*/d;/^[^[a-zA-Z\*?.0-9]*$/d' > ${TEMP_FILE}
|
|
if [ -s ${TEMP_FILE} ]
|
|
then
|
|
RES=0
|
|
else
|
|
RES=1
|
|
fi
|
|
rm -f ${TEMP_FILE}
|
|
return ${RES}
|
|
}
|
|
append_new_lock(){
|
|
case "$#" in
|
|
1 )
|
|
echo "
|
|
solvable_name: $1
|
|
match_type: glob
|
|
" >> ${LOCKSFILE}
|
|
;;
|
|
2 ) #TODO version
|
|
echo "
|
|
solvable_name: $1
|
|
match_type: glob
|
|
version: $2
|
|
" >> ${LOCKSFILE}
|
|
;;
|
|
3 ) #TODO version
|
|
echo "
|
|
solvable_name: $1
|
|
match_type: glob
|
|
version: $2 $3
|
|
" >> ${LOCKSFILE}
|
|
;;
|
|
esac
|
|
}
|
|
die() {
|
|
echo $1
|
|
exit 1
|
|
}
|
|
if is_old ${LOCKSFILE}
|
|
then
|
|
mv -f ${LOCKSFILE} ${OLDLOCKSFILE} || die "cannot backup old locks"
|
|
cat ${OLDLOCKSFILE}| sed "/^\#.*/d"| while read line
|
|
do
|
|
append_new_lock $line
|
|
done
|
|
fi
|
|
|
|
%postun
|
|
%run_ldconfig
|
|
|
|
%clean
|
|
rm -rf "$RPM_BUILD_ROOT"
|
|
|
|
%files -f zypp.lang
|
|
%defattr(-,root,root)
|
|
%dir /etc/zypp
|
|
%dir /etc/zypp/repos.d
|
|
%dir /etc/zypp/services.d
|
|
%config(noreplace) /etc/zypp/zypp.conf
|
|
%config(noreplace) /etc/zypp/systemCheck
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/zypp-history.lr
|
|
%{_usr}/lib/zypp
|
|
%dir %{_var}/lib/zypp
|
|
%dir %{_var}/log/zypp
|
|
%dir %{_var}/cache/zypp
|
|
%dir %{prefix}/lib/zypp
|
|
%{prefix}/share/zypp
|
|
%{prefix}/share/applications/package-manager.desktop
|
|
%{prefix}/share/icons/hicolor/scalable/apps/package-manager-icon.svg
|
|
%{prefix}/share/icons/hicolor/16x16/apps/package-manager-icon.png
|
|
%{prefix}/share/icons/hicolor/22x22/apps/package-manager-icon.png
|
|
%{prefix}/share/icons/hicolor/24x24/apps/package-manager-icon.png
|
|
%{prefix}/share/icons/hicolor/32x32/apps/package-manager-icon.png
|
|
%{prefix}/share/icons/hicolor/48x48/apps/package-manager-icon.png
|
|
%{prefix}/bin/*
|
|
%{_libdir}/libzypp*so.*
|
|
%doc %_mandir/man5/locks.5.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libzypp.so
|
|
%{_docdir}/%{name}
|
|
%{prefix}/include/zypp
|
|
%{prefix}/share/cmake/Modules/*
|
|
%{_libdir}/pkgconfig/libzypp.pc
|
|
|
|
%changelog
|