rpms/synaptic/FC-5 synaptic.spec,1.16,1.17

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


Author: athimm

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

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


Index: synaptic.spec
===================================================================
RCS file: /cvs/extras/rpms/synaptic/FC-5/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	25 May 2006 11:55:45 -0000	1.17
@@ -3,24 +3,28 @@
 Summary: Graphical frontend for APT package manager.
 Name: synaptic
 Version: 0.57.2
-Release: 3%{?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,13 @@
 %{_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.
 




More information about the fedora-extras-commits mailing list