Author: lisu Date: Wed Dec 29 12:06:18 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.0.8.2 - fix build with poppler 0.16
---- Files affected: packages/zathura: zathura.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/zathura/zathura.spec diff -u packages/zathura/zathura.spec:1.1 packages/zathura/zathura.spec:1.2 --- packages/zathura/zathura.spec:1.1 Sun Sep 26 16:30:13 2010 +++ packages/zathura/zathura.spec Wed Dec 29 13:06:13 2010 @@ -1,12 +1,13 @@ # $Revision$, $Date$ Summary: A vi-like pdf reader Name: zathura -Version: 0.0.8.1 +Version: 0.0.8.2 Release: 1 License: BSD-like Group: Applications -Source0: http://pwmt.org/attachments/download/10/%{name}-%{version}.tar.gz -# Source0-md5: 67351e5ab66cfdda9a71c9ce6c47a970 +Source0: http://pwmt.org/attachments/download/31/%{name}-%{version}.tar.gz +# Source0-md5: b63750f8993e0f139162101a19576981 +Patch0: %{name}-poppler-0.16.patch URL: http://pwmt.org/projects/zathura BuildRequires: cairo-devel BuildRequires: glib-devel @@ -23,6 +24,7 @@ %prep %setup -q +%patch0 -p1 %build CFLAGS="%{rpmcflags}" \ @@ -31,6 +33,7 @@ %install rm -rf $RPM_BUILD_ROOT + %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -49,6 +52,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/12/29 12:06:13 lisu +- up to 0.0.8.2 +- fix build with poppler 0.16 + Revision 1.1 2010/09/26 14:30:13 pawelz - Initial PLD release ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/zathura/zathura.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
