SPECS: poppler-data.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sat Jun 2 21:35:37 CEST 2007
Author: qboosh Date: Sat Jun 2 19:35:37 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
poppler-data.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/poppler-data.spec
diff -u /dev/null SPECS/poppler-data.spec:1.1
--- /dev/null Sat Jun 2 21:35:37 2007
+++ SPECS/poppler-data.spec Sat Jun 2 21:35:31 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary: Encoding files for poppler
+Summary(pl.UTF-8): Pliki kodowań dla popplera
+Name: poppler-data
+Version: 0.1
+Release: 1
+License: distributable
+Group: Libraries
+Source0: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
+# Source0-md5: 5c700eb06dda9dafec09cd85225e34d4
+URL: http://poppler.freedesktop.org/
+Requires: poppler >= 0.5.4
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package consists of encoding files for use with poppler. The
+encoding files are optional and poppler will automatically read them
+if they are present. When installed, the encoding files enables
+poppler to correctly render CJK and Cyrillic properly. While poppler
+is licensed under the GPL, these encoding files are copyright Adobe
+and licensed much more strictly, and thus distributed separately.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera pliki kodowań dla popplera. Są one opcjonalne i
+poppler odczyta je automatycznie jeśli będą obecne. Jeśli są
+zainstalowane pozwalają popplerowi poprawnie renderować dokumenty w
+CJK i cyrylicy. O ile poppler jest na licencji GPL, to te pliki
+kodowań są własnością Adobe i są na bardziej restrykcyjnej licencji,
+przez co są rozprowadzane oddzielnie.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ prefix=%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING README
+%attr(755,root,root) %{_datadir}/poppler
+
+%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 2007/06/02 19:35:31 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list