[mingw-libltdl: 39/42] Renamed the source package to mingw-libltdl

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:32:15 UTC 2012


commit 011a9880882fd570cbe7b244117c88f79094614e
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 20:26:17 2012 +0100

    Renamed the source package to mingw-libltdl

 mingw32-libltdl.spec => mingw-libltdl.spec |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-libltdl.spec b/mingw-libltdl.spec
similarity index 96%
rename from mingw32-libltdl.spec
rename to mingw-libltdl.spec
index 9fbd91f..1f865ae 100644
--- a/mingw32-libltdl.spec
+++ b/mingw-libltdl.spec
@@ -20,9 +20,9 @@
 %global   patchlevel  %{nil}
 
 Summary:  Runtime libraries for GNU Libtool Dynamic Module Loader
-Name:     mingw32-libltdl
+Name:     mingw-libltdl
 Version:  2.4
-Release:  5%{?dist}
+Release:  6%{?dist}
 Group:    System Environment/Libraries
 # Even though the source package contains files under
 # "GPLv2+ and LGPLv2+ and GFDL", the binary RPM only ships LGPLv2+ code.
@@ -63,6 +63,20 @@ 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 -n mingw32-libltdl
+Summary:        Runtime libraries for GNU Libtool Dynamic Module Loader
+
+%description -n mingw32-libltdl
+The mingw32-libltdl package contains the GNU Libtool Dynamic Module Loader, a
+library that provides a consistent, portable interface which simplifies the
+process of using dynamic modules, for the mingw32 cross compilation
+environment.
+
+These runtime libraries are needed by programs that link directly to the
+system-installed ltdl libraries; they are not needed by software built using
+the rest of the GNU Autotools (including GNU Autoconf and GNU Automake).
+
+
 %prep
 %setup -n libtool-%{version}%{?patchlevel} -q
 %patch0 -p1 -b .rpath
@@ -102,7 +116,7 @@ rm -f %{buildroot}%{_mingw32_libdir}/libltdl.a
 rm -rf %{buildroot}
 
 
-%files
+%files -n mingw32-libltdl
 %defattr(-,root,root)
 %doc AUTHORS NEWS THANKS TODO ChangeLog
 %doc libltdl/COPYING.LIB libltdl/README
@@ -117,6 +131,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.4-6
+- Renamed the source package to mingw-libltdl (RHBZ #800916)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.4-5
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list