SPECS: dbus-qt.spec (NEW) - qt dbus libs with api from dbus 0.70

arekm arekm at pld-linux.org
Mon Aug 21 08:35:40 CEST 2006


Author: arekm                        Date: Mon Aug 21 06:35:40 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- qt dbus libs with api from dbus 0.70

---- Files affected:
SPECS:
   dbus-qt.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/dbus-qt.spec
diff -u /dev/null SPECS/dbus-qt.spec:1.1
--- /dev/null	Mon Aug 21 08:35:40 2006
+++ SPECS/dbus-qt.spec	Mon Aug 21 08:35:34 2006
@@ -0,0 +1,101 @@
+# $Revision$, $Date$
+#
+%define		rname		dbus-qt3
+#
+Summary:	Qt-based library for using D-BUS
+Summary(pl):	Biblioteka do używania D-BUS oparta o Qt
+Name:		dbus-qt
+Version:	0.70
+Release:	0.1
+# AFL v2.1 or GPL v2+, but Qt license enforces GPL
+License:	GPL v2+
+Group:		Libraries
+Source0:	%{rname}-%{version}.tar.bz2
+# Source0-md5:	9a8d4a4d560b49fb5ad034abfd3e3db5
+URL:		http://www.freedesktop.org/Software/dbus
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	dbus-devel >= 0.91
+BuildRequires:	qt-devel >= 6:3.1.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+D-BUS add-on library to integrate the standard D-BUS library with the
+Qt thread abstraction and main loop. This is backport of old Qt3 API
+from DBUS 0.70.
+
+%description -l pl
+Dodatkowa biblioteka D-BUS do integracji standardowej biblioteki D-BUS
+z abstrakcją wątków i główną p T stara implementacja z Qt3 API dla
+DBUS 0.70.
+
+%package devel
+Summary:	Header files for Qt-based library for using D-BUS
+Summary(pl):	Pliki nagłówkowe biblioteki do używania D-BUS opartej o Qt
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	dbus-devel >= 0.91
+
+%description devel
+Header files for Qt-based library for using D-BUS.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki do używania D-BUS opartej o Qt.
+
+%package static
+Summary:	Static Qt-based library for using D-BUS
+Summary(pl):	Statyczna biblioteka do używania D-BUS oparta o Qt
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static Qt-based library for using D-BUS.
+
+%description static -l pl
+Statyczna biblioteka do używania D-BUS oparta o Qt.
+
+%prep
+%setup -qn %{rname}-%{version}
+
+%build
+%configure \
+	--enable-qt3
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libdbus*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libdbus*.so
+%{_libdir}/libdbus*.la
+%{_includedir}/dbus-1.0/dbus/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libdbus*.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/08/21 06:35:34  arekm
+- qt dbus libs with api from dbus 0.70
+
+
================================================================


More information about the pld-cvs-commit mailing list