rpms/epdfview/F-10 epdfview.spec, 1.3, 1.4 sources, 1.2, 1.3 epdfview-compile-fix.patch, 1.1, NONE

Michal Schmidt michich at fedoraproject.org
Wed Dec 17 19:14:21 UTC 2008


Author: michich

Update of /cvs/pkgs/rpms/epdfview/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11338

Modified Files:
	epdfview.spec sources 
Removed Files:
	epdfview-compile-fix.patch 
Log Message:
* Wed Dec 17 2008 Michal Schmidt <mschmidt at redhat.com> - 0.1.6-6.20081217svn
- Rebased to current svn snapshot.
- Fixes bz476575 "epdfview crashes on print pdf".  



Index: epdfview.spec
===================================================================
RCS file: /cvs/pkgs/rpms/epdfview/F-10/epdfview.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- epdfview.spec	31 Aug 2008 21:01:16 -0000	1.3
+++ epdfview.spec	17 Dec 2008 19:13:51 -0000	1.4
@@ -1,18 +1,20 @@
 Name:		epdfview
 Version:	0.1.6
-Release:	4%{?dist}
+Release:	6.20081217svn%{?dist}
 Summary:	Lightweight PDF document viewer
 
 Group:		Applications/Publishing
 License:	GPLv2+
 URL:		http://trac.emma-soft.com/epdfview
-Source0:	http://trac.emma-soft.com/epdfview/chrome/site/releases/%{name}-%{version}.tar.bz2
-Patch0:		%{name}-compile-fix.patch
+#Source0:	http://trac.emma-soft.com/epdfview/chrome/site/releases/%{name}-%{version}.tar.bz2
+# Source checked out from upstream SVN: svn://svn.emma-soft.com/epdfview/trunk , revision 312
+Source0:	%{name}-%{svnrev}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	%{!?fc8: poppler-glib-devel} %{?fc8: poppler-devel}
 BuildRequires:	gtk2-devel glib2-devel cups-devel
 BuildRequires:	desktop-file-utils
+BuildRequires:	autoconf automake libtool gettext
 
 %description
 ePDFView is a lightweight PDF document viewer using Poppler and GTK+ libraries.
@@ -20,10 +22,10 @@
 Evince but without using the Gnome libraries.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}-%{svnrev}
 
 %build
+./autogen.sh
 %configure
 make %{?_smp_mflags}
 
@@ -60,6 +62,10 @@
 %{_datadir}/%{name}/ui
 
 %changelog
+* Wed Dec 17 2008 Michal Schmidt <mschmidt at redhat.com> - 0.1.6-6.20081217svn
+- Rebased to current svn snapshot.
+- Fixes bz476575 "epdfview crashes on print pdf".  
+
 * Fri Aug 31 2008 Michal Schmidt <mschmidt at redhat.com> - 0.1.6-4
 - Fix build with the new RPM.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/epdfview/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	18 Feb 2008 18:22:25 -0000	1.2
+++ sources	17 Dec 2008 19:13:51 -0000	1.3
@@ -1 +1 @@
-cce9edb41b4a8308e0ef0eea24b5a1ab  epdfview-0.1.6.tar.bz2
+394832ced837ca079e758e680b083d4d  epdfview-svn-r312.tar.bz2


--- epdfview-compile-fix.patch DELETED ---




More information about the fedora-extras-commits mailing list