Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e3fe1e5e4 |
||
|
|
6203ff6808 |
3 changed files with 21 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,3 +8,5 @@
|
|||
/wingpanel-indicator-network-2.2.0.tar.gz
|
||||
/wingpanel-indicator-network-2.2.1.tar.gz
|
||||
/wingpanel-indicator-network-2.2.2.tar.gz
|
||||
/wingpanel-indicator-network-2.2.3.tar.gz
|
||||
/wingpanel-indicator-network-2.2.4.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-indicator-network-2.2.2.tar.gz) = 6c47ee8101ce34c31238deec7f053bc0cb42a2a26270403b0ceee838cbbb517f6429fe1a4c978a93636ca20c601a7c426797e6e67f9a23d041d78804aed60b2e
|
||||
SHA512 (wingpanel-indicator-network-2.2.4.tar.gz) = c070358b3e045fd7a8e1872fb2c276fb86d73e39a051c67d093a75baf8fdcc90485d06ca351786b5a822d2cca3ec0f4fe99b883d670e4dfdfee8ba3ab93c54eb
|
||||
|
|
|
|||
|
|
@ -1,15 +1,18 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
%global appname io.elementary.wingpanel.network
|
||||
|
||||
Name: wingpanel-indicator-network
|
||||
Summary: Network Indicator for wingpanel
|
||||
Version: 2.2.2
|
||||
Release: 4%{?dist}
|
||||
Version: 2.2.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala >= 0.22.0
|
||||
|
||||
|
|
@ -45,14 +48,27 @@ A network indicator for wingpanel.
|
|||
%find_lang network-indicator
|
||||
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet \
|
||||
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%files -f network-indicator.lang
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
|
||||
%{_libdir}/wingpanel/libnetwork.so
|
||||
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 29 2020 Fabio Valentini <decathorpe@gmail.com> - 2.2.4-1
|
||||
- Update to version 2.2.4.
|
||||
|
||||
* Sat Mar 28 2020 Fabio Valentini <decathorpe@gmail.com> - 2.2.3-1
|
||||
- Update to version 2.2.3.
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue