Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09403a3a45 |
||
|
|
477ef4826f |
3 changed files with 17 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/wingpanel-indicator-network-2.0.2.tar.xz
|
||||
/wingpanel-indicator-network-2.1.0.tar.gz
|
||||
/wingpanel-indicator-network-2.1.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-indicator-network-2.0.2.tar.xz) = 8777e765ac47f1b5f5d08def0b7f63e134085a6328bfeb6ca61ab7062c979f149a196bac3bca332b629c0ecb1680e67dc79e394f1da7ee1c9ae5f3c5aa09fd6e
|
||||
SHA512 (wingpanel-indicator-network-2.1.1.tar.gz) = 7c83aa1c9d71c80826b92a636117850bc4805db6940fceb4622249c4135154a4b6ebb490b5ef440e41fdf01597ecc785f17e8cd493fb321c4ca4ef5fd439d784
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
Name: wingpanel-indicator-network
|
||||
Summary: Network Indicator for wingpanel
|
||||
Version: 2.0.2
|
||||
Release: 3%{?dist}
|
||||
Version: 2.1.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
URL: https://launchpad.net/wingpanel-indicator-network
|
||||
|
||||
Source0: https://launchpad.net/%{name}/loki/%{version}/+download/%{name}-%{version}.tar.xz
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
|
|
@ -22,7 +22,7 @@ BuildRequires: pkgconfig(libnm-gtk)
|
|||
BuildRequires: pkgconfig(libnm-util)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
|
||||
Supplements: wingpanel
|
||||
Supplements: wingpanel%{?_isa}
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -49,12 +49,21 @@ popd
|
|||
|
||||
|
||||
%files -f network-indicator.lang
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
|
||||
%{_libdir}/wingpanel/libnetwork.so
|
||||
|
||||
%{_datadir}/glib-2.0/schemas/org.pantheon.desktop.wingpanel.indicators.network.gschema.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 19 2017 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
|
||||
- Update to version 2.1.1.
|
||||
|
||||
* Wed Sep 13 2017 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
|
||||
- Update to version 2.1.0.
|
||||
|
||||
* Wed Jan 25 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-3
|
||||
- Remove explicit BR: pkgconfig.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue