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)
|
||||
|
||||
Name: podofo
|
||||
Version: 0.9.5
|
||||
Version: 0.9.7
|
||||
Release: 1mamba
|
||||
Summary: Tools based on libpodofo to work with the PDF file format
|
||||
Group: System/Tools
|
||||
@ -57,11 +57,13 @@ Obsoletes: podofo-devel
|
||||
%description -n libpodofo-devel
|
||||
This package contains libraries and header files for developing applications that use lib%{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%ifnarch x86_64
|
||||
%patch0 -p1
|
||||
%endif
|
||||
#%ifnarch x86_64
|
||||
#%patch0 -p1
|
||||
#%endif
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
@ -91,20 +93,25 @@ This package contains libraries and header files for developing applications tha
|
||||
%files -n libpodofo
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpodofo.so.*
|
||||
%doc COPYING.LIB
|
||||
|
||||
%files -n libpodofo-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/podofo
|
||||
%{_includedir}/podofo/*
|
||||
%{_libdir}/libpodofo.so
|
||||
%{_libdir}/pkgconfig/libpodofo-0.pc
|
||||
%{_libdir}/pkgconfig/libpodofo.pc
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/podofo*
|
||||
%{_mandir}/man1/podofo*.1*
|
||||
%doc COPYING
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user