52 lines
1.4 KiB
RPMSpec
52 lines
1.4 KiB
RPMSpec
Name: pdf2djvu
|
|
Version: 0.4.13
|
|
Release: 3%{?dist}
|
|
Summary: PDF to DjVu converter
|
|
Group: Applications/Publishing
|
|
License: GPLv2+
|
|
URL: http://pdf2djvu.googlecode.com/
|
|
Source0: http://pdf2djvu.googlecode.com/files/%{name}_%{version}.tar.gz
|
|
Patch0: pdf2djvu-strerror.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: djvulibre-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: poppler-devel
|
|
BuildRequires: pstreams-devel
|
|
|
|
%description
|
|
pdf2djvu creates DjVu files from PDF files. It's able to extract:
|
|
graphics, text layer, hyperlinks, document outline (bookmarks) and
|
|
metadata.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1 -b .stderr
|
|
|
|
%build
|
|
make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
install -p -m 644 -D {doc,%{buildroot}%{_mandir}/man1}/pdf2djvu.1
|
|
install -p -m 755 -D {,%{buildroot}%{_bindir}/}pdf2djvu
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/*
|
|
|
|
%changelog
|
|
* Mon Nov 10 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.4.13-3
|
|
- Cleaned useless permissions in %%files section
|
|
|
|
* Sat Nov 08 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.4.13-2
|
|
- Saving timestamp, fixed buildrequires, corrected license and did some cleaning.
|
|
|
|
* Tue Nov 04 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.4.13-1
|
|
- Initial package.
|