]> git.pld-linux.org Git - packages/dbus-qt3.git/blame - dbus-qt3.spec
- unify %attr() %ghost order
[packages/dbus-qt3.git] / dbus-qt3.spec
CommitLineData
fcc97ee5 1#
db7340c5 2%define rname libdbus-1-qt3
fcc97ee5 3#
4Summary: Qt-based library for using D-BUS
aca53270 5Summary(pl.UTF-8): Biblioteka do używania D-BUS oparta o Qt
fcc97ee5 6Name: dbus-qt3
db7340c5 7Version: 0.8.1
e17d3e8e 8Release: 2
f7bd4999
JB
9# AFL v2.1 or GPL v2+, but Qt license enforces GPL
10License: GPL v2+
fcc97ee5 11Group: Libraries
db7340c5 12Source0: http://people.freedesktop.org/~krake/dbus-1-qt3/%{rname}-%{version}.tar.bz2
13# Source0-md5: 6308f50cfc715919c677fc10129421a0
e1486ed7 14Patch0: %{name}-configure.patch
db7340c5 15Patch1: kde-ac260-lt.patch
21a84904 16URL: http://www.freedesktop.org/Software/DBusBindings
35e25111
JB
17BuildRequires: autoconf >= 2.53
18BuildRequires: automake >= 1:1.6.1
fcc97ee5 19BuildRequires: dbus-devel >= 0.91
20BuildRequires: qt-devel >= 6:3.1.0
fcc97ee5 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24D-BUS add-on library to integrate the standard D-BUS library with the
25Qt thread abstraction and main loop.
26
4d6a9850 27%description -l pl.UTF-8
fcc97ee5 28Dodatkowa biblioteka D-BUS do integracji standardowej biblioteki D-BUS
4d6a9850 29z abstrakcją wątków i główną pętlą Qt.
fcc97ee5 30
31%package devel
32Summary: Header files for Qt-based library for using D-BUS
aca53270 33Summary(pl.UTF-8): Pliki nagłówkowe biblioteki do używania D-BUS opartej o Qt
fcc97ee5 34Group: Development/Libraries
35Requires: %{name} = %{version}-%{release}
36Requires: dbus-devel >= 0.91
fcc97ee5 37
38%description devel
39Header files for Qt-based library for using D-BUS.
40
4d6a9850
JR
41%description devel -l pl.UTF-8
42Pliki nagłówkowe biblioteki do używania D-BUS opartej o Qt.
fcc97ee5 43
44%package static
45Summary: Static Qt-based library for using D-BUS
aca53270 46Summary(pl.UTF-8): Statyczna biblioteka do używania D-BUS oparta o Qt
fcc97ee5 47Group: Development/Libraries
48Requires: %{name}-devel = %{version}-%{release}
fcc97ee5 49
50%description static
51Static Qt-based library for using D-BUS.
52
4d6a9850
JR
53%description static -l pl.UTF-8
54Statyczna biblioteka do używania D-BUS oparta o Qt.
fcc97ee5 55
56%prep
57%setup -qn %{rname}-%{version}
e1486ed7 58%patch0 -p1
f7bd4999 59%patch1 -p1
fcc97ee5 60
61%build
35e25111 62cp -f /usr/share/automake/config.* admin
f7bd4999 63%{__make} -f admin/Makefile.common cvs
fcc97ee5 64%configure
65%{__make}
66
67%install
68rm -rf $RPM_BUILD_ROOT
69
70%{__make} install \
71 DESTDIR=$RPM_BUILD_ROOT
72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%post -p /sbin/ldconfig
77%postun -p /sbin/ldconfig
78
79%files
80%defattr(644,root,root,755)
f7bd4999
JB
81%doc AUTHORS ChangeLog README TODO
82%attr(755,root,root) %{_libdir}/libdbus-1-qt3.so.*.*.*
68bc4740 83%attr(755,root,root) %ghost %{_libdir}/libdbus-1-qt3.so.?
fcc97ee5 84
85%files devel
86%defattr(644,root,root,755)
87%attr(755,root,root) %{_libdir}/libdbus-1-qt3.so
88%{_libdir}/libdbus-1-qt3.la
fcc97ee5 89%{_includedir}/dbus-1.0/qt3
35e25111 90%{_pkgconfigdir}/dbus-1-qt3.pc
fcc97ee5 91
92%files static
93%defattr(644,root,root,755)
94%{_libdir}/libdbus-1-qt3.a
This page took 0.110884 seconds and 5 git commands to generate.