From 46f17f0e59f5385758ae74c89ad51e41a862ec1f Mon Sep 17 00:00:00 2001 From: Stefano Cotta Ramusino Date: Sat, 6 Jan 2024 08:28:27 +0100 Subject: [PATCH] package created by autospec [release 0.9.0-1mamba;Mon Oct 04 2010] --- README.md | 2 ++ pdfmod.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 pdfmod.spec diff --git a/README.md b/README.md index b72feb1..41c022f 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/pdfmod.spec b/pdfmod.spec new file mode 100644 index 0000000..bd588af --- /dev/null +++ b/pdfmod.spec @@ -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 +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 0.9.0-1mamba +- package created by autospec