This commit is contained in:
Rex Dieter 2009-08-03 16:15:52 +00:00
parent 47d56006b2
commit 1a4d583fa7
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1 @@
poppler-data-0.2.1.tar.gz

1
import.log Normal file
View File

@ -0,0 +1 @@
poppler-data-0_2_1-1_fc11:HEAD:poppler-data-0.2.1-1.fc11.src.rpm:1249316128

46
poppler-data.spec Normal file
View File

@ -0,0 +1,46 @@
Summary: Encoding files
Name: poppler-data
Version: 0.2.1
Release: 1%{?dist}
License: Redistributable, no modification permitted
Group: Development/Libraries
URL: http://poppler.freedesktop.org/
Source0: http://poppler.freedesktop.org/poppler-data-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
## first version to not include bundled poppler-data
#Conflicts: poppler < 0.11.0-5
%description
This package consists of encoding files for poppler. When installed,
the encoding files enables poppler to correctly render CJK and Cyrillic
properly.
%prep
%setup -q
%build
# intentionally left blank
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT datadir=%{_datadir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING README
%{_datadir}/poppler/
%changelog
* Mon Jun 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.2.1-1
- first try at separate poppler-data

View File

@ -0,0 +1 @@
bca78b8786746c7b48b324283992d658 poppler-data-0.2.1.tar.gz