[libtool] rebuild

Peter Robinson pbrobinson at fedoraproject.org
Sun Jul 15 20:52:40 UTC 2012


commit c1f0c98dc83f3699b6c0e5bdccc49dc822403e20
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Jul 15 21:52:21 2012 +0100

    rebuild

 libtool.spec |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/libtool.spec b/libtool.spec
index 2d9249b..fa07995 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -3,13 +3,14 @@
 Summary: The GNU Portable Library Tool
 Name:    libtool
 Version: 2.4.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+ and LGPLv2+ and GFDL
+URL:     http://www.gnu.org/software/libtool/
 Group:   Development/Tools
+
 Source:  http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz
 Patch0:  libtool-2.2.10-rpath.patch
-URL:     http://www.gnu.org/software/libtool/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
+
 Requires(post):  /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -93,17 +94,11 @@ make check VERBOSE=yes | tee make_check.log 2>&1 # || (cat make_check.log && fal
 
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f %{buildroot}%{_infodir}/dir
 rm -f %{buildroot}%{_libdir}/libltdl.la  %{buildroot}%{_libdir}/libltdl.a
 
 
-%clean
-rm -rf %{buildroot}
-
-
-
 %post
 /sbin/install-info %{_infodir}/libtool.info.gz %{_infodir}/dir || :
 
@@ -149,6 +144,9 @@ fi
 
 
 %changelog
+* Sun Jul 15 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 2.4.2-5
+- Rebuild
+
 * Fri Jun 29 2012 Richard W.M. Jones <rjones at redhat.com> - 2.4.2-4
 - Rebuild for gcc 4.7.1 which just entered Rawhide.
 


More information about the scm-commits mailing list