rpms/evolution-rss/devel .cvsignore, 1.8, 1.9 evolution-rss.spec, 1.37, 1.38 sources, 1.10, 1.11

Lucian Langa lucilanga at fedoraproject.org
Mon Nov 23 22:03:38 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/evolution-rss/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4960

Modified Files:
	.cvsignore evolution-rss.spec sources 
Log Message:
* Mon Nov 23 2009 Lucian Langa <cooly at gnome.eu.org> - 0.1.9-120091123git
- drop all patches - fixed upstream
- new source from latest git master


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-rss/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	25 Aug 2009 05:26:49 -0000	1.8
+++ .cvsignore	23 Nov 2009 22:03:37 -0000	1.9
@@ -1 +1 @@
-evolution-rss-0.1.4.tar.gz
+evolution-rss-0.1.9-20091123.tar.gz


Index: evolution-rss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-rss/devel/evolution-rss.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- evolution-rss.spec	23 Nov 2009 20:26:11 -0000	1.37
+++ evolution-rss.spec	23 Nov 2009 22:03:38 -0000	1.38
@@ -1,26 +1,21 @@
 # Tarfile created using git
 # git clone git://git.gnome.org/evolution-rss
-# git archive --format=tar --prefix=evolution-rss-0.1.3/ %{git_version} | gzip > evolution-rss-0.1.3-%{gitdate}.tar.gz
+# git archive --format=tar --prefix=evolution-rss-0.1.9/ %{git_version} | gzip > evolution-rss-0.1.9-%{gitdate}.tar.gz
 
-#%define gitdate 20090729
-#%define git_version e4d929a
-#%define tarfile %{name}-%{version}-%{gitdate}.tar.gz
-#%define snapshot %{gitdate}git
+%define gitdate 20091123
+%define git_version 4f13dfc
+%define tarfile %{name}-%{version}-%{gitdate}.tar.gz
+%define snapshot %{gitdate}git
 
 
 Name:		evolution-rss
 Summary:	Evolution RSS Reader
-Version:	0.1.4
-Release:	6%{?dist}.1
+Version:	0.1.9
+Release:	1%{snapshot}%{?dist}
 Group:		Applications/Internet
 License:	GPLv2 and GPLv2+
 URL:		http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
-Source:		http://gnome.eu.org/%{name}-%{version}.tar.gz
-Patch0:		evolution-rss-0.1.4-folder-rename.patch
-Patch1:		evolution-rss-0.1.4-folder-properties.patch
-Patch2:         evolution-rss-0.1.4-icon-size.patch
-Patch3:         evolution-rss-0.1.4-recv-feeds2.patch
-Patch4:		evolution-rss-0.1.4-sanitize-icon.patch
+Source:		%{tarfile}
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	evolution
 
@@ -32,7 +27,7 @@ BuildRequires:	gettext
 BuildRequires:	evolution-devel
 BuildRequires:	evolution-data-server-devel
 BuildRequires:	dbus-glib-devel
-BuildRequires:	xulrunner-devel-unstable
+BuildRequires:	xulrunner-devel
 BuildRequires:	WebKit-gtk-devel
 BuildRequires:	perl(XML::Parser)
 BuildRequires:	libtool
@@ -44,19 +39,16 @@ This is an evolution plugin which enable
 
 %prep
 %setup -q -n evolution-rss-%{version}
-%patch0 -p1 -b .folder-rename
-%patch1 -p1 -b .folder-properties
-%patch2 -p1 -b .icon-size
-%patch3 -p1 -b .recv-feeds
-%patch4 -p1 -b .sanitize-icon
 
 %build
+./autogen.sh
 %configure --with-primary-render=gecko
 make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+make ChangeLog
 make install DESTDIR="%{buildroot}" INSTALL="install -p"
 find %{buildroot} -name \*\.la -print | xargs rm -f
 %find_lang %{name}
@@ -88,7 +80,8 @@ fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog FAQ NEWS README TODO
+#remove changelog until I figure a way how to generate this from git archive
+%doc AUTHORS COPYING FAQ NEWS README TODO
 # Only the following binary is under GPLv2. Other
 # parts are under GPLv2+.
 %{_bindir}/evolution-import-rss
@@ -102,6 +95,10 @@ fi
 %{_libdir}/bonobo/servers/GNOME_Evolution_RSS_*.server
 
 %changelog
+* Mon Nov 23 2009 Lucian Langa <cooly at gnome.eu.org> - 0.1.9-120091123git
+- drop all patches - fixed upstream
+- new source from latest git master
+
 * Mon Nov 23 2009 Lucian Langa <cooly at gnome.eu.org> - 0.1.4-6.1
 - upstream patch to fix a crash in displaying folder icons (#539649)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-rss/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	26 Aug 2009 12:09:58 -0000	1.10
+++ sources	23 Nov 2009 22:03:38 -0000	1.11
@@ -1 +1 @@
-e6df6ae91fe41882ccb54231b28d7efd  evolution-rss-0.1.4.tar.gz
+e187c59cabeb9ccffd89b8c1031bc175  evolution-rss-0.1.9-20091123.tar.gz




More information about the scm-commits mailing list