rebuild post revert
This commit is contained in:
parent
2d3809225d
commit
62ac16a9ce
13
giflib.spec
13
giflib.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Library for manipulating GIF format image files
|
Summary: Library for manipulating GIF format image files
|
||||||
Name: giflib
|
Name: giflib
|
||||||
Version: 4.1.6
|
Version: 4.1.6
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.sourceforge.net/projects/%{name}/
|
URL: http://www.sourceforge.net/projects/%{name}/
|
||||||
@ -9,7 +9,6 @@ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|||||||
BuildRequires: libX11-devel, libICE-devel, libSM-devel, libXt-devel
|
BuildRequires: libX11-devel, libICE-devel, libSM-devel, libXt-devel
|
||||||
Provides: libungif = %{version}-%{release}
|
Provides: libungif = %{version}-%{release}
|
||||||
Obsoletes: libungif <= %{version}-%{release}
|
Obsoletes: libungif <= %{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The giflib package contains a shared library of functions for loading and
|
The giflib package contains a shared library of functions for loading and
|
||||||
@ -53,7 +52,6 @@ MAJOR=`echo '%{version}' | sed -e 's/\([0-9]\+\)\..*/\1/'`
|
|||||||
%{__cc} $RPM_OPT_FLAGS -shared -Wl,-soname,libungif.so.$MAJOR -Llib/.libs -lgif -o libungif.so.%{version}
|
%{__cc} $RPM_OPT_FLAGS -shared -Wl,-soname,libungif.so.$MAJOR -Llib/.libs -lgif -o libungif.so.%{version}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
||||||
|
|
||||||
# Handling of libungif compatibility
|
# Handling of libungif compatibility
|
||||||
@ -67,29 +65,26 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
|
|||||||
# Remove makefile relics from documentation
|
# Remove makefile relics from documentation
|
||||||
rm -f doc/Makefile*
|
rm -f doc/Makefile*
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc doc/* util/giffiltr.c util/gifspnge.c
|
%doc doc/* util/giffiltr.c util/gifspnge.c
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 18 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.1.6-10
|
||||||
|
- Rebuild
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-9
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.6-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user