# # Conditional build: %bcond_with static # don't use shared libraries %bcond_without imode # don't build interactive mode %bcond_without python # don't build python bindings # # required versions (forced to avoid SEGV with mixed db used by rpm and poldek) %if "%{pld_release}" == "ti" %define ver_db 4.5.20 %define ver_db_rel 8 %else %define ver_db 4.7.25 %define ver_db_rel 1 %endif %define ver_rpm 4.5-5 # %define snap 20080820.23 %define rel 39 Summary: RPM packages management helper tool Summary(pl.UTF-8): Pomocnicze narzędzie do zarządzania pakietami RPM Name: poldek Version: 0.30 Release: 0.%{snap}.%{rel} License: GPL v2 Group: Applications/System #Source0: http://poldek.pld-linux.org/download/snapshots/%{name}-%{version}-cvs%{snap}.tar.bz2 Source0: http://carme.pld-linux.org/~megabajt/snaps/poldek/%{name}-%{version}-cvs%{snap}.tar.bz2 # Source0-md5: 2738eb3996f1cdf1e5d74b913d6e7414 Source1: %{name}.conf Source2: %{name}-multilib.conf Source3: %{name}-ti.conf Source4: %{name}-multilib-ti.conf Source5: %{name}-aliases.conf Source6: %{name}.desktop Source7: %{name}.png Source8: %{name}-debuginfo.conf Source9: %{name}-aidath.conf Source10: %{name}-multilib-aidath.conf Patch0: %{name}-vserver-packages.patch Patch1: %{name}-config.patch Patch2: %{name}-abort-on-upgrade.patch Patch3: %{name}-inline.patch Patch4: %{name}-ls-llu.patch Patch5: %{name}-op-ldalldesc.patch Patch6: %{name}-nocolor-upgrade.patch Patch7: %{name}-upgrade-dist.patch Patch8: %{name}-keep-reinstalled-provides.patch Patch9: %{name}-dont-ask-for-suggests-on-errors.patch Patch10: %{name}-crash-on-invalid-locale.patch Patch11: %{name}-noutf8.patch Patch12: %{name}-dont-suggests-required-packages.patch Patch13: %{name}-tty-for-erasures.patch Patch14: %{name}-both_langs.patch Patch15: %{name}-317130.patch Patch16: %{name}-321546.patch Patch17: %{name}-size-type.patch Patch18: %{name}-no-inlines.patch Patch19: %{name}-export-missing-symbol.patch Patch20: %{name}-skip-suggests-on-upgrade.patch Patch21: %{name}-po.patch Patch22: %{name}-refcnt.patch Patch23: %{name}-assertion-failed.patch Patch24: %{name}-unescape-urlencoded-strings.patch Patch25: %{name}-ls-source-rpm.patch Patch26: %{name}-add-arch-match.patch Patch27: %{name}-multilib-upgrade.patch Patch28: %{name}-score-reqs-marked-to-install.patch Patch29: %{name}-dont-be-greedy.patch Patch30: %{name}-dont-lose-deps.patch Patch31: %{name}-ls-queryfmt.patch Patch32: %{name}-prepare_url_fix.patch Patch33: %{name}-noloop_on_terminal_loos.patch Patch34: %{name}-show_only_relative_used_space.patch Patch35: %{name}-zlib.patch URL: http://poldek.pld-linux.org/ BuildRequires: autoconf BuildRequires: automake BuildRequires: bzip2-devel BuildRequires: db-devel >= %{ver_db}-%{ver_db_rel} BuildRequires: gettext-devel BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: openssl-devel >= 0.9.7d BuildRequires: pcre-devel BuildRequires: pkgconfig BuildRequires: popt-devel %{?with_python:BuildRequires: python-devel} BuildRequires: readline-devel >= 5.0 BuildRequires: rpm-devel >= %{ver_rpm} %{?with_python:BuildRequires: rpm-pythonprov} BuildRequires: zlib-devel %if %{with static} BuildRequires: bzip2-static BuildRequires: db-static >= %{ver_db}-%{ver_db_rel} BuildRequires: glibc-static BuildRequires: libselinux-static BuildRequires: libxml2-static BuildRequires: ncurses-static BuildRequires: openssl-static BuildRequires: pcre-static BuildRequires: popt-static BuildRequires: readline-static BuildRequires: rpm-static BuildRequires: zlib-static %endif Requires(triggerpostun): awk Requires(triggerpostun): sed >= 4.0 Requires: %{name}-libs = %{version}-%{release} Requires: db >= %{ver_db}-%{ver_db_rel} Requires: rpm >= %{ver_rpm} Requires: rpm-db-ver = %{ver_db} Requires: rpm-lib = %(rpm -q --qf '%{V}' rpm-lib) # vf* scripts use sed Requires: sed BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description poldek is an RPM package management tool which allows you to easily perform package verification, installation (including system installation from scratch), upgrading, and removal. Program can be used in batch (like apt-get from Debian's APT) or interactive mode. The interactive mode puts you into a readline interface with command line autocompletion and history, similar to the shell mode of Perl's CPAN. %{?with_static:This version is statically linked.} %{!?with_imode:This version hasn't got interactive mode.} #'vim %description -l pl.UTF-8 poldek jest narzędziem linii poleceń służącym do weryfikacji, instalacji (włączając instalację systemu od zera), aktualizacji i usuwania pakietów. Program może być używany w trybie wsadowym (jak debianowy apt-get) lub interaktywnym. Tryb interaktywny posiada interfejs readline z dopełnianiem komend i historią, podobny do trybu shell perlowego modułu CPAN. %{?with_static:Ta wersja jest konsolidowana statycznie.} %{!?with_imode:Ta wersja nie posiada trybu interaktywnego.} %package libs Summary: poldek libraries Summary(pl.UTF-8): Biblioteki poldka Group: Libraries %description libs poldek libraries. %description libs -l pl.UTF-8 Biblioteki poldka. %package devel Summary: Header files for poldek libraries Summary(pl.UTF-8): Pliki nagłówkowe bibliotek poldka Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} Requires: rpm-devel >= %{ver_rpm} %description devel Header files for poldek libraries. %description devel -l pl.UTF-8 Pliki nagłówkowe bibliotek poldka. %package static Summary: poldek static libraries Summary(pl.UTF-8): Biblioteki statyczne poldka Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static poldek static libraries. %description static -l pl.UTF-8 Biblioteki statyczne poldka. %package -n python-poldek Summary: Python modules for poldek Summary(pl.UTF-8): Moduły języka Python dla poldka Group: Libraries/Python Requires: %{name}-libs = %{version}-%{release} %pyrequires_eq python-libs %description -n python-poldek Python modules for poldek. %description -n python-poldek -l pl.UTF-8 Moduły języka Python dla poldka. %prep %setup -q -n %{name}-%{version}%{?snap:-cvs%{snap}} %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p0 %patch7 -p0 %patch8 -p0 %patch9 -p0 %patch10 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 %patch14 -p1 %patch15 -p1 %patch16 -p1 %patch17 -p1 %patch18 -p1 %patch19 -p0 %patch20 -p1 %patch21 -p1 %patch22 -p0 %patch23 -p1 %patch24 -p1 # LP#392984: add source rpm to ls %patch25 -p1 # LP#408036 %patch26 -p1 # LP#408034 %patch27 -p1 # score reqs already marked to install %patch28 -p1 # dont be greedy if upgraded pkg has needed capabilities %patch29 -p1 # http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2009-November/150519.html %patch30 -p1 # LP#392984: add query format to ls %patch31 -p1 # LP#506568 %patch32 -p0 # LP#499504 %patch33 -p1 # do not info. about amount of transaction space req. but relative to already installed %patch34 -p1 # fixes failures with zlib >= 1.2.3.7 %patch35 -p0 # cleanup backups after patching find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f %build %{__libtoolize} %{__autoheader} %{__aclocal} -I m4 %{__autoconf} %{__automake} cp -f config.sub trurlib CPPFLAGS="-std=gnu99" %configure \ %{?with_static:--enable-static --disable-shared} \ %{!?with_imode:--disable-imode} \ --enable-nls \ %{?with_python:--with-python} %{__make} # --enable-trace %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/repos.d %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %if %{with python} %{__make} -C python install \ DESTDIR=$RPM_BUILD_ROOT \ libdir=%{py_sitedir} %endif %{?with_static:rm -f $RPM_BUILD_ROOT%{_bindir}/rpmvercmp} %ifarch i486 i686 ppc sparc alpha athlon %define _ftp_arch %{_target_cpu} %endif %ifarch %{x8664} %define _ftp_arch x86_64 %define _ftp_alt_arch i686 %endif %ifarch i586 %if "%{pld_release}" == "ti" %define _ftp_arch i586 %else %define _ftp_arch i486 %endif %endif %ifarch pentium2 pentium3 pentium4 %define _ftp_arch i686 %endif %ifarch sparcv9 sparc64 %define _ftp_arch sparc %if "%{pld_release}" == "th" %define _ftp_arch %{_target_cpu} %ifarch sparc64 %define _ftp_alt_arch sparcv9 %endif %endif %endif %{?with_static:rm -f $RPM_BUILD_ROOT%{_bindir}/rpmvercmp} %if "%{pld_release}" == "ti" sed -e ' s|%%ARCH%%|%{_ftp_arch}|g ' < %{SOURCE3} > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/repos.d/pld.conf %ifarch %{x8664} sed ' s|%%ARCH%%|%{_ftp_alt_arch}|g ' < %{SOURCE4} > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/repos.d/pld-multilib.conf %endif %else # pld_release = th %ifarch sparcv9 sparc64 sed -e ' s|%%ARCH%%|%{_ftp_arch}|g ' < %{SOURCE9} > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/repos.d/pld.conf %ifarch sparc64 sed ' s|%%ARCH%%|%{_ftp_alt_arch}|g ' < %{SOURCE10} > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/repos.d/pld-multilib.conf %endif %else sed -e ' s|%%ARCH%%|%{_ftp_arch}|g ' < %{SOURCE1} > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/repos.d/pld.conf sed -e ' s|%%ARCH%%|%{_ftp_arch}|g ' < %{SOURCE8} > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/repos.d/pld-debuginfo.conf %ifarch %{x8664} sed ' s|%%ARCH%%|%{_ftp_alt_arch}|g ' < %{SOURCE2} > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/repos.d/pld-multilib.conf %endif %endif %endif install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/cli.conf %if %{with imode} # add desktop file and icon install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} install %{SOURCE6} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop install %{SOURCE7} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png %endif # sources we don't package rm -f $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/{rh,pld,fedora,centos}-source.conf # include them in %doc rm -rf configs cp -a conf configs rm -f configs/Makefile* %if %{with python} %py_postclean rm -f $RPM_BUILD_ROOT%{py_sitedir}/_poldekmod.la %endif %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 if [ "$1" = "1" ]; then # remove ignore = vserver-packages inside vserver on first install { while read f ctx; do [ "$f" = "VxID:" -o "$f" = "s_context:" ] && break done /dev/null if [ -z "$ctx" -o "$ctx" = "0" ]; then VSERVER=no else VSERVER=yes fi if [ "$VSERVER" = "yes" ]; then %{__sed} -i -e '/^ignore/s/vserver-packages//' %{_sysconfdir}/%{name}/poldek.conf fi fi %postun -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig %triggerpostun -- poldek < 0.19.0-1.20050613.22.0 if [ -f /etc/poldek.conf.rpmsave ]; then awk '/^source/ { name = $3; path = $4; auto = "yes"; autoup = "yes"; type = "pdir"; pri = ""; if (sub(",noauto", "", name)) { auto = "no"; } # process pri=\d+ if (match(name, /,pri=[0-9]+/)) { pri = substr(name, RSTART + 5, RLENGTH - 5); name = substr(name, 1, RSTART - 1) substr(name, RSTART + RLENGTH); } # skip ac sources. already in new config. if (name !~ /^ac(-(ready|test|supported|updates-(general|security)))?$/) { print ""; print "[source]"; print "name = " name; print "type = " type; print "path = " path; print "auto = " auto; print "autoup = " autoup; if (pri) { print "pri = " pri; } } }' < /etc/poldek.conf.rpmsave >> /etc/poldek/source.conf echo "Converted old custom sources from /etc/poldek.conf.rpmsave to new poldek format in /etc/poldek/source.conf" # copy hold= hold=$(grep ^hold /etc/poldek.conf.rpmsave) if [ "$hold" ]; then sed -i -e "/^#hold =/s/^.*/$hold/" /etc/poldek/poldek.conf fi fi %triggerpostun -- poldek < 0.30-0.20080225.00.1 if ! grep -q '^%%includedir repos.d' %{_sysconfdir}/%{name}/poldek.conf; then %{__sed} -i -e '/^%%include source.conf/{ a a# /etc/poldek/repos.d/*.conf a%%includedir repos.d }' %{_sysconfdir}/%{name}/poldek.conf fi %{__sed} -i -e '/%%include %%{_distro}-source.conf/d' %{_sysconfdir}/%{name}/poldek.conf %{__sed} -i -e '/%%include %%{_distro}-multilib-source.conf/d' %{_sysconfdir}/%{name}/poldek.conf if [ -f %{_sysconfdir}/%{name}/pld-source.conf.rpmsave ]; then cp -f %{_sysconfdir}/%{name}/repos.d/pld.conf{,.rpmnew} cp -f %{_sysconfdir}/%{name}/pld-source.conf.rpmsave %{_sysconfdir}/%{name}/repos.d/pld.conf fi %ifarch %{x8664} if [ -f %{_sysconfdir}/%{name}/pld-multilib-source.conf.rpmsave ]; then cp -f %{_sysconfdir}/%{name}/repos.d/pld-multilib.conf{,.rpmnew} cp -f %{_sysconfdir}/%{name}/pld-multilib-source.conf.rpmsave %{_sysconfdir}/%{name}/repos.d/pld-multilib.conf fi %endif %files -f %{name}.lang %defattr(644,root,root,755) %doc README* NEWS TODO configs %dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}/repos.d %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.conf %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/repos.d/*.conf %attr(755,root,root) %{_bindir}/* %dir %{_libdir}/%{name} %attr(755,root,root) %{_libdir}/%{name}/* %{_mandir}/man1/%{name}* %lang(pl) %{_mandir}/pl/man1/%{name}* %{_infodir}/poldek.info* %if %{with imode} %{_desktopdir}/%{name}.desktop %{_pixmapsdir}/%{name}.png %endif %if %{without static} %files libs %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libpoclidek.so.*.*.* %attr(755,root,root) %{_libdir}/libpoldek.so.*.*.* %attr(755,root,root) %{_libdir}/libtndb.so.*.*.* %attr(755,root,root) %{_libdir}/libtrurl.so.*.*.* %attr(755,root,root) %{_libdir}/libvfile.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libpoclidek.so.0 %attr(755,root,root) %ghost %{_libdir}/libpoldek.so.2 %attr(755,root,root) %ghost %{_libdir}/libtndb.so.0 %attr(755,root,root) %ghost %{_libdir}/libtrurl.so.0 %attr(755,root,root) %ghost %{_libdir}/libvfile.so.0 %endif %files devel %defattr(644,root,root,755) %{!?with_static:%attr(755,root,root) %{_libdir}/lib*.so} %{_libdir}/lib*.la %{_includedir}/* %files static %defattr(644,root,root,755) %{_libdir}/lib*.a %if %{with python} %files -n python-poldek %defattr(644,root,root,755) %attr(755,root,root) %{py_sitedir}/_poldekmod.so %{py_sitescriptdir}/poldek.py[co] %{py_sitescriptdir}/poldekmod.py[co] %endif