summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-07-15 21:52:21 +0100
committerPeter Robinson <pbrobinson@gmail.com>2012-07-15 21:52:21 +0100
commitc1f0c98dc83f3699b6c0e5bdccc49dc822403e20 (patch)
treebeaff3827ccf497de0628ae36c28f7e89b120206
parent4f3365005841a4ab3ccf5980bfa59755337af517 (diff)
downloadlibtool-c1f0c98dc83f3699b6c0e5bdccc49dc822403e20.tar.gz
libtool-c1f0c98dc83f3699b6c0e5bdccc49dc822403e20.tar.xz
libtool-c1f0c98dc83f3699b6c0e5bdccc49dc822403e20.zip
rebuild
-rw-r--r--libtool.spec16
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@fedoraproject.org> - 2.4.2-5
+- Rebuild
+
* Fri Jun 29 2012 Richard W.M. Jones <rjones@redhat.com> - 2.4.2-4
- Rebuild for gcc 4.7.1 which just entered Rawhide.