rpms/liferea/F-9 liferea.spec,1.115,1.116

Steven M. Parrish (tuxbrewr) fedora-extras-commits at redhat.com
Fri Jun 27 20:22:02 UTC 2008


Author: tuxbrewr

Update of /cvs/pkgs/rpms/liferea/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16217

Modified Files:
	liferea.spec 
Log Message:
Cleaned up spec file and removed support for firefox-devel


Index: liferea.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liferea/F-9/liferea.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- liferea.spec	27 Jun 2008 19:45:01 -0000	1.115
+++ liferea.spec	27 Jun 2008 20:20:53 -0000	1.116
@@ -2,7 +2,7 @@
 
 Name:           liferea
 Version:        1.4.16b
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:        An RSS/RDF feed reader
 
 Group:          Applications/Internet
@@ -10,9 +10,6 @@
 URL:            http://liferea.sourceforge.net/
 Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:		%{name}-fedorafeed.patch
-#Patch1:         %{name}-gtkhtml2_x64.patch
-#Patch2:         %{name}-1.4.15-xulrunner-code.patch
-#Patch4:		%{name}-1.4.15-xulrunner-configure.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  GConf2-devel
@@ -29,33 +26,21 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:	perl-XML-Parser
-
-%if 0%{?fedora} <= 8
-BuildRequires: gecko-devel = %{gecko_ver}
-Requires:	gecko-libs = %{gecko_ver}
-BuildRequires: firefox-devel
-%else
 BuildRequires:    xulrunner-devel
-%endif
 
 Requires(pre): GConf2
 Requires(post): GConf2
 Requires(preun): GConf2
 
-
 %description
 Liferea (Linux Feed Reader) is an RSS/RDF feed reader. 
 It's intended to be a clone of the Windows-only FeedReader. 
 It can be used to maintain a list of subscribed feeds, 
 browse through their items, and show their contents.
 
-
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .fedorafeed
-#%patch1 -p1 -b .gtkhtml2
-#%patch2 -p1 -b .xulrunner-code
-#%patch4 -p1 -b .xulrunner-configure
 
 %build
 %configure --disable-schemas-install --disable-gtkhtml2 \
@@ -129,6 +114,9 @@
 
 
 %changelog
+* Fri Jun 27 2008 Steven Parrish <smparrish at shallowcreek.net> - 1.4.16b
+- Cleaned up spec file and removed support for firefox-devel
+
 * Thu Jun 26 2008 Steven Parrish <smparrish at shallowcreek.net> - 1.4.16b
 - New upstream release
 




More information about the fedora-extras-commits mailing list