rebuilt with debug package and specfile fixes [release 2.0.3-2mamba;Sat May 25 2024]

This commit is contained in:
Silvan Calarco 2024-05-25 17:31:29 +02:00
parent 670ce3e914
commit 8b29ce920d

View File

@ -1,21 +1,20 @@
Name: libmng Name: libmng
Version: 2.0.3 Version: 2.0.3
Release: 1mamba Release: 2mamba
Summary: A library for handling MNG files Summary: A library for handling MNG files
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.libmng.com URL: https://www.libmng.com
Source: http://downloads.sourceforge.net/sourceforge/libmng/%{name}-%{version}.tar.gz Source: https://downloads.sourceforge.net/sourceforge/libmng/%{name}-%{version}.tar.xz
License: zlib/libpng License: zlib/libpng
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: liblcms-devel BuildRequires: liblcms2-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files.
@ -24,25 +23,21 @@ It uses the zlib compression library, and optionally the JPEG library by the Ind
%package devel %package devel
Summary: Development files for a library for handling MNG files Summary: Development files for a library for handling MNG files
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files.
It uses the zlib compression library, and optionally the JPEG library by the Independent JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguar. It uses the zlib compression library, and optionally the JPEG library by the Independent JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguar.
This is the development package. This is the development package.
%debug_package
%prep %prep
%setup -q %setup -q
%build %build
#cp -a makefiles/{configure.in,Makefile.am} .
#
#aclocal
#libtoolize --force
#automake -a
#autoconf
%configure %configure
%make %make
%install %install
@ -64,17 +59,21 @@ install -D doc/man/jng.5 %{buildroot}%{_mandir}/man5/jng.5
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libmng.so.* %{_libdir}/libmng.so.*
%doc LICENSE
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/* %{_includedir}/libmng*.h
%{_libdir}/libmng.*a
%{_libdir}/libmng.so %{_libdir}/libmng.so
%{_libdir}/libmng.a
%{_mandir}/man3/* %{_mandir}/man3/*
%{_mandir}/man5/* %{_mandir}/man5/*
%{_libdir}/pkgconfig/libmng.pc %{_libdir}/pkgconfig/libmng.pc
%changelog %changelog
* Sat May 25 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.3-2mamba
- rebuilt with debug package and specfile fixes
* Mon Apr 27 2015 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba * Mon Apr 27 2015 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
- automatic update by autodist - automatic update by autodist