[mingw-pango: 36/37] Renamed the source package to mingw-pango (#800444)

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 20:17:15 UTC 2012


commit cb216919814aa7b2ac9358fb5ef278336bfd39b3
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 6 22:11:35 2012 +0200

    Renamed the source package to mingw-pango (#800444)

 mingw32-pango.spec => mingw-pango.spec |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/mingw32-pango.spec b/mingw-pango.spec
similarity index 95%
rename from mingw32-pango.spec
rename to mingw-pango.spec
index 44e5899..972a32b 100644
--- a/mingw32-pango.spec
+++ b/mingw-pango.spec
@@ -2,9 +2,9 @@
 %global __objdump %{_mingw32_objdump}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-pango
+Name:           mingw-pango
 Version:        1.29.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW Windows Pango library
 
 License:        LGPLv2+
@@ -43,19 +43,25 @@ BuildRequires:  mingw32-libpng
 BuildRequires:  mingw32-pixman
 BuildRequires:  pkgconfig
 
-Requires:       pkgconfig
-
 
 %description
 MinGW Windows Pango library.
 
 
-%package static
+%package -n mingw32-pango
+Summary:        MinGW Windows Pango library
+Requires:       pkgconfig
+
+%description -n mingw32-pango
+MinGW Windows Pango library.
+
+
+%package -n mingw32-pango-static
 Summary:        Static version of the MinGW Windows Pango library
-Requires:       %{name} = %{version}-%{release}
+Requires:       mingw32-pango = %{version}-%{release}
 Group:          Development/Libraries
 
-%description static
+%description -n mingw32-pango-static
 Static version of the MinGW Windows Pango library.
 
 
@@ -94,7 +100,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/pango/1.6.0/modules/*.dll.a
 
 
-%files
+%files -n mingw32-pango
 %doc COPYING
 %{_mingw32_bindir}/libpango-1.0-0.dll
 %{_mingw32_bindir}/libpangocairo-1.0-0.dll
@@ -129,7 +135,7 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/pango/1.6.0/modules/*.dll.a
 %{_mingw32_sysconfdir}/pango/
 
 
-%files static
+%files -n mingw32-pango-static
 %{_mingw32_libdir}/libpango-1.0.a
 %{_mingw32_libdir}/libpangocairo-1.0.a
 %{_mingw32_libdir}/libpangoft2-1.0.a
@@ -149,6 +155,9 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/pango/1.6.0/modules/*.dll.a
   
 
 %changelog
+* Tue Mar 06 2012 Kalev Lember <kalevlember at gmail.com> - 1.29.5-3
+- Renamed the source package to mingw-pango (#800444)
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.29.5-2
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list