Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
668cffd200 |
||
|
|
bcd3b14a37 |
4 changed files with 106 additions and 1 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/wingpanel-indicator-network-2.0.2.tar.xz
|
||||
/wingpanel-indicator-network-2.1.0.tar.gz
|
||||
/wingpanel-indicator-network-2.1.1.tar.gz
|
||||
/wingpanel-indicator-network-edd2b7a.tar.gz
|
||||
/wingpanel-indicator-network-2.2.0.tar.gz
|
||||
/wingpanel-indicator-network-2.2.1.tar.gz
|
||||
|
|
@ -1 +0,0 @@
|
|||
remove package (temporarily) due to unresolved issues with GNOME 43
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (wingpanel-indicator-network-2.2.1.tar.gz) = 51a89891adcb3e6091b28225bc66eb646848f0116d12d84ef820745d117a13652da8fa3ad62fb7beed06c7cf86db70f624e8681ce0d2eeb4a7aff3e536654a90
|
||||
96
wingpanel-indicator-network.spec
Normal file
96
wingpanel-indicator-network.spec
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
Name: wingpanel-indicator-network
|
||||
Summary: Network Indicator for wingpanel
|
||||
Version: 2.2.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala >= 0.22.0
|
||||
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(granite)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libnm)
|
||||
BuildRequires: pkgconfig(libnma)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
|
||||
Requires: wingpanel%{?_isa}
|
||||
Supplements: wingpanel%{?_isa}
|
||||
|
||||
|
||||
%description
|
||||
A network indicator for wingpanel.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%find_lang network-indicator
|
||||
|
||||
|
||||
%files -f network-indicator.lang
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
|
||||
%{_libdir}/wingpanel/libnetwork.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 03 2018 Fabio Valentini <decathorpe@gmail.com> - 2.2.1-1
|
||||
- Update to version 2.2.1.
|
||||
|
||||
* Thu Jun 07 2018 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
|
||||
- Update to version 2.2.0.
|
||||
|
||||
* 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.
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Jan 25 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-3
|
||||
- Remove explicit BR: pkgconfig.
|
||||
|
||||
* Sun Jan 15 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-2
|
||||
- Clean up spec file.
|
||||
|
||||
* Tue Jan 03 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-1
|
||||
- Update to version 2.0.2.
|
||||
|
||||
* Thu Sep 29 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-3
|
||||
- Mass rebuild.
|
||||
|
||||
* Wed Sep 28 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-2
|
||||
- Spec file cleanups.
|
||||
|
||||
* Fri Sep 09 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
|
||||
- Update to version 2.0.1.
|
||||
|
||||
* Sun Aug 21 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0-1
|
||||
- Update to version 2.0.
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue