[mingw-cairomm: 20/21] Renamed the source package to mingw-cairomm

epienbro epienbro at fedoraproject.org
Wed Mar 7 15:51:58 UTC 2012


commit df6f2788883640c4823eea1c18c9c67d8e3f1372
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 16:49:32 2012 +0100

    Renamed the source package to mingw-cairomm

 mingw32-cairomm.spec => mingw-cairomm.spec |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-cairomm.spec b/mingw-cairomm.spec
similarity index 86%
rename from mingw32-cairomm.spec
rename to mingw-cairomm.spec
index cbae03e..e50ae8c 100644
--- a/mingw32-cairomm.spec
+++ b/mingw-cairomm.spec
@@ -2,9 +2,9 @@
 %global __objdump %{_mingw32_objdump}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-cairomm
+Name:           mingw-cairomm
 Version:        1.10.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows C++ API for the cairo graphics library
 
 License:        LGPLv2+
@@ -27,6 +27,15 @@ of cairo with an interface familiar to C++ developers, including use of the
 Standard Template Library where it makes sense.
 
 
+%package -n mingw32-cairomm
+Summary:        MinGW Windows C++ API for the cairo graphics library
+
+%description -n mingw32-cairomm
+Cairomm is the C++ API for the cairo graphics library. It offers all the power
+of cairo with an interface familiar to C++ developers, including use of the
+Standard Template Library where it makes sense.
+
+
 %{?_mingw32_debug_package}
 
 
@@ -45,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT/%{_mingw32_datadir}/{devhelp,doc}
 rm $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
 
 
-%files
+%files -n mingw32-cairomm
 %doc COPYING
 %{_mingw32_bindir}/libcairomm-1.0-1.dll
 %{_mingw32_libdir}/libcairomm-1.0.dll.a
@@ -61,6 +70,9 @@ rm $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
 %{_mingw32_libdir}/cairomm-1.0/
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.10.0-5
+- Renamed the source package to mingw-cairomm (RHBZ #800848)
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.10.0-4
 - Rebuild against the mingw-w64 toolchain
 - Fix filelist (the cairo-ft backend is now enabled)


More information about the scm-commits mailing list