automatic version update by autodist [release 5.2.2-1mamba;Thu Feb 22 2024]
This commit is contained in:
parent
ccc25c91f3
commit
5c8b2dbfe2
18
libgif.spec
18
libgif.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libgif
|
Name: libgif
|
||||||
Version: 5.2.1
|
Version: 5.2.2
|
||||||
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
|
||||||
@ -11,12 +11,6 @@ Source: https://sourceforge.net/projects/giflib/files/giflib-%{version}.t
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libICE-devel
|
|
||||||
BuildRequires: libSM-devel
|
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXau-devel
|
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,6 +37,8 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n giflib-%{version}
|
%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
|
%build
|
||||||
%make \
|
%make \
|
||||||
@ -55,8 +51,10 @@ This package contains utility applications for %{name}.
|
|||||||
PREFIX=%{_prefix} \
|
PREFIX=%{_prefix} \
|
||||||
LIBDIR=%{_libdir}
|
LIBDIR=%{_libdir}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
install -d -m0755 %{buildroot}%{_mandir}/man7
|
||||||
|
mv %{buildroot}%{_mandir}/man{1/giflib.7,7}
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -72,6 +70,7 @@ This package contains utility applications for %{name}.
|
|||||||
%{_libdir}/libgif.a
|
%{_libdir}/libgif.a
|
||||||
%{_libdir}/libgif.so
|
%{_libdir}/libgif.so
|
||||||
%{_includedir}/gif_lib.h
|
%{_includedir}/gif_lib.h
|
||||||
|
%{_mandir}/man7/giflib.7*
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
@ -80,6 +79,9 @@ This package contains utility applications for %{name}.
|
|||||||
%{_mandir}/man1/gif*.1*
|
%{_mandir}/man1/gif*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-1mamba
|
||||||
- update to 5.2.1
|
- update to 5.2.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user