Author: czarny Date: Thu May 31 13:41:43 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new; seems to work and be quite done
---- Files affected: SPECS: epdfview.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/epdfview.spec diff -u /dev/null SPECS/epdfview.spec:1.1 --- /dev/null Thu May 31 15:41:43 2007 +++ SPECS/epdfview.spec Thu May 31 15:41:36 2007 @@ -0,0 +1,67 @@ +# $Revision$, $Date$ +Summary: A lightweight PDF viewer for GNOME +Summary(pl.UTF-8): Lekka przeglądarka PDF-ów dla GNOME +Name: epdfview +Version: 0.1.6 +Release: 0.1 +License: GPL v2 +Group: X11/Applications +Source0: http://trac.emma-soft.com/epdfview/chrome/site/releases/%{name}-%{version}.tar.bz2 +# Source0-md5: cce9edb41b4a8308e0ef0eea24b5a1ab +URL: http://trac.emma-soft.com/epdfview/ +BuildRequires: cups-devel +BuildRequires: gettext-devel +BuildRequires: gtk+2-devel >= 2.6.0 +BuildRequires: intltool +BuildRequires: poppler-glib-devel > 0.5.2 +#Requires: +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +ePDFView is a free lightweight PDF document viewer using Poppler and +GTK+ libraries. + +The aim of ePDFView is to make a simple PDF document viewer, in the +lines of Evince but without using the GNOME libraries. + +%description -l pl.UTF-8 +ePDFView to darmowa, lekka przeglądarka dokumentów PDF, używająca +bibliotek Poppler i GTK+. + +Celem ePDFView jest zrobienie prostej przeglądarki dokumentów PDF w +stylu Evince, ale bez wykorzystywania bibliotek GNOME. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS NEWS README THANKS +%attr(755,root,root) %{_bindir}/* +%{_desktopdir}/epdfview.desktop +%{_datadir}/epdfview + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/05/31 13:41:36 czarny +- new; seems to work and be quite done + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
