111 lines
3.2 KiB
RPMSpec
111 lines
3.2 KiB
RPMSpec
Name: libgif
|
|
Version: 5.2.2
|
|
Release: 1mamba
|
|
Summary: A library for reading and writing gif image
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://sourceforge.net/projects/giflib
|
|
Source: https://sourceforge.net/projects/giflib/files/giflib-%{version}.tar.gz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
giflib is a library for reading and writing gif images. It is API and ABI compatible with libungif which was in wide use while the LZW compression algorithm was patented.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
giflib is a library for reading and writing gif images. It is API and ABI compatible with libungif which was in wide use while the LZW compression algorithm was patented.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%package tools
|
|
Group: Applications/Graphics
|
|
Summary: Utility applications for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description tools
|
|
This package contains utility applications for %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n giflib-%{version}
|
|
# Fix installing man pages
|
|
sed -e 's|giflib.xml|giflib.7|' -re 's|doc/(.*).xml|doc/\1.1|g' -i Makefile
|
|
|
|
%build
|
|
%make \
|
|
PREFIX=%{_prefix} \
|
|
LIBDIR=%{_libdir}
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall\
|
|
PREFIX=%{_prefix} \
|
|
LIBDIR=%{_libdir}
|
|
|
|
install -d -m0755 %{buildroot}%{_mandir}/man7
|
|
mv %{buildroot}%{_mandir}/man{1/giflib.7,7}
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libgif.so.*
|
|
%doc COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libgif.a
|
|
%{_libdir}/libgif.so
|
|
%{_includedir}/gif_lib.h
|
|
%{_mandir}/man7/giflib.7*
|
|
%doc ChangeLog NEWS README TODO
|
|
|
|
%files tools
|
|
%defattr(-,root,root)
|
|
%{_bindir}/gif*
|
|
%{_mandir}/man1/gif*.1*
|
|
|
|
%changelog
|
|
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 5.2.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-1mamba
|
|
- update to 5.2.1
|
|
|
|
* Mon Jan 25 2016 Automatic Build System <autodist@mambasoft.it> 5.1.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Feb 04 2015 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon May 26 2014 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Mar 31 2014 Automatic Build System <autodist@mambasoft.it> 5.0.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Jan 20 2013 Automatic Build System <autodist@mambasoft.it> 5.0.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 17 2012 Automatic Build System <autodist@mambasoft.it> 5.0.2-1mamba
|
|
- update to 5.0.2
|
|
|
|
* Wed May 20 2009 Automatic Build System <autodist@mambasoft.it> 4.1.6-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sun Mar 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.6-1mamba
|
|
- package created by autospec
|