]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- update with new rc2 snap from HEAD
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 1 Oct 2011 22:49:10 +0000 (22:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.315.2.26

poldek.spec

index f906a74d535344997b7f6fe2e9e2c9f03265f62d..55ccdc62552f64a920e351d88deee3a89c8286b2 100644 (file)
@@ -7,11 +7,11 @@
 %bcond_without python  # don't build python bindings
 
 # 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-1
+%define        ver_db  4.5.20
+%define        ver_rpm 4.5-49
 
 %define                snap    rc2
-%define                rel             1%{pld_release}
+%define                rel             3%{pld_release}
 Summary:       RPM packages management helper tool
 Summary(hu.UTF-8):     RPM csomagkezelést segítő eszköz
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
@@ -21,8 +21,9 @@ 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}%{snap}.tar.bz2
-# Source0-md5: 98806c2c6c8b5b840e7cfde6164fdeb4
+#Source0:      http://carme.pld-linux.org/~megabajt/snaps/poldek/%{name}-%{version}%{snap}.tar.bz2
+Source0:       http://carme.pld-linux.org/~cactus/snaps/poldek/%{name}-%{version}%{snap}.tar.bz2
+# Source0-md5: 14135ae2960da09990c50d5b5342be64
 Source1:       %{name}.conf
 Source2:       %{name}-multilib.conf
 Source5:       %{name}-aliases.conf
@@ -32,7 +33,7 @@ Patch100:     %{name}-dirdeps.patch
 Patch0:                %{name}-vserver-packages.patch
 Patch1:                %{name}-config.patch
 Patch2:                %{name}-size-type.patch
-Patch4:                ac-prog-libtool.patch
+Patch4:                %{name}-Os-fail-workaround.patch
 URL:           http://poldek.pld-linux.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -52,6 +53,7 @@ BuildRequires:        readline-devel >= 5.0
 BuildRequires: rpm-devel >= %{ver_rpm}
 %{?with_python:BuildRequires:  rpm-pythonprov}
 BuildRequires: sed >= 4.0
+BuildRequires: swig-python
 BuildRequires: zlib-devel
 %if %{with static}
 BuildRequires: bzip2-static
@@ -198,6 +200,7 @@ rm -f m4/libtool.m4 m4/lt*.m4
 
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+chmod u+x ./configure ./doc/conf-xml2.sh
 
 %build
 %{__libtoolize}
This page took 0.043609 seconds and 4 git commands to generate.