update to 5.2.1 [release 5.2.1-1mamba;Thu Mar 18 2021]
This commit is contained in:
parent
b0847bd329
commit
ccc25c91f3
32
libgif.spec
32
libgif.spec
@ -1,13 +1,13 @@
|
|||||||
Name: libgif
|
Name: libgif
|
||||||
Version: 5.1.2
|
Version: 5.2.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for reading and writing gif image
|
Summary: A library for reading and writing gif image
|
||||||
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://sourceforge.net/projects/giflib
|
URL: https://sourceforge.net/projects/giflib
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/giflib/giflib-%{version}.tar.bz2
|
Source: https://sourceforge.net/projects/giflib/files/giflib-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -18,7 +18,6 @@ BuildRequires: libXau-devel
|
|||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libXdmcp-devel
|
BuildRequires: libXdmcp-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
@ -30,7 +29,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%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.
|
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 need for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Group: Applications/Graphics
|
Group: Applications/Graphics
|
||||||
@ -40,16 +39,21 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description tools
|
%description tools
|
||||||
This package contains utility applications for %{name}.
|
This package contains utility applications for %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n giflib-%{version}
|
%setup -q -n giflib-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%make \
|
||||||
%make
|
PREFIX=%{_prefix} \
|
||||||
|
LIBDIR=%{_libdir}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall\
|
||||||
|
PREFIX=%{_prefix} \
|
||||||
|
LIBDIR=%{_libdir}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -61,22 +65,24 @@ This package contains utility applications for %{name}.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgif.so.*
|
%{_libdir}/libgif.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgif.a
|
%{_libdir}/libgif.a
|
||||||
%{_libdir}/libgif.la
|
|
||||||
%{_libdir}/libgif.so
|
%{_libdir}/libgif.so
|
||||||
%{_includedir}/*.h
|
%{_includedir}/gif_lib.h
|
||||||
%doc BUGS COPYING ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gif*
|
%{_bindir}/gif*
|
||||||
%{_mandir}/man1/gif*.1.gz*
|
%{_mandir}/man1/gif*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Mon Jan 25 2016 Automatic Build System <autodist@mambasoft.it> 5.1.2-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user