summaryrefslogtreecommitdiff
path: root/libresourceqt.yaml
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-09-23 13:20:15 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-09-23 17:07:21 +0300
commit114fddb557652853841ac9ab690b682fee85e762 (patch)
treed060029d1b976a374285a0023231a00fe42e524d /libresourceqt.yaml
parent9166256701dbfd476e864cd558abcc588f6ced34 (diff)
manual changes to spec file
Diffstat (limited to 'libresourceqt.yaml')
-rw-r--r--libresourceqt.yaml29
1 files changed, 18 insertions, 11 deletions
diff --git a/libresourceqt.yaml b/libresourceqt.yaml
index ddf6797..41b90ed 100644
--- a/libresourceqt.yaml
+++ b/libresourceqt.yaml
@@ -6,19 +6,22 @@ Group: System/Libraries
License: LGPLv2.1
URL: http://meego.gitorious.org/maemo-multimedia/libresourceqt/
Sources:
- - "%{name}-%{version}.tar.bz2"
+ - "%{name}-%{version}.tar.gz"
Description: Qt library for Resource Policy.
-
+Requires:
+ - libdbus-qeventloop = %{version}-%{release}
PkgConfigBR:
- QtCore >= 4.6.0
- libresource0
- dbus-1
+PkgBR:
+ - libdbus-qeventloop-devel
Configure: none
Builder: none
Files:
- - "%{_libdir}/libresource.so.*"
+ - "%{_libdir}/libresourceqt.so.*"
SubPackages:
-
@@ -30,23 +33,25 @@ SubPackages:
- "%{_libdir}/pkgconfig/libresourceqt1.pc"
Group: Development/Libraries
-
- Name: -n libdbus-qeventloop
- Summary: Library that runs the low level D-Bus insie QEventloop
- Requires:
- - libresource
+ Name: libdbus-qeventloop
+ Summary: Library that runs the low level D-Bus inside QEventloop
Files:
- "%{_libdir}/libdbus-qeventloop.so.*"
Group: System/Libraries
- Description: This library ennable Qt applications to run the D-Bus low-
- level api in the Qt Eventloop.
+ Description: This library enables Qt applications to run the D-Bus
+ low-level api in the Qt Eventloop.
+ AsWholeName: yes
+ AutoDepend: no
-
- Name: -n libdbus-qeventloop-devel
+ Name: libdbus-qeventloop-devel
Summary: Development files for libdbus-qeventloop
Files:
- "%{_includedir}/dbusconnectioneventloop.h"
- "%{_libdir}/libdbus-qeventloop.so"
- "%{_libdir}/pkgconfig/libdbus-qeventloop1.pc"
Group: Development/Libraries
+ AsWholeName: yes
+ AutoDepend: no
-
Name: client
Summary: Test client to test %{name}
@@ -59,6 +64,8 @@ SubPackages:
Files:
- "%{_libdir}/libresourceqt-tests/*"
- "%{_datadir}/%{name}-tests/tests.xml"
- - "%{_sysconfdir}/dbus-1/system.d/test-dbus-qeventloop.conf"
+ - "%config %{_sysconfdir}/dbus-1/system.d/test-dbus-qeventloop.conf"
Group: System/Libraries
+ Requires:
+ - libdbus-qeventloop = %{version}-%{release}