|
@@ -1,7 +1,7 @@
|
|
|
Name: dbusmenu-qt
|
|
|
Summary: A Qt implementation of the DBusMenu protocol
|
|
|
Summary(ja): Qt で実装された DBusMenu プロトコル
|
|
|
-Version: 0.6.3
|
|
|
+Version: 0.8.3
|
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
@@ -10,10 +10,6 @@ URL: https://launchpad.net/libdbusmenu-qt/
|
|
|
|
|
|
Source0: http://launchpad.net/libdbusmenu-qt/trunk/%{version}/+download/libdbusmenu-qt-%{version}.tar.bz2
|
|
|
|
|
|
-## upstream patches
|
|
|
-## upstream patches
|
|
|
-Patch100: http://bazaar.launchpad.net/~kubuntu-members/libdbusmenu-qt/ubuntu/download/head:/kubuntu_00_external_-20100920140604-m34bhlve690rhcmm-1/kubuntu_00_external_contributions.diff
|
|
|
-
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: cmake
|
|
|
BuildRequires: pkgconfig
|
|
@@ -31,6 +27,7 @@ their menus over DBus.
|
|
|
|
|
|
%package devel
|
|
|
Summary: Development files for %{name}
|
|
|
+Summary(ja): %{name} 開発用ファイル
|
|
|
Group: Development/Libraries
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
Provides: libdbusmenu-devel = %{version}-%{release}
|
|
@@ -42,8 +39,6 @@ Provides: libdbusmenu-devel = %{version}-%{release}
|
|
|
%prep
|
|
|
%setup -q -n libdbusmenu-qt-%{version}
|
|
|
|
|
|
-%patch100 -p1 -b .external_contributions
|
|
|
-
|
|
|
%build
|
|
|
mkdir -p %{_target_platform}
|
|
|
pushd %{_target_platform}
|
|
@@ -52,11 +47,13 @@ popd
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
-
|
|
|
%install
|
|
|
-rm -rf %{buildroot}
|
|
|
+rm -rf $RPM_BUILD_ROOT
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
+rm -rf included_docs
|
|
|
+mkdir included_docs
|
|
|
+mv $RPM_BUILD_ROOT%{_docdir}/dbusmenu-qt/* included_docs
|
|
|
|
|
|
%check
|
|
|
# verify pkg-config version
|
|
@@ -67,7 +64,7 @@ make -C %{_target_platform}/tests check ||:
|
|
|
|
|
|
|
|
|
%clean
|
|
|
-rm -rf %{buildroot}
|
|
|
+rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
@@ -82,11 +79,15 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%files devel
|
|
|
%defattr(-,root,root,-)
|
|
|
+%doc included_docs/*
|
|
|
%{_includedir}/dbusmenu-qt/
|
|
|
%{_libdir}/libdbusmenu-qt.so
|
|
|
%{_libdir}/pkgconfig/dbusmenu-qt.pc
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Dec 10 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.3-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Sat Feb 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.3-1
|
|
|
- new upstream release
|
|
|
- added Patch100
|