Update to 16.04.0
This commit is contained in:
parent
ce229c3402
commit
0b6cbc7080
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libdbusmenu-12.10.2.tar.gz
|
||||
/libdbusmenu-16.04.0.tar.gz
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
%if 0%{?fedora} >= 20
|
||||
%global ubuntu_release 16.04
|
||||
|
||||
%if 0%{?fedora}
|
||||
%global tools_doc %{_docdir}/%{name}-tools
|
||||
%global glib_doc %{_docdir}/%{name}-glib-devel
|
||||
%else
|
||||
@ -7,8 +9,8 @@
|
||||
%endif
|
||||
|
||||
Name: libdbusmenu
|
||||
Version: 12.10.2
|
||||
Release: 11%{?dist}
|
||||
Version: %{ubuntu_release}.0
|
||||
Release: 1%{?dist}
|
||||
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.
|
||||
@ -16,7 +18,7 @@ Summary: A library that pulling out some code out of indicator-applet
|
||||
|
||||
License: LGPLv3 or LGPLv2 and GPLv3
|
||||
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: json-glib-devel
|
||||
@ -257,6 +259,9 @@ mv %{buildroot}%{_docdir}/%{name}/examples/glib-server-nomenu.c \
|
||||
%{tools_doc}/README.dbusmenu-bench
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user