[mingw-spice-protocol: 12/14] Renamed the source package to mingw-spice-protocol (#801030)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:44:32 UTC 2012


commit 08eb9cd3e252ad4f5338337eb40388c160ba30be
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 19:41:04 2012 +0200

    Renamed the source package to mingw-spice-protocol (#801030)

 ...pice-protocol.spec => mingw-spice-protocol.spec |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/mingw32-spice-protocol.spec b/mingw-spice-protocol.spec
similarity index 81%
rename from mingw32-spice-protocol.spec
rename to mingw-spice-protocol.spec
index 8b2efd6..98ca618 100644
--- a/mingw32-spice-protocol.spec
+++ b/mingw-spice-protocol.spec
@@ -4,9 +4,9 @@
 %global __find_requires %{_mingw32_findrequires}
 %global __find_provides %{_mingw32_findprovides}
 
-Name:           mingw32-spice-protocol
+Name:           mingw-spice-protocol
 Version:        0.8.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Spice protocol header files
 Group:          Development/Libraries
 License:        BSD
@@ -15,12 +15,21 @@ Source0:        http://www.spice-space.org/download/releases/spice-protocol-%{ve
 
 BuildArch:      noarch
 BuildRequires:  mingw32-filesystem >= 49
-Requires:       pkgconfig
 
 %description
 Header files describing the spice protocol
 and the para-virtual graphics card QXL.
 
+
+%package -n mingw32-spice-protocol
+Summary:        Spice protocol header files
+Requires:       pkgconfig
+
+%description -n mingw32-spice-protocol
+Header files describing the spice protocol
+and the para-virtual graphics card QXL.
+
+
 %prep
 %setup -q -n spice-protocol-%{version}
 
@@ -31,13 +40,16 @@ make
 %install
 make DESTDIR=%{buildroot} install
 
-%files
+%files -n mingw32-spice-protocol
 %defattr(-, root, root, -)
 %doc COPYING NEWS
 %{_mingw32_includedir}/spice-1
 %{_mingw32_datadir}/pkgconfig/spice-protocol.pc
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 0.8.0-4
+- Renamed the source package to mingw-spice-protocol (#801030)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.8.0-3
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list