rpms/synaptic/FC-4 synaptic.spec,1.12,1.13

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Thu May 25 11:55:44 UTC 2006


Author: athimm

Update of /cvs/extras/rpms/synaptic/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7873/FC-4

Modified Files:
	synaptic.spec 
Log Message:
Enable 64-bit builds again (#193075)


Index: synaptic.spec
===================================================================
RCS file: /cvs/extras/rpms/synaptic/FC-4/synaptic.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- synaptic.spec	14 Jul 2005 06:26:51 -0000	1.12
+++ synaptic.spec	25 May 2006 11:55:44 -0000	1.13
@@ -3,24 +3,28 @@
 Summary: Graphical frontend for APT package manager.
 Name: synaptic
 Version: 0.57.2
-Release: 1%{?dist}
+Release: 5%{?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
 BuildRequires: scrollkeeper
-ExcludeArch: x86_64 ppc64
 
 %description
 Synaptic is a graphical package management
@@ -31,6 +35,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 +106,19 @@
 %{_mandir}/man8/%{name}.8*
 
 %changelog
+* Thu May 25 2006 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Enable 64-bit builds again (#193075 by Deji Akingunola).
+
+* 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.
+
+* Wed Aug 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.57.2-2
+- Rebuild for new libcairo in devel.
+
 * Tue Jul 12 2005 Panu Matilainen <pmatilai at laiskiainen.org> 0.57.2-1
 - remove explicit yelp dependency, add support for browsing help with 
   firefox (#163036)




More information about the fedora-extras-commits mailing list