pdfmod/pdfmod.spec

49 lines
1.3 KiB
RPMSpec
Raw Normal View History

Name: pdfmod
Version: 0.9.0
Release: 1mamba
Summary: A simple application for modifying PDF documents
Group: Graphical Desktop/Applications/Publishing
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://live.gnome.org/PdfMod
Source: http://ftp.gnome.org/pub/GNOME/sources/pdfmod/0.9/pdfmod-%{version}.tar.bz2
License: GPL
BuildRequires: gtk-sharp-devel
BuildRequires: gnome-sharp-devel
BuildRequires: hyena-devel
Requires: gtk-sharp
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
With PDF Mod you can reorder, rotate, and remove pages, export images from a PDF, edit the title, subject, author, and keywords, and combine documents via drag and drop.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/*
%{_libdir}/pdfmod
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/applications/*.desktop
%{_datadir}/gnome/help/pdfmod
%doc AUTHORS COPYING NEWS README
%changelog
* Mon Oct 04 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.9.0-1mamba
- package created by autospec