extractpdfmark/extractpdfmark.spec

54 lines
1.3 KiB
RPMSpec
Raw Normal View History

Name: extractpdfmark
Version: 1.1.1
Release: 1mamba
Summary: Extract PDFmark can extract page mode and named destinations as PDFmark
Group: Applications/Publishing
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/trueroad/extractpdfmark
Source: https://github.com/trueroad/extractpdfmark.git/v%{version}/extractpdfmark-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libpoppler-cpp-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
%description
Extract PDFmark can extract page mode and named destinations as PDFmark.
%debug_package
%prep
%setup -q
./autogen.sh
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/extractpdfmark
%dir %{_docdir}/extractpdfmark
%{_docdir}/extractpdfmark/*
%{_mandir}/man1/extractpdfmark.1*
%doc COPYING
%changelog
* Sat Oct 01 2022 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
- automatic version update by autodist
* Sat May 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
- package created using the webbuild interface