[mingw-libxslt: 18/20] Renamed the source package to mingw-libxslt (#800931)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 15:48:38 UTC 2012


commit d571d23d6d181a060f224410d97e1164b73e888b
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 17:44:12 2012 +0200

    Renamed the source package to mingw-libxslt (#800931)

 mingw32-libxslt.spec => mingw-libxslt.spec |   29 +++++++++++++++++++--------
 1 files changed, 20 insertions(+), 9 deletions(-)
---
diff --git a/mingw32-libxslt.spec b/mingw-libxslt.spec
similarity index 86%
rename from mingw32-libxslt.spec
rename to mingw-libxslt.spec
index 98790bd..37f48fb 100644
--- a/mingw32-libxslt.spec
+++ b/mingw-libxslt.spec
@@ -5,9 +5,9 @@
 %global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-libxslt
+Name:           mingw-libxslt
 Version:        1.1.26
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        MinGW Windows Library providing the Gnome XSLT engine
 
 License:        MIT
@@ -32,23 +32,31 @@ BuildRequires:  mingw32-libxml2 >= 2.7.2-3
 BuildRequires:  pkgconfig
 BuildRequires:  autoconf, automake, libtool
 
+%description
+This C library allows to transform XML files into other XML files
+(or HTML, text, ...) using the standard XSLT stylesheet transformation
+mechanism. To use it you need to have a version of libxml2 >= 2.6.27
+installed. The xsltproc command is a command line interface to the XSLT engine
+
+
+%package -n mingw32-libxslt
+Summary:        MinGW Windows Library providing the Gnome XSLT engine
 Requires:       mingw32-libxml2 >= 2.7.2-3
 Requires:       pkgconfig
 
-
-%description
+%description -n mingw32-libxslt
 This C library allows to transform XML files into other XML files
 (or HTML, text, ...) using the standard XSLT stylesheet transformation
 mechanism. To use it you need to have a version of libxml2 >= 2.6.27
 installed. The xsltproc command is a command line interface to the XSLT engine
 
 
-%package static
+%package -n mingw32-libxslt-static
 Summary:        Static version of the MinGW Windows LibXSLT library
-Requires:       %{name} = %{version}-%{release}
+Requires:       mingw32-libxslt = %{version}-%{release}
 Group:          Development/Libraries
 
-%description static
+%description -n mingw32-libxslt-static
 Static version of the MinGW Windows LibXSLT library.
 
 
@@ -88,7 +96,7 @@ rm -r $RPM_BUILD_ROOT%{_mingw32_mandir}
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -n mingw32-libxslt
 %defattr(-,root,root,-)
 %doc COPYING Copyright
 %{_mingw32_bindir}/xslt-config
@@ -107,13 +115,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_datadir}/aclocal/libxslt.m4
 
 
-%files static
+%files -n mingw32-libxslt-static
 %defattr(-,root,root,-)
 %{_mingw32_libdir}/libexslt.a
 %{_mingw32_libdir}/libxslt.a
 
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 1.1.26-7
+- Renamed the source package to mingw-libxslt (#800931)
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.1.26-6
 - Rebuild against the mingw-w64 toolchain
 - Fix compatibility with mingw-w64


More information about the scm-commits mailing list