2024-01-05 17:02:29 +01:00
Name : qpdf
2024-01-09 14:01:11 +01:00
Version : 11.8.0
2024-01-05 17:02:30 +01:00
Release : 1mamba
2024-01-05 17:02:29 +01:00
Summary : A command-line program that does structural, content-preserving transformations on PDF files
Group : System/Tools
Vendor : openmamba
Distribution : openmamba
Packager : Silvan Calarco <silvan.calarco@mambasoft.it>
2024-01-05 17:02:30 +01:00
URL : https://qpdf.sourceforge.io/
2024-01-05 17:02:29 +01:00
Source : http://downloads.sourceforge.net/project/qpdf/qpdf/%{version} /qpdf-%{version} .tar.gz
License : Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires : glibc-devel
BuildRequires : libgcc
2024-01-05 17:02:30 +01:00
BuildRequires : libgnutls-devel
BuildRequires : libjpeg-devel
BuildRequires : libopenssl-devel
2024-01-05 17:02:29 +01:00
BuildRequires : libstdc++6-devel
BuildRequires : libz-devel
## AUTOBUILDREQ-END
2024-01-05 17:02:30 +01:00
BuildRequires : pkg-config
2024-01-05 17:02:29 +01:00
Requires : lib%{name} = %{?epoch:%epoch:}%{version} -%{release}
%description
QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It could have been called something like pdf-to-pdf. It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work.
QPDF is capable of creating linearized (also known as web-optimized) files and encrypted files. It is also capable of converting PDF files with object streams (also known as compressed objects) to files with no compressed objects or to generate object streams from files that don't have them (or even those that already do). QPDF also supports a special mode designed to allow you to edit the content of PDF files in a text editor. For more details, please see the documentation links below.
QPDF includes support for merging and splitting PDFs through the ability to copy objects from one PDF file into another and to manipulate the list of pages in a PDF file. The QPDF library also makes it possible for you to create PDF files from scratch. In this mode, you are responsible for supplying all the contents of the file, while the QPDF library takes care off all the syntactical representation of the objects, creation of cross references tables and, if you use them, object streams, encryption, linearization, and other syntactic details.
QPDF is not a PDF content creation library, a PDF viewer, or a program capable of converting PDF into other formats. In particular, QPDF knows nothing about the semantics of PDF content streams. If you are looking for something that can do that, you should look elsewhere. However, once you have a valid PDF file, QPDF can be used to transform that file in ways perhaps your original PDF creation can't handle. For example, programs generate simple PDF files but can' t password-protect them, web-optimize them, or perform other transformations of that type.
%package -n lib%{name}
Group : System/Libraries
Summary : Shared libraries for %{name}
%description -n lib%{name}
This package contains shared libraries for %{name} .
%package -n lib%{name}-devel
Group : Development/Libraries
Summary : Development files for %{name}
Requires : lib%{name} = %{?epoch:%epoch:}%{version} -%{release}
2024-01-05 17:02:30 +01:00
Requires : pkg-config
2024-01-05 17:02:29 +01:00
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name} .
%debug_package
%prep
%setup -q
%build
2024-01-05 17:02:30 +01:00
%cmake -d build
#% configure \
#%ifarch arm
# LIBS="-latomic"
#%endif
2024-01-05 17:02:30 +01:00
2024-01-05 17:02:29 +01:00
%make
%install
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
2024-01-05 17:02:30 +01:00
%makeinstall -C build
2024-01-05 17:02:29 +01:00
%clean
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files
%defattr (-,root,root)
%{_bindir} /fix-qdf
%{_bindir} /qpdf
%{_bindir} /zlib-flate
2024-01-05 17:02:30 +01:00
%dir %{_datadir} /doc/qpdf
%{_datadir} /doc/qpdf/*
2024-01-05 17:02:30 +01:00
%{_mandir} /man1/fix-qdf.1*
%{_mandir} /man1/qpdf.1*
%{_mandir} /man1/zlib-flate.1*
2024-01-05 17:02:29 +01:00
%files -n lib%{name}
%defattr (-,root,root)
%{_libdir} /libqpdf.so.*
%doc Artistic-2.0
%files -n lib%{name}-devel
%defattr (-,root,root)
%dir %{_includedir} /qpdf
%{_includedir} /qpdf/*
%{_libdir} /libqpdf.a
%{_libdir} /libqpdf.so
%{_libdir} /pkgconfig/libqpdf.pc
2024-01-05 17:02:30 +01:00
%dir %{_libdir} /cmake/qpdf
%{_libdir} /cmake/qpdf/libqpdf*.cmake
%{_libdir} /cmake/qpdf/qpdfConfig*.cmake
2024-01-05 17:02:35 +01:00
%doc ChangeLog
2024-01-05 17:02:29 +01:00
%changelog
2024-01-09 14:01:11 +01:00
* Tue Jan 09 2024 Automatic Build System <autodist@openmamba.org> 11.8.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:45 +01:00
* Mon Dec 25 2023 Automatic Build System <autodist@mambasoft.it> 11.7.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:43 +01:00
* Mon Dec 11 2023 Automatic Build System <autodist@mambasoft.it> 11.6.4-1mamba
- automatic version update by autodist
2024-01-05 17:02:43 +01:00
* Mon Oct 16 2023 Automatic Build System <autodist@mambasoft.it> 11.6.3-1mamba
- automatic version update by autodist
2024-01-05 17:02:42 +01:00
* Sun Oct 08 2023 Automatic Build System <autodist@mambasoft.it> 11.6.2-1mamba
- automatic version update by autodist
2024-01-05 17:02:38 +01:00
* Wed Sep 06 2023 Automatic Build System <autodist@mambasoft.it> 11.6.1-1mamba
- automatic version update by autodist
2024-01-05 17:02:37 +01:00
* Mon Sep 04 2023 Automatic Build System <autodist@mambasoft.it> 11.6.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:35 +01:00
* Tue Jul 11 2023 Automatic Build System <autodist@mambasoft.it> 11.5.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:33 +01:00
* Mon May 22 2023 Automatic Build System <autodist@mambasoft.it> 11.4.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:32 +01:00
* Sun Feb 26 2023 Automatic Build System <autodist@mambasoft.it> 11.3.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Mon Nov 21 2022 Automatic Build System <autodist@mambasoft.it> 11.2.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sun Oct 02 2022 Automatic Build System <autodist@mambasoft.it> 11.1.1-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sat Sep 17 2022 Automatic Build System <autodist@mambasoft.it> 11.1.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 10.6.3-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Thu Feb 17 2022 Automatic Build System <autodist@mambasoft.it> 10.6.2-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sat Feb 12 2022 Automatic Build System <autodist@mambasoft.it> 10.6.1-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 10.6.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Wed Dec 22 2021 Automatic Build System <autodist@mambasoft.it> 10.5.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Thu Nov 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 10.4.0-1mamba
- update to 10.4.0
2024-01-05 17:02:30 +01:00
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 10.3.2-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Fri Mar 12 2021 Automatic Build System <autodist@mambasoft.it> 10.3.1-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 10.3.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 10.2.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Thu Jan 07 2021 Automatic Build System <autodist@mambasoft.it> 10.1.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sun Nov 22 2020 Automatic Build System <autodist@mambasoft.it> 10.0.4-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sun Nov 01 2020 Automatic Build System <autodist@mambasoft.it> 10.0.3-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Wed Oct 28 2020 Automatic Build System <autodist@mambasoft.it> 10.0.2-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Fri Apr 10 2020 Automatic Build System <autodist@mambasoft.it> 10.0.1-1mamba
- automatic version update by autodist
* Thu Apr 09 2020 Automatic Build System <autodist@mambasoft.it> 10.0.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Thu Jan 30 2020 Automatic Build System <autodist@mambasoft.it> 9.1.1-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Fri Nov 22 2019 Automatic Build System <autodist@mambasoft.it> 9.1.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Mon Oct 14 2019 Automatic Build System <autodist@mambasoft.it> 9.0.2-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Tue Sep 24 2019 Automatic Build System <autodist@mambasoft.it> 9.0.1-1mamba
- automatic version update by autodist
* Wed Sep 11 2019 Automatic Build System <autodist@mambasoft.it> 9.0.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sun May 19 2019 Automatic Build System <autodist@mambasoft.it> 8.4.2-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sun Apr 28 2019 Automatic Build System <autodist@mambasoft.it> 8.4.1-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Tue Feb 05 2019 Automatic Build System <autodist@mambasoft.it> 8.4.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 8.3.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Mon Aug 20 2018 Automatic Build System <autodist@mambasoft.it> 8.2.1-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Wed Jun 27 2018 Automatic Build System <autodist@mambasoft.it> 8.1.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sun Mar 11 2018 Automatic Build System <autodist@mambasoft.it> 8.0.2-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 7.1.1-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sat Jan 20 2018 Automatic Build System <autodist@mambasoft.it> 7.1.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Sat Sep 23 2017 Automatic Build System <autodist@mambasoft.it> 7.0.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Tue Feb 02 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.0-3mamba
- rebuilt with gcc 5.3.0
* Wed Nov 11 2015 Automatic Build System <autodist@mambasoft.it> 6.0.0-2mamba
- automatic version update by autodist
* Wed Nov 11 2015 Automatic Build System <autodist@mambasoft.it> 6.0.0-1mamba
- automatic version update by autodist
* Sun Nov 08 2015 Automatic Build System <autodist@mambasoft.it> 5.2.0-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
2024-01-05 17:02:30 +01:00
* Sun May 31 2015 Automatic Build System <autodist@mambasoft.it> 5.1.3-1mamba
- automatic version update by autodist
2024-01-05 17:02:30 +01:00
* Mon Jun 09 2014 Automatic Build System <autodist@mambasoft.it> 5.1.2-1mamba
- automatic version update by autodist
2024-01-05 17:02:29 +01:00
* Thu Jan 16 2014 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
- automatic version update by autodist
* Sat Dec 21 2013 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
- automatic version update by autodist
* Sat Oct 19 2013 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba
- automatic version update by autodist
* Thu Jul 11 2013 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
- automatic version update by autodist
* Wed Apr 17 2013 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
- automatic version update by autodist
* Sat Jan 19 2013 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
- automatic version update by autodist
* Tue Jan 15 2013 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
- automatic version update by autodist
* Sat Sep 29 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-1mamba
- package created by autospec