rpms/epdfview/F-9 epdfview.spec,1.2,1.3 sources,1.2,1.3

Michal Schmidt michich at fedoraproject.org
Wed Dec 17 19:47:02 UTC 2008


Author: michich

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

Modified Files:
	epdfview.spec sources 
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-9/epdfview.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- epdfview.spec	21 Mar 2008 08:50:40 -0000	1.2
+++ epdfview.spec	17 Dec 2008 19:46:32 -0000	1.3
@@ -1,18 +1,21 @@
+%define svnrev svn-r312
 Name:		epdfview
 Version:	0.1.6
-Release:	3%{?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 +23,10 @@
 Evince but without using the Gnome libraries.
 
 %prep
-%setup -q
-%patch -p1
+%setup -q -n %{name}-%{svnrev}
 
 %build
+./autogen.sh
 %configure
 make %{?_smp_mflags}
 
@@ -60,6 +63,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 Mar 21 2008 Michal Schmidt <mschmidt at redhat.com> - 0.1.6-3
 - Rebuild with new poppler.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/epdfview/F-9/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:46:32 -0000	1.3
@@ -1 +1 @@
-cce9edb41b4a8308e0ef0eea24b5a1ab  epdfview-0.1.6.tar.bz2
+394832ced837ca079e758e680b083d4d  epdfview-svn-r312.tar.bz2




More information about the fedora-extras-commits mailing list