]> git.pld-linux.org Git - packages/dbus-qt3.git/blame - dbus-qt3.spec
- tabs in preamble
[packages/dbus-qt3.git] / dbus-qt3.spec
CommitLineData
fcc97ee5 1#
2%define rname dbus-1-qt3
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
7Version: 0.2
80257ddf 8Release: 2.2
f7bd4999
JB
9# AFL v2.1 or GPL v2+, but Qt license enforces GPL
10License: GPL v2+
fcc97ee5 11Group: Libraries
12Source0: http://www.sbox.tugraz.at/home/v/voyager/%{rname}-%{version}.tar.bz2
13# Source0-md5: 574ec7c8e0c227498a4fbbd6b2255853
e1486ed7 14Patch0: %{name}-configure.patch
f7bd4999 15Patch1: kde-ac260.patch
fcc97ee5 16URL: http://www.freedesktop.org/Software/dbus
e1486ed7 17BuildRequires: autoconf
fcc97ee5 18BuildRequires: automake
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
f7bd4999
JB
62cp -f /usr/share/automake/config.sub admin
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.*.*.*
fcc97ee5 83
84%files devel
85%defattr(644,root,root,755)
86%attr(755,root,root) %{_libdir}/libdbus-1-qt3.so
87%{_libdir}/libdbus-1-qt3.la
fcc97ee5 88%{_includedir}/dbus-1.0/qt3
89
90%files static
91%defattr(644,root,root,755)
92%{_libdir}/libdbus-1-qt3.a
This page took 0.069538 seconds and 4 git commands to generate.