package created by autospec [release 0.9.0-1mamba;Mon Oct 04 2010]
This commit is contained in:
parent
f6a2c23e99
commit
46f17f0e59
@ -1,2 +1,4 @@
|
||||
# pdfmod
|
||||
|
||||
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.
|
||||
|
||||
|
48
pdfmod.spec
Normal file
48
pdfmod.spec
Normal file
@ -0,0 +1,48 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user