SPECS: dbus-qt3.spec - added kde-ac250 patch, proper kde-specific ...

qboosh qboosh at pld-linux.org
Sun Aug 20 13:05:46 CEST 2006


Author: qboosh                       Date: Sun Aug 20 11:05:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added kde-ac250 patch, proper kde-specific ac/am rebuild
- added doc
- when linked with GPL Qt License can be only GPL

---- Files affected:
SPECS:
   dbus-qt3.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/dbus-qt3.spec
diff -u SPECS/dbus-qt3.spec:1.4 SPECS/dbus-qt3.spec:1.5
--- SPECS/dbus-qt3.spec:1.4	Sat Aug 19 10:17:01 2006
+++ SPECS/dbus-qt3.spec	Sun Aug 20 13:05:41 2006
@@ -7,11 +7,13 @@
 Name:		dbus-qt3
 Version:	0.2
 Release:	2.2
-License:	AFL v2.1 or GPL v2
+# AFL v2.1 or GPL v2+, but Qt license enforces GPL
+License:	GPL v2+
 Group:		Libraries
 Source0:	http://www.sbox.tugraz.at/home/v/voyager/%{rname}-%{version}.tar.bz2
 # Source0-md5:	574ec7c8e0c227498a4fbbd6b2255853
 Patch0:		%{name}-configure.patch
+Patch1:		kde-ac260.patch
 URL:		http://www.freedesktop.org/Software/dbus
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -58,10 +60,11 @@
 %prep
 %setup -qn %{rname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
-cp -f /usr/share/automake/config.sub .
-%{__autoconf}
+cp -f /usr/share/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
 %configure
 %{__make}
 
@@ -79,13 +82,13 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libdbus-1-qt3.so.*
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_libdir}/libdbus-1-qt3.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libdbus-1-qt3.so
 %{_libdir}/libdbus-1-qt3.la
-
 %{_includedir}/dbus-1.0/qt3
 
 %files static
@@ -98,6 +101,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/08/20 11:05:41  qboosh
+- added kde-ac250 patch, proper kde-specific ac/am rebuild
+- added doc
+- when linked with GPL Qt License can be only GPL
+
 Revision 1.4  2006/08/19 08:17:01  pluto
 - kded media manager crashes, qt-mainloop patch dropped release 2.2.
 
@@ -109,4 +117,3 @@
 
 Revision 1.1  2006/08/17 16:54:48  freetz
 - based on dbus.spec
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dbus-qt3.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list