mirror of
https://abf.rosa.ru/djam/libayatana-indicator.git
synced 2025-02-23 15:52:54 +00:00
Update version to 0.9.4
This commit is contained in:
parent
c2141ca1c0
commit
2b043d8f57
2 changed files with 5 additions and 10 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,2 +1,3 @@
|
||||||
sources:
|
sources:
|
||||||
|
libayatana-indicator-0.9.4.tar.gz: 359d0a4a3b376a02205048bba9ffd870f8022846
|
||||||
libayatana-indicator-f2b907ad9f123afc32413d541be10b4a6af9cac5.tar.gz: 71c2e97108fd2f836829566cc46c8b715c578499
|
libayatana-indicator-f2b907ad9f123afc32413d541be10b4a6af9cac5.tar.gz: 71c2e97108fd2f836829566cc46c8b715c578499
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# upstream moved from autootls to cmake
|
|
||||||
# let's build using cmake right now
|
|
||||||
%define commit f2b907ad9f123afc32413d541be10b4a6af9cac5
|
|
||||||
%define commit_short %(echo %{commit} | head -c 6)
|
|
||||||
|
|
||||||
# XXX debugsourcefiles.list is empty, maybe cmake is misconfigured
|
# XXX debugsourcefiles.list is empty, maybe cmake is misconfigured
|
||||||
# like https://github.com/AyatanaIndicators/ayatana-ido/issues/40
|
# like https://github.com/AyatanaIndicators/ayatana-ido/issues/40
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
@ -15,12 +10,12 @@
|
||||||
|
|
||||||
Summary: Ayatana Indicators Shared Library
|
Summary: Ayatana Indicators Shared Library
|
||||||
Name: libayatana-indicator
|
Name: libayatana-indicator
|
||||||
Version: 0.9.2
|
Version: 0.9.4
|
||||||
Release: 2
|
Release: 1
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
Group: Graphical desktop/Other
|
Group: Graphical desktop/Other
|
||||||
Url: https://github.com/AyatanaIndicators/libayatana-indicator
|
Url: https://github.com/AyatanaIndicators/libayatana-indicator
|
||||||
Source0: https://github.com/AyatanaIndicators/libayatana-indicator/archive/%{commit}.tar.gz?/%{name}-%{commit}.tar.gz
|
Source0: https://github.com/AyatanaIndicators/libayatana-indicator/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rsync
|
BuildRequires: rsync
|
||||||
BuildRequires: %{_bindir}/glib-mkenums
|
BuildRequires: %{_bindir}/glib-mkenums
|
||||||
|
@ -35,7 +30,6 @@ BuildRequires: pkgconfig(libayatana-ido3-0.4)
|
||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_userunitdir}/ayatana-indicators.target
|
|
||||||
%dir %{_libexecdir}/libayatana-indicator
|
%dir %{_libexecdir}/libayatana-indicator
|
||||||
%{_libexecdir}/libayatana-indicator/ayatana-indicator-loader3
|
%{_libexecdir}/libayatana-indicator/ayatana-indicator-loader3
|
||||||
%dir %{_datadir}/libayatana-indicator
|
%dir %{_datadir}/libayatana-indicator
|
||||||
|
@ -72,7 +66,7 @@ Ayatana Indicators Shared Library development files, GTK+3 version
|
||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{commit}
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue