automatic version update by autodist [release 0.4.6-1mamba;Wed Oct 24 2012]
This commit is contained in:
parent
f035e6bdd6
commit
8555451e0e
48
poppler-data.spec
Normal file
48
poppler-data.spec
Normal file
@ -0,0 +1,48 @@
|
||||
Name: poppler-data
|
||||
Version: 0.4.6
|
||||
Release: 1mamba
|
||||
Summary: Poppler encoding data used by libpoppler
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://poppler.freedesktop.org/
|
||||
Source: http://poppler.freedesktop.org/poppler-data-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Poppler encoding data used by libpoppler.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/poppler/cMap
|
||||
%{_datadir}/poppler/cidToUnicode
|
||||
%{_datadir}/poppler/nameToUnicode
|
||||
%{_datadir}/poppler/unicodeMap
|
||||
%doc COPYING README
|
||||
|
||||
%changelog
|
||||
* Wed Oct 24 2012 Automatic Build System <autodist@mambasoft.it> 0.4.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 03 2011 Automatic Build System <autodist@mambasoft.it> 0.4.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 17 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user