summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2009-02-02 14:00:43 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2009-02-02 14:00:43 +0100
commit75940d2e67a4f751ed4ae582e98ed0780f767aca (patch)
treecda46e9fae2640dddf6f74b7730a7023323eefec
parent13a42a4ee26ab2a8ef61b649c6b92cf5b006a284 (diff)
downloadmingw32-libltdl-package-75940d2e67a4f751ed4ae582e98ed0780f767aca.tar.gz
mingw32-libltdl-package-75940d2e67a4f751ed4ae582e98ed0780f767aca.tar.xz
mingw32-libltdl-package-75940d2e67a4f751ed4ae582e98ed0780f767aca.zip
Remove %pre,%post. No more separate -devel pkg.mingw32-libltdl-1.5.26-7.fc10
-rw-r--r--mingw32-libltdl.spec28
1 files changed, 5 insertions, 23 deletions
diff --git a/mingw32-libltdl.spec b/mingw32-libltdl.spec
index 4c6a0be..ad22ad3 100644
--- a/mingw32-libltdl.spec
+++ b/mingw32-libltdl.spec
@@ -4,12 +4,10 @@
%define __find_requires %{_mingw32_findrequires}
%define __find_provides %{_mingw32_findprovides}
-%define gcc_version 4.3.2
-
Summary: Runtime libraries for GNU Libtool Dynamic Module Loader
Name: mingw32-libltdl
Version: 1.5.26
-Release: 6%{?dist}
+Release: 7%{?dist}
Group: System Environment/Libraries
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@@ -41,18 +39,6 @@ system-installed ltdl libraries; they are not needed by software built using
the rest of the GNU Autotools (including GNU Autoconf and GNU Automake).
-
-%package devel
-Summary: Tools needed for development using the GNU Libtool Dynamic Module Loader
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-License: LGPLv2+
-
-%description devel
-Static libraries and header files for development with ltdl.
-
-
-
%prep
%setup -n libtool-%{version} -q
%patch2 -p1
@@ -90,25 +76,21 @@ rm -f %{buildroot}%{_mingw32_libdir}/libltdl.a
rm -rf %{buildroot}
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-
%files
%defattr(-,root,root)
%doc AUTHORS NEWS THANKS TODO ChangeLog
%doc libltdl/COPYING.LIB libltdl/README
%{_mingw32_libdir}/libltdl.dll.a
%{_mingw32_bindir}/libltdl-3.dll
-
-%files devel
-%defattr(-,root,root)
%{_mingw32_libdir}/libltdl.la
%{_mingw32_includedir}/ltdl.h
%changelog
+* Mon Feb 2 2009 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.5.26-7
+- Remove unneeded %%pre and %%post
+- Unify libltdl and libltdl-devel package as libltdl
+
* Mon Feb 2 2009 Hans Ulrich Niedermann <hun@n-dimensional.de> - 1.5.26-6
- Fix forgotten dependency of -devel subpackage.