rpms/liferea/devel liferea-1.0.14-doc.patch, NONE, 1.1 .cvsignore, 1.27, 1.28 liferea.spec, 1.39, 1.40 sources, 1.28, 1.29

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Mon May 29 14:18:05 UTC 2006


Author: bpepple

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

Modified Files:
	.cvsignore liferea.spec sources 
Added Files:
	liferea-1.0.14-doc.patch 
Log Message:
* Mon May 29 2006 Brian Pepple <bdpepple at ameritech.net> - 1.0.14-3
- Update to 1.0.14.
- Add patch to fix doc build.
- Drop NEWS, since it doesn't contain any useful info.


liferea-1.0.14-doc.patch:

--- NEW FILE liferea-1.0.14-doc.patch ---
diff -ur liferea-1.0.14/configure liferea-1.0.14.NEW/configure
--- liferea-1.0.14/configure	2006-05-28 21:04:10.000000000 -0400
+++ liferea-1.0.14.NEW/configure	2006-05-29 10:00:08.000000000 -0400
@@ -25798,7 +25798,7 @@
 
 
 
-ac_config_files="$ac_config_files Makefile src/Makefile src/mozilla/Makefile src/gtkhtml2/Makefile src/net/Makefile src/liferea doc/html/Makefile pixmaps/Makefile opml/Makefile po/Makefile.in liferea.spec liferea-SuSE.spec"
+ac_config_files="$ac_config_files Makefile src/Makefile src/mozilla/Makefile src/gtkhtml2/Makefile src/net/Makefile src/liferea doc/Makefile doc/html/Makefile pixmaps/Makefile opml/Makefile po/Makefile.in liferea.spec liferea-SuSE.spec"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -26450,6 +26450,7 @@
     "src/gtkhtml2/Makefile") CONFIG_FILES="$CONFIG_FILES src/gtkhtml2/Makefile" ;;
     "src/net/Makefile") CONFIG_FILES="$CONFIG_FILES src/net/Makefile" ;;
     "src/liferea") CONFIG_FILES="$CONFIG_FILES src/liferea" ;;
+    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
     "doc/html/Makefile") CONFIG_FILES="$CONFIG_FILES doc/html/Makefile" ;;
     "pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES pixmaps/Makefile" ;;
     "opml/Makefile") CONFIG_FILES="$CONFIG_FILES opml/Makefile" ;;


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/liferea/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	4 May 2006 13:03:47 -0000	1.27
+++ .cvsignore	29 May 2006 14:18:05 -0000	1.28
@@ -1 +1 @@
-liferea-1.0.11.tar.gz
+liferea-1.0.14.tar.gz


Index: liferea.spec
===================================================================
RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- liferea.spec	4 May 2006 13:03:47 -0000	1.39
+++ liferea.spec	29 May 2006 14:18:05 -0000	1.40
@@ -1,7 +1,7 @@
 %define with_dbus 1
 
 Name:           liferea
-Version:        1.0.11
+Version:        1.0.14
 Release:        3%{?dist}
 Summary:        An RSS/RDF feed reader
 
@@ -9,6 +9,7 @@
 License:        GPL
 URL:            http://liferea.sourceforge.net/
 Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:		%{name}-%{version}-doc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtkhtml2-devel
@@ -38,6 +39,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1 -b .doc
 
 
 %build
@@ -92,11 +94,12 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc COPYING AUTHORS NEWS README ChangeLog
+%doc COPYING AUTHORS README ChangeLog
 %{_mandir}/man1/%{name}.1.gz
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 %{_bindir}/%{name}
 %{_bindir}/%{name}-bin
+%{_bindir}/%{name}-add-feed
 %{_datadir}/%{name}/
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
@@ -105,6 +108,11 @@
 
 
 %changelog
+* Mon May 29 2006 Brian Pepple <bdpepple at ameritech.net> - 1.0.14-3
+- Update to 1.0.14.
+- Add patch to fix doc build.
+- Drop NEWS, since it doesn't contain any useful info.
+
 * Wed May  3 2006 Brian Pepple <bdpepple at ameritech.net> - 1.0.11-3
 - Update to 1.0.11.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/liferea/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	4 May 2006 13:03:47 -0000	1.28
+++ sources	29 May 2006 14:18:05 -0000	1.29
@@ -1 +1 @@
-6a0bff2a9764b49c35a23d6a9551b79d  liferea-1.0.11.tar.gz
+066497fcfaa60472d4f6bea6ef85f132  liferea-1.0.14.tar.gz




More information about the fedora-extras-commits mailing list