[mingw-dbus: 10/12] Renamed the source package to mingw-dbus

epienbro epienbro at fedoraproject.org
Wed Mar 7 16:31:13 UTC 2012


commit f619839246fc5c7b18cc86f0968e9496188eebc8
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 17:28:41 2012 +0100

    Renamed the source package to mingw-dbus

 mingw32-dbus.spec => mingw-dbus.spec |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)
---
diff --git a/mingw32-dbus.spec b/mingw-dbus.spec
similarity index 86%
rename from mingw32-dbus.spec
rename to mingw-dbus.spec
index d0698cd..12f0bc4 100644
--- a/mingw32-dbus.spec
+++ b/mingw-dbus.spec
@@ -5,9 +5,9 @@
 %global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-dbus
+Name:           mingw-dbus
 Version:        1.4.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MinGW Windows port of D-Bus
 
 License:        GPLv2+ or AFL
@@ -38,12 +38,20 @@ D-BUS is a system for sending messages between applications. It is
 used both for the system wide message bus service, and as a
 per-user-login-session messaging facility.
 
-%package static
+%package -n mingw32-dbus
+Summary:        MinGW Windows port of D-Bus
+
+%description -n mingw32-dbus
+D-BUS is a system for sending messages between applications. It is
+used both for the system wide message bus service, and as a
+per-user-login-session messaging facility.
+
+%package -n mingw32-dbus-static
 Summary:        Static version of MinGW Windows port of DBus library
-Requires:       %{name} = %{version}-%{release}
+Requires:       mingw32-dbus = %{version}-%{release}
 Group:          Development/Libraries
 
-%description static
+%description -n mingw32-dbus-static
 D-BUS is a system for sending messages between applications. It is
 used both for the system wide message bus service, and as a
 per-user-login-session messaging facility.
@@ -71,7 +79,7 @@ rm -r $RPM_BUILD_ROOT%{_mingw32_mandir}/man1
 # The init.d script is unneeded for Win32 environments so it can be dropped
 rm -r $RPM_BUILD_ROOT%{_mingw32_sysconfdir}/rc.d/init.d/messagebus
 
-%files
+%files -n mingw32-dbus
 %defattr(-,root,root,-)
 %doc COPYING
 %{_mingw32_bindir}/dbus-daemon.exe
@@ -86,11 +94,14 @@ rm -r $RPM_BUILD_ROOT%{_mingw32_sysconfdir}/rc.d/init.d/messagebus
 %{_mingw32_includedir}/dbus-1.0/
 %{_mingw32_libdir}/dbus-1.0/
 
-%files static
+%files -n mingw32-dbus-static
 %defattr(-,root,root,-)
 %{_mingw32_libdir}/libdbus-1.a
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.4.6-4
+- Renamed the source package to mingw-dbus (RHBZ #800858)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.4.6-3
 - Rebuild against the mingw-w64 toolchain
 - Added patch to prevent redeclaration of the symbol ELEMENT_TYPE


More information about the scm-commits mailing list