automatic version update by autodist [release 7.19.3-1mamba;Tue Sep 08 2020]
This commit is contained in:
parent
4a5c240e86
commit
9b73c0ccd9
26
libpgf.spec
26
libpgf.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libpgf
|
Name: libpgf
|
||||||
Version: 6.14.12
|
Version: 7.19.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of the Progressive Graphics File (PGF)
|
Summary: An implementation of the Progressive Graphics File (PGF)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.libpgf.org/index.php
|
URL: http://www.libpgf.org/index.php
|
||||||
Source: http://downloads.sourceforge.net/project/libpgf/libpgf/%{version}-latest/libpgf-src-%{version}.tar.gz
|
# NOTE: manually renamed
|
||||||
|
Source: https://sourceforge.net/projects/libpgf/files/libpgf/%{version}-latest/libPGF-codec-and-console-src-%{version}.zip
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -31,18 +32,26 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -c
|
||||||
|
mv libPGF-codec-and-console-src/* .
|
||||||
|
rmdir libPGF-codec-and-console-src
|
||||||
|
cd PGF/Codec
|
||||||
|
dos2unix configure.ac
|
||||||
|
chmod +x autogen.sh
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
dos2unix configure.ac
|
cd PGF/Codec
|
||||||
./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
cd PGF/Codec
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
rm -rf %{buildroot}%{_docdir}/libpgf-*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -52,7 +61,7 @@ dos2unix configure.ac
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libpgf.so.*
|
%{_libdir}/libpgf.so.*
|
||||||
%doc COPYING
|
%doc PGF/Codec/COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -63,8 +72,11 @@ dos2unix configure.ac
|
|||||||
%{_libdir}/libpgf.so
|
%{_libdir}/libpgf.so
|
||||||
%{_libdir}/pkgconfig/libpgf.pc
|
%{_libdir}/pkgconfig/libpgf.pc
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
%doc README
|
%doc PGF/Codec/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 08 2020 Automatic Build System <autodist@mambasoft.it> 7.19.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Dec 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 6.14.12-1mamba
|
* Sun Dec 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 6.14.12-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user