Author: glen                         Date: Tue Jun 19 10:14:37 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- AC-branched

---- Files affected:
SPECS:
   poldek.spec (1.277 -> 1.277.2.1) 

---- Diffs:

================================================================
Index: SPECS/poldek.spec
diff -u SPECS/poldek.spec:1.277 SPECS/poldek.spec:1.277.2.1
--- SPECS/poldek.spec:1.277     Mon Jun 18 18:19:53 2007
+++ SPECS/poldek.spec   Tue Jun 19 12:14:31 2007
@@ -1,14 +1,20 @@
 # $Revision$, $Date$
+# TODO
+# - python bindings need some patch :)
 #
 # 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
 #
+%ifarch %{x8664} alpha ppc
+%undefine      with_python
+%endif
+#
 # required versions (forced to avoid SEGV with mixed db used by rpm and poldek)
-%define        ver_db  4.3.27-1
-%define        ver_rpm 4.4.9
-%define snap 20070618.11
+%define        ver_db  4.2.50-1
+%define        ver_rpm 4.4.1
+%define        snap    20070618.11
 Summary:       RPM packages management helper tool
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
 Name:          poldek
@@ -25,7 +31,7 @@
 Patch2:                %{name}-config.patch
 Patch3:                %{name}-multilib.patch
 Patch4:                %{name}-desc_in_utf8.patch
-Patch5:         %{name}-fix-multilib.patch
+Patch5:                %{name}-fix-multilib.patch
 URL:           http://poldek.pld-linux.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -43,6 +49,7 @@
 BuildRequires: readline-devel >= 5.0
 BuildRequires: rpm-devel >= %{ver_rpm}
 %{?with_python:BuildRequires:  rpm-pythonprov}
+BuildRequires: sed >= 4.0
 BuildRequires: xmlto
 BuildRequires: zlib-devel
 %if %{with static}
@@ -63,8 +70,8 @@
 Requires(triggerpostun):       sed >= 4.0
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      db >= %{ver_db}
+Requires:      openssl >= 0.9.7d
 Requires:      rpm >= %{ver_rpm}
-Requires:      sed
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -183,15 +190,15 @@
 
 %{?with_static:rm -f $RPM_BUILD_ROOT%{_bindir}/rpmvercmp}
 
-%ifarch i486 i686 ppc sparc alpha athlon
+%ifarch i386 i586 i686 ppc sparc alpha athlon
 %define                _ftp_arch       %{_target_cpu}
 %else
 %ifarch %{x8664}
-%define                _ftp_arch       x86_64
+%define                _ftp_arch       amd64
 %define                _ftp_alt_arch   i686
 %else
-%ifarch i586
-%define                _ftp_arch       i486
+%ifarch i486
+%define                _ftp_arch       i386
 %else
 %ifarch pentium2 pentium3 pentium4
 %define                _ftp_arch       i686
@@ -343,6 +350,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.277.2.1  2007/06/19 10:14:31  glen
+- AC-branched
+
 Revision 1.277  2007/06/18 16:19:53  mis
 - patched
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/poldek.spec?r1=1.277&r2=1.277.2.1&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to