|
|
@ -1,4 +1,6 @@
|
|
|
|
%if 0%{?fedora} >= 20
|
|
|
|
%global ubuntu_release 16.04
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%global tools_doc %{_docdir}/%{name}-tools
|
|
|
|
%global tools_doc %{_docdir}/%{name}-tools
|
|
|
|
%global glib_doc %{_docdir}/%{name}-glib-devel
|
|
|
|
%global glib_doc %{_docdir}/%{name}-glib-devel
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -7,8 +9,8 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: libdbusmenu
|
|
|
|
Name: libdbusmenu
|
|
|
|
Version: 12.10.2
|
|
|
|
Version: %{ubuntu_release}.0
|
|
|
|
Release: 11%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A library that pulling out some code out of indicator-applet
|
|
|
|
Summary: A library that pulling out some code out of indicator-applet
|
|
|
|
|
|
|
|
|
|
|
|
# All files installed in final rpms use C sources with dual licensing headers.
|
|
|
|
# All files installed in final rpms use C sources with dual licensing headers.
|
|
|
@ -16,7 +18,7 @@ Summary: A library that pulling out some code out of indicator-applet
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv3 or LGPLv2 and GPLv3
|
|
|
|
License: LGPLv3 or LGPLv2 and GPLv3
|
|
|
|
URL: https://launchpad.net/libdbusmenu
|
|
|
|
URL: https://launchpad.net/libdbusmenu
|
|
|
|
Source0: https://launchpad.net/libdbusmenu/12.10/12.10.2/+download/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://launchpad.net/libdbusmenu/%{ubuntu_release}/%{version}/+download/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: vala-tools vala-devel
|
|
|
|
BuildRequires: vala-tools vala-devel
|
|
|
|
BuildRequires: json-glib-devel
|
|
|
|
BuildRequires: json-glib-devel
|
|
|
@ -257,6 +259,9 @@ mv %{buildroot}%{_docdir}/%{name}/examples/glib-server-nomenu.c \
|
|
|
|
%{tools_doc}/README.dbusmenu-bench
|
|
|
|
%{tools_doc}/README.dbusmenu-bench
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Apr 16 2017 Simone Caronni <negativo17@gmail.com> - 16.04.0-1
|
|
|
|
|
|
|
|
- Update to 16.04.0.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 12.10.2-11
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 12.10.2-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|