automatic version update by autodist [release 0.9.7-1mamba;Fri Jan 22 2021]
This commit is contained in:
parent
1783633fc0
commit
809b38ae83
17
podofo.spec
17
podofo.spec
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: podofo
|
Name: podofo
|
||||||
Version: 0.9.5
|
Version: 0.9.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Tools based on libpodofo to work with the PDF file format
|
Summary: Tools based on libpodofo to work with the PDF file format
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -57,11 +57,13 @@ Obsoletes: podofo-devel
|
|||||||
%description -n libpodofo-devel
|
%description -n libpodofo-devel
|
||||||
This package contains libraries and header files for developing applications that use lib%{name}.
|
This package contains libraries and header files for developing applications that use lib%{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%ifnarch x86_64
|
#%ifnarch x86_64
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -91,20 +93,25 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -n libpodofo
|
%files -n libpodofo
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libpodofo.so.*
|
%{_libdir}/libpodofo.so.*
|
||||||
|
%doc COPYING.LIB
|
||||||
|
|
||||||
%files -n libpodofo-devel
|
%files -n libpodofo-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/podofo
|
%dir %{_includedir}/podofo
|
||||||
%{_includedir}/podofo/*
|
%{_includedir}/podofo/*
|
||||||
%{_libdir}/libpodofo.so
|
%{_libdir}/libpodofo.so
|
||||||
%{_libdir}/pkgconfig/libpodofo-0.pc
|
%{_libdir}/pkgconfig/libpodofo.pc
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/podofo*
|
%{_bindir}/podofo*
|
||||||
%{_mandir}/man1/podofo*.1*
|
%{_mandir}/man1/podofo*.1*
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 22 2021 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Feb 06 2017 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
* Mon Feb 06 2017 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user