rpms/seahorse/FC-3 seahorse.spec,1.6,1.7

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Wed Oct 26 21:58:35 UTC 2005


Author: skvidal

Update of /cvs/extras/rpms/seahorse/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23169

Modified Files:
	seahorse.spec 
Log Message:

0.8 for FC3



Index: seahorse.spec
===================================================================
RCS file: /cvs/extras/rpms/seahorse/FC-3/seahorse.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- seahorse.spec	26 Feb 2005 03:00:08 -0000	1.6
+++ seahorse.spec	26 Oct 2005 21:58:33 -0000	1.7
@@ -1,12 +1,11 @@
 Name: 		seahorse
-Version: 	0.7.6
-Release: 	2
+Version: 	0.8
+Release:    1%{dist}
 Summary:	GNOME2 interface for gnupg
-
 Group: 		User Interface/Desktops
 License: 	GPL
-URL:            http://seahorse.sourceforge.net/
-Source: 	http://ftp.gnome.org/pub/GNOME/sources/seahorse/0.7/seahorse-0.7.6.tar.bz2
+URL:        http://seahorse.sourceforge.net/
+Source:     http://ftp.gnome.org/pub/GNOME/sources/seahorse/0.7/%{name}-%{version}.tar.gz
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -15,9 +14,10 @@
 BuildRequires:  gettext
 BuildRequires:  gpgme-devel >= 1.0
 BuildRequires:  libgnomeui-devel
-BuildRequires:  libgnomeprintui22-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  scrollkeeper
+BuildRequires:  nautilus-devel
+BuildRequires:  libsoup-devel
 Requires(post): desktop-file-utils
 Requires(post): GConf2
 Requires(post): scrollkeeper
@@ -100,67 +100,53 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README TODO
 %{_bindir}/*
-%{_datadir}/%{name}
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/control-center-2.0/capplets/*.desktop
-%{_datadir}/gnome/help/%{name}
+%dir %{_datadir}/gnome/help/%{name}
+%{_datadir}/gnome/help/%{name}/*
 %{_datadir}/mime-info/seahorse.keys
 %{_datadir}/mime-info/seahorse.mime
 %{_datadir}/mime/packages/*
-%{_datadir}/omf/%{name}
+%dir %{_datadir}/omf/%{name}
+%{_datadir}/omf/%{name}/*
 %{_datadir}/pixmaps/*
-%{_libdir}/libseahorse-internal.so.0.0.0
-%{_libdir}/bonobo/*.*
-%{_libdir}/bonobo/servers/Seahorse_PGP_File_Listener.server
+%{_libdir}/libseahorse-internal*
 %{_libdir}/gedit-2/plugins/*
+%{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.so
 %{_sysconfdir}/gconf/schemas/*
 
 
 %changelog
-* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-2
-- desktop entry fixes.
+* Wed Oct 26 2005 Seth Vidal <skvidal at phy.duke.edu> - 0.8-1
+- remove changelog's in spec file from before this year
+- enable hkp (libsoup-devel buildreq)
+- 0.8
 
-* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-1
-- 0.7.6.
+* Thu Jul 28 2005 Seth Vidal <skvidal at phy.duke.edu> - 0.7.9-1
+- 0.7.9
+
+* Wed May 25 2005 Jeremy Katz <katzj at redhat.com> - 0.7.7-3
+- make sure all files are included
+- BR nautilus-devel
 
-* Mon Nov 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.5
-- BuildReq scrollkeeper.
+* Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 0.7.7-2
+- rebuild on all arches
 
-* Wed Oct 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.4
-- Uncommented .la removal.
+* Thu May  5 2005 Seth Vidal <skvidal at phy.duke.edu> 0.7.7-1
+- 0.7.7
 
-* Sun Sep 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.3
-- Grabbed new copy os source from upstream.
-- Fixed path on Source0, to allow direct download.
-- BuildReq desktop-file-utils.
-
-* Sun Sep 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.2
-- Fixed file permission on source tarball.
-- Fixed Group.
-- Removed aesthetic comments.
-- Brought more in line with current spec template.
-
-* Sun Aug 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.1
-- Fedorification.
-- Added path to Source0.
-- Added URL.
-- buildroot -> RPM_BUILD_ROOT.
-- BuildReq libgnomeui-devel, eel2-devel, gpgme03-devel.
-- BuildReq gettext.
-- post Req GConf2.
-- post/postun Req scrollkeeper.
-- .la/.a removal.
-- cosmetic changes.
-
-* Fri May 02 2003 Matthew Hall <matt at ecsc.co.uk> 0.7.3-1
-- 0.7.3 Release
+* Tue Apr 19 2005 Seth Vidal <skvidal at phy.duke.edu> 0.7.6-4
+- something innocuous to test on
 
-* Wed Apr 23 2003 Matthew Hall <matt at ecsc.co.uk> 0.7.1-3
-- Rebuilt against gpgme 0.3.15
 
-* Sat Apr 12 2003 Matthew Hall <matt at ecsc.co.uk> 0.7.1-2
-- RedHat 9 Rebuild
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
 
-* Sun Jan 26 2003 Matthew Hall <matt at ecsc.co.uk>
-- New Spec File
+* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-2
+- desktop entry fixes.
+
+* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-1
+- 0.7.6.
 




More information about the fedora-extras-commits mailing list