packages: zathura/zathura.spec (NEW) - Initial PLD release

pawelz pawelz at pld-linux.org
Sun Sep 26 16:30:18 CEST 2010


Author: pawelz                       Date: Sun Sep 26 14:30:18 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Initial PLD release

---- Files affected:
packages/zathura:
   zathura.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/zathura/zathura.spec
diff -u /dev/null packages/zathura/zathura.spec:1.1
--- /dev/null	Sun Sep 26 16:30:18 2010
+++ packages/zathura/zathura.spec	Sun Sep 26 16:30:13 2010
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	A vi-like pdf reader
+Name:		zathura
+Version:	0.0.8.1
+Release:	1
+License:	BSD-like
+Group:		Applications
+Source0:	http://pwmt.org/attachments/download/10/%{name}-%{version}.tar.gz
+# Source0-md5:	67351e5ab66cfdda9a71c9ce6c47a970
+URL:		http://pwmt.org/projects/zathura
+BuildRequires:	cairo-devel
+BuildRequires:	glib-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	poppler-glib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+zathura is a highly customizable and functional PDF viewer based on
+the poppler rendering library and the gtk+ toolkit. The idea behind
+zathura is an application that provides a minimalistic and space
+saving interface as well as an easy usage that mainly focuses on
+keyboard interaction.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="%{rpmcflags}" \
+LDFLAGS="%{rpmldflags}" \
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README
+%attr(755,root,root) %{_bindir}/zathura
+%{_mandir}/man1/zathura.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/09/26 14:30:13  pawelz
+- Initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list