2024-01-06 08:28:27 +01:00
|
|
|
Name: pdfmod
|
2024-01-06 08:28:28 +01:00
|
|
|
Version: 0.9.1
|
2024-01-06 08:28:27 +01:00
|
|
|
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
|
2024-01-06 08:28:28 +01:00
|
|
|
Patch0: pdfmod-0.9.1-mono-4.2.2.30.patch
|
2024-01-06 08:28:27 +01:00
|
|
|
License: GPL
|
2024-01-06 08:28:28 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 08:28:27 +01:00
|
|
|
BuildRequires: gnome-sharp-devel
|
2024-01-06 08:28:28 +01:00
|
|
|
BuildRequires: gtk-sharp2-devel
|
|
|
|
BuildRequires: mono-core
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:28:27 +01:00
|
|
|
BuildRequires: hyena-devel
|
|
|
|
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.
|
|
|
|
|
2024-01-06 08:28:28 +01:00
|
|
|
#% debug_package
|
|
|
|
|
2024-01-06 08:28:27 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-06 08:28:28 +01:00
|
|
|
%patch0 -p1
|
2024-01-06 08:28:27 +01:00
|
|
|
|
|
|
|
%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
|
2024-01-06 08:28:28 +01:00
|
|
|
* Fri Sep 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-1mamba
|
|
|
|
- update to 0.9.1
|
|
|
|
|
2024-01-06 08:28:27 +01:00
|
|
|
* Mon Oct 04 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.9.0-1mamba
|
|
|
|
- package created by autospec
|