You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
2.6 KiB
112 lines
2.6 KiB
|
|
Summary: A Qt implementation of the DBusMenu protocol
|
|
Name: dbusmenu-qt
|
|
Version: 0.6.6
|
|
Release: 1%{?dist}
|
|
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
URL: https://launchpad.net/libdbusmenu-qt/
|
|
Source0 http://launchpad.net/libdbusmenu-qt/trunk/%{version}/+download/libdbusmenu-qt-%{version}.tar.bz2
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
|
|
## upstream patches
|
|
|
|
BuildRequires: cmake
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: qjson-devel
|
|
BuildRequires: qt4-devel
|
|
|
|
Provides: libdbusmenu-qt = %{version}-%{release}
|
|
|
|
%description
|
|
This library provides a Qt implementation of the DBusMenu protocol.
|
|
|
|
The DBusMenu protocol makes it possible for applications to export and import
|
|
their menus over DBus.
|
|
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Group: Development/Libraries
|
|
Provides: libdbusmenu-devel = %{version}-%{release}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
%description devel
|
|
%{summary}.
|
|
|
|
|
|
%prep
|
|
%setup -q -n libdbusmenu-qt-%{version}
|
|
|
|
|
|
%build
|
|
mkdir -p %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake} ..
|
|
popd
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
%check
|
|
# verify pkg-config version
|
|
export PKG_CONFIG_PATH=%{buildroot}%{_datadir}/pkgconfig:%{buildroot}%{_libdir}/pkgconfig
|
|
test "$(pkg-config --modversion dbusmenu-qt)" = "%{version}"
|
|
# unfortunately, most of these require an active X/dbus session
|
|
make -C %{_target_platform}/tests check ||:
|
|
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING README
|
|
%{_libdir}/libdbusmenu-qt.so.2*
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/dbusmenu-qt/
|
|
%{_libdir}/libdbusmenu-qt.so
|
|
%{_libdir}/pkgconfig/dbusmenu-qt.pc
|
|
|
|
|
|
%changelog
|
|
* Fri May 20 2011 Rex Dieter <rdieter@fedoraproject.org> 0.6.6-1
|
|
- 0.6.6
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Wed Sep 29 2010 jkeating - 0.6.3-2
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
* Tue Sep 21 2010 Rex Dieter <rdieter@fedoraproject.org> 0.6.3-1
|
|
- dbusmenu-qt-0.6.3
|
|
- include kubuntu_00_external_contributions.diff
|
|
|
|
* Fri Aug 06 2010 Rex Dieter <rdieter@fedoraproject.org> 0.5.2-1
|
|
- dbusmenu-qt-0.5.2
|
|
|
|
* Fri May 21 2010 Rex Dieter <rdieter@fedoraproject.org> 0.3.3-1
|
|
- dbusmenu-qt-0.3.3
|
|
|
|
* Sun Apr 25 2010 Rex Dieter <rdieter@fedoraproject.org> 0.3.2-2
|
|
- pkg rename s/libdbusmenu-qt/dbusmenu-qt/
|
|
- Provides: libdbusmenu-qt(-devel)
|
|
|
|
* Sun Apr 25 2010 Rex Dieter <rdieter@fedoraproject.org> 0.3.2-1
|
|
- dbusmenu-qt-0.3.2
|
|
|