rpms/synaptic/devel synaptic.spec,1.16,1.17

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sat May 20 17:09:21 UTC 2006


Author: athimm

Update of /cvs/extras/rpms/synaptic/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27971

Modified Files:
	synaptic.spec 
Log Message:
synaptic meets repomd.


Index: synaptic.spec
===================================================================
RCS file: /cvs/extras/rpms/synaptic/devel/synaptic.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- synaptic.spec	14 Dec 2005 17:51:18 -0000	1.16
+++ synaptic.spec	20 May 2006 17:09:21 -0000	1.17
@@ -3,19 +3,24 @@
 Summary: Graphical frontend for APT package manager.
 Name: synaptic
 Version: 0.57.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 License: GPL
 Group: Applications/System
 Source0: http://savannah.nongnu.org/download/synaptic/synaptic-%{version}.tar.gz
 Patch0: synaptic-0.57-desktop.patch
 Patch1: synaptic-0.57-firefox.patch
+# Patches from apt-rpm maintainer for gcc 4.1 support, repomd support
+# and progress meter fixes
+Patch2: http://apt-rpm.org/patches/synaptic-0.57.2-gcc41.patch
+Patch3: http://apt-rpm.org/patches/synaptic-0.57.2-repomd-1.patch
+Patch4: http://apt-rpm.org/patches/synaptic-0.57.2-showprog.patch
 URL: http://www.nongnu.org/synaptic/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: usermode-gtk
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
-BuildRequires: apt-devel >= 0.5.4, rpm-devel >= 4.0
+BuildRequires: apt-devel >= 0.5.15lorg3.1, rpm-devel >= 4.0
 BuildRequires: gtk2-devel, libglade2-devel, desktop-file-utils
 BuildRequires: libstdc++-devel, gettext
 BuildRequires: xmlto, perl-XML-Parser
@@ -31,6 +36,9 @@
 %setup -q
 %patch0 -p1 -b .dt
 %patch1 -p1 -b .firefox
+%patch2 -p1 -b .gcc41
+%patch3 -p1 -b .repomd
+%patch4 -p1 -b .showprog
 
 %build
 %configure --disable-dependency-tracking
@@ -99,6 +107,10 @@
 %{_mandir}/man8/%{name}.8*
 
 %changelog
+* Sat May 20 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.57.2-4
+- Add repomd support, gcc 4.1 build support, progress meter fixes (all
+  from apt-rpm upstream).
+
 * Wed Dec 14 2005 Deji Akingunola <dakingun at gmail.com> - 0.57.2-3
 - Rebuild for new openssl and apt in devel.
 




More information about the fedora-extras-commits mailing list