summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@fedoraproject.org>2009-02-04 19:45:59 +0000
committerKarsten Hopp <karsten@fedoraproject.org>2009-02-04 19:45:59 +0000
commitd2af9f2190371fca697e756c42aff50bfdc9e37e (patch)
tree3cfc105335ba15947b90f8c54904ed297f3daece
parent9ff91141719b660f23bd71bf839efd89dc665630 (diff)
downloadlibtool-d2af9f2190371fca697e756c42aff50bfdc9e37e.tar.gz
libtool-d2af9f2190371fca697e756c42aff50bfdc9e37e.tar.xz
libtool-d2af9f2190371fca697e756c42aff50bfdc9e37e.zip
- libtool-ltdl owns /usr/share/libtool, but not the files in therelibtool-2_2_6-8_fc11
(#484088)
-rw-r--r--libtool.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/libtool.spec b/libtool.spec
index 21255f6..a58be9b 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -1,9 +1,9 @@
-%define gcc_version 4.4.0
+%define gcc_version 4.3.2
Summary: The GNU Portable Library Tool
Name: libtool
Version: 2.2.6
-Release: 7%{?dist}
+Release: 8%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}a.tar.gz
@@ -128,7 +128,7 @@ fi
%defattr(-,root,root)
%doc libltdl/COPYING.LIB libltdl/README
%{_libdir}/libltdl.so.*
-%{_datadir}/libtool
+%dir %{_datadir}/libtool
%files ltdl-devel
%defattr(-,root,root)
@@ -140,6 +140,10 @@ fi
%changelog
+* Wed Feb 04 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-8
+- libtool-ltdl owns /usr/share/libtool, but not the config files
+ (#484088)
+
* Wed Feb 4 2009 Jakub Jelinek <jakub@redhat.com> 2.2.6-7
- rebuilt for gcc-4.4.0