update to 7.21.7 [release 7.21.7-1mamba;Mon Dec 27 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 05:22:18 +01:00
parent 9b73c0ccd9
commit ecddc9a72b

View File

@ -1,21 +1,20 @@
Name: libpgf Name: libpgf
Version: 7.19.3 Version: 7.21.7
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
Vendor: openmamba 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: https://www.libpgf.org/index.php
# NOTE: manually renamed # NOTE: manually renamed
Source: https://sourceforge.net/projects/libpgf/files/libpgf/%{version}-latest/libPGF-codec-and-console-src-%{version}.zip Source: https://sourceforge.net/projects/libpgf/files/libpgf/%{version}-latest/libpgf-%{version}.zip
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
libPGF is an implementation of the Progressive Graphics File (PGF). libPGF is an implementation of the Progressive Graphics File (PGF).
@ -33,21 +32,20 @@ This package contains libraries and header files for developing applications tha
%prep %prep
%setup -q -c %setup -q -c
mv libPGF-codec-and-console-src/* . cd libpgf
rmdir libPGF-codec-and-console-src touch README
cd PGF/Codec dos2unix configure.ac autogen.sh Makefile.am
dos2unix configure.ac
chmod +x autogen.sh chmod +x autogen.sh
./autogen.sh ./autogen.sh
%build %build
cd PGF/Codec cd libpgf
%configure %configure
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd PGF/Codec cd libpgf
%makeinstall %makeinstall
rm -rf %{buildroot}%{_docdir}/libpgf-* rm -rf %{buildroot}%{_docdir}/libpgf-*
@ -61,7 +59,7 @@ rm -rf %{buildroot}%{_docdir}/libpgf-*
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libpgf.so.* %{_libdir}/libpgf.so.*
%doc PGF/Codec/COPYING %doc libpgf/COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -72,9 +70,12 @@ rm -rf %{buildroot}%{_docdir}/libpgf-*
%{_libdir}/libpgf.so %{_libdir}/libpgf.so
%{_libdir}/pkgconfig/libpgf.pc %{_libdir}/pkgconfig/libpgf.pc
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%doc PGF/Codec/README %doc libpgf/README.txt
%changelog %changelog
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 7.21.7-1mamba
- update to 7.21.7
* Tue Sep 08 2020 Automatic Build System <autodist@mambasoft.it> 7.19.3-1mamba * Tue Sep 08 2020 Automatic Build System <autodist@mambasoft.it> 7.19.3-1mamba
- automatic version update by autodist - automatic version update by autodist