[giflib] rebuild post revert

Peter Robinson pbrobinson at fedoraproject.org
Wed Dec 18 11:35:50 UTC 2013


commit 62ac16a9ce8141f7c4d6073189fc903f5d8aa2ed
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Dec 18 11:35:44 2013 +0000

    rebuild post revert

 giflib.spec |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/giflib.spec b/giflib.spec
index 88dc4ea..8a12fea 100644
--- a/giflib.spec
+++ b/giflib.spec
@@ -1,7 +1,7 @@
 Summary:	Library for manipulating GIF format image files
 Name:		giflib
 Version:	4.1.6
-Release:	9%{?dist}
+Release:	10%{?dist}
 License:	MIT
 Group:		System Environment/Libraries
 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
 Provides:	libungif = %{version}-%{release}
 Obsoletes:	libungif <= %{version}-%{release}
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 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}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
 
 # Handling of libungif compatibility
@@ -67,29 +65,26 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
 # Remove makefile relics from documentation
 rm -f doc/Makefile*
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files 
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/lib*.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %doc doc/* util/giffiltr.c util/gifspnge.c
 %{_libdir}/lib*.so
 %{_includedir}/*.h
 
 %files utils
-%defattr(-,root,root,-)
 %{_bindir}/*
 
 %changelog
+* Wed Dec 18 2013 Peter Robinson <pbrobinson at fedoraproject.org> 4.1.6-10
+- Rebuild
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.6-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list