[mingw-libidn: 15/18] Renamed the source package to mingw-libidn

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:23:35 UTC 2012


commit 0799aaee4a3a9d71cad2eb1e2175f14895c7ddf5
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 20:20:05 2012 +0100

    Renamed the source package to mingw-libidn

 mingw32-libidn.spec => mingw-libidn.spec |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)
---
diff --git a/mingw32-libidn.spec b/mingw-libidn.spec
similarity index 85%
rename from mingw32-libidn.spec
rename to mingw-libidn.spec
index f1b5624..24073b5 100644
--- a/mingw32-libidn.spec
+++ b/mingw-libidn.spec
@@ -9,9 +9,9 @@
 # exist on the upstream servers any more.  I have gone for the
 # latest version instead.
 
-Name:           mingw32-libidn
+Name:           mingw-libidn
 Version:        1.14
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        MinGW Windows Internationalized Domain Name support library
 
 License:        LGPLv2+
@@ -39,12 +39,21 @@ Names (IDN) working group, used for internationalized domain
 names.
 
 
-%package static
+%package -n mingw32-libidn
+Summary:         MinGW Windows zlib compression library for the win32 target
+
+%description -n mingw32-libidn
+GNU Libidn is an implementation of the Stringprep, Punycode and
+IDNA specifications defined by the IETF Internationalized Domain
+Names (IDN) working group, used for internationalized domain
+names.
+
+%package -n mingw32-libidn-static
 Summary:        Static version of the MinGW Windows IDN library
-Requires:       %{name} = %{version}-%{release}
+Requires:       mingw32-libidn = %{version}-%{release}
 Group:          Development/Libraries
 
-%description static
+%description mingw32-libidn-static
 Static version of the MinGW Windows IDN library.
 
 
@@ -80,7 +89,7 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_bindir}/libidn-11.def
 rm -rf $RPM_BUILD_ROOT
 
 
-%files -f libidn.lang
+%files -n mingw32-libidn -f libidn.lang
 %defattr(-,root,root,-)
 %doc COPYING COPYING.LIB
 %{_mingw32_bindir}/idn.exe
@@ -91,12 +100,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_includedir}/*.h
 
 
-%files static
+%files -n mingw32-libidn-static
 %defattr(-,root,root,-)
 %{_mingw32_libdir}/libidn.a
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.14-12
+- Renamed the source package to mingw-libidn (RHBZ #800914)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.14-11
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list