automatic version update by autodist [release 0.9.2-1mamba;Wed Aug 08 2012]
This commit is contained in:
parent
e1900027c3
commit
7523c6dfe3
@ -1,2 +1,5 @@
|
|||||||
# libdbusmenu-qt
|
# libdbusmenu-qt
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
89
libdbusmenu-qt.spec
Normal file
89
libdbusmenu-qt.spec
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
Name: libdbusmenu-qt
|
||||||
|
Version: 0.9.2
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: A Qt implementation of the DBusMenu protocol
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
|
URL: https://launchpad.net/libdbusmenu-qt
|
||||||
|
Source: http://launchpad.net/libdbusmenu-qt/trunk/%{version}/+download/libdbusmenu-qt-%{version}.tar.bz2
|
||||||
|
License: LGPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libqt4-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%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
|
||||||
|
Group: Development/Libraries
|
||||||
|
Summary: Static libraries and headers for %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
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.
|
||||||
|
|
||||||
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%package apidocs
|
||||||
|
Group: Documentation
|
||||||
|
Summary: %{name} API documentation
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description apidocs
|
||||||
|
This package includes the %{name} API documentation.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake -d build
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall -C build
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libdbusmenu-qt.so.*
|
||||||
|
%doc COPYING NEWS README
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/dbusmenu-qt
|
||||||
|
%{_includedir}/dbusmenu-qt/*.h
|
||||||
|
%{_libdir}/libdbusmenu-qt.so
|
||||||
|
%{_libdir}/pkgconfig/dbusmenu-qt.pc
|
||||||
|
|
||||||
|
%files apidocs
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_docdir}/dbusmenu-qt
|
||||||
|
%{_docdir}/dbusmenu-qt/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Aug 08 2012 Automatic Build System <autodist@mambasoft.it> 0.9.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Nov 30 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||||
|
- update to 0.9.0
|
||||||
|
|
||||||
|
* Sat Jan 29 2011 Davide Madrisan <davide.madrisan@gmail.com> 0.7.0-1mamba
|
||||||
|
- update to 0.7.0
|
||||||
|
|
||||||
|
* Wed Aug 11 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.3.3-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user