automatic version update by autodist [release 11.1.0-1mamba;Sat Sep 17 2022]
This commit is contained in:
parent
1f378c86f2
commit
8be6ff7fd7
26
qpdf.spec
26
qpdf.spec
@ -1,5 +1,5 @@
|
|||||||
Name: qpdf
|
Name: qpdf
|
||||||
Version: 10.6.3
|
Version: 11.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A command-line program that does structural, content-preserving transformations on PDF files
|
Summary: A command-line program that does structural, content-preserving transformations on PDF files
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -11,7 +11,6 @@ Source: http://downloads.sourceforge.net/project/qpdf/qpdf/%{version}/qpd
|
|||||||
License: Artistic
|
License: Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatomic-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgnutls-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
@ -39,29 +38,29 @@ This package contains shared libraries for %{name}.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
## note: you can add this requirement if .pc files are provided by this package
|
Requires: pkg-config
|
||||||
#Requires: pkg-config
|
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%cmake -d build
|
||||||
%ifarch arm
|
|
||||||
LIBS="-latomic"
|
#% configure \
|
||||||
%endif
|
#%ifarch arm
|
||||||
|
# LIBS="-latomic"
|
||||||
|
#%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -90,12 +89,17 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_includedir}/qpdf
|
%dir %{_includedir}/qpdf
|
||||||
%{_includedir}/qpdf/*
|
%{_includedir}/qpdf/*
|
||||||
%{_libdir}/libqpdf.a
|
%{_libdir}/libqpdf.a
|
||||||
%{_libdir}/libqpdf.la
|
|
||||||
%{_libdir}/libqpdf.so
|
%{_libdir}/libqpdf.so
|
||||||
%{_libdir}/pkgconfig/libqpdf.pc
|
%{_libdir}/pkgconfig/libqpdf.pc
|
||||||
|
%dir %{_libdir}/cmake/qpdf
|
||||||
|
%{_libdir}/cmake/qpdf/libqpdf*.cmake
|
||||||
|
%{_libdir}/cmake/qpdf/qpdfConfig*.cmake
|
||||||
%doc ChangeLog TODO
|
%doc ChangeLog TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 17 2022 Automatic Build System <autodist@mambasoft.it> 11.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 10.6.3-1mamba
|
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 10.6.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user