diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4881499 --- /dev/null +++ b/.gitignore @@ -0,0 +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 diff --git a/dead.package b/dead.package deleted file mode 100644 index 43a9af6..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -remove package (temporarily) due to unresolved issues with GNOME 43 diff --git a/sources b/sources new file mode 100644 index 0000000..ccfd166 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (wingpanel-indicator-network-2.1.1.tar.gz) = 7c83aa1c9d71c80826b92a636117850bc4805db6940fceb4622249c4135154a4b6ebb490b5ef440e41fdf01597ecc785f17e8cd493fb321c4ca4ef5fd439d784 diff --git a/wingpanel-indicator-network.spec b/wingpanel-indicator-network.spec new file mode 100644 index 0000000..160c056 --- /dev/null +++ b/wingpanel-indicator-network.spec @@ -0,0 +1,88 @@ +%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$ + +Name: wingpanel-indicator-network +Summary: Network Indicator for wingpanel +Version: 2.1.1 +Release: 1%{?dist} +License: GPLv3+ + +URL: https://github.com/elementary/%{name} +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz + +BuildRequires: cmake +BuildRequires: gettext +BuildRequires: vala >= 0.22.0 +BuildRequires: vala-tools + +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(granite) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(libnm-glib) +BuildRequires: pkgconfig(libnm-gtk) +BuildRequires: pkgconfig(libnm-util) +BuildRequires: pkgconfig(wingpanel-2.0) + +Supplements: wingpanel%{?_isa} + + +%description +A network indicator for wingpanel. + + +%prep +%autosetup + + +%build +mkdir build && pushd build +%cmake .. +%make_build +popd + + +%install +pushd build +%make_install +popd + +%find_lang network-indicator + + +%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 - 2.1.1-1 +- Update to version 2.1.1. + +* Wed Sep 13 2017 Fabio Valentini - 2.1.0-1 +- Update to version 2.1.0. + +* Wed Jan 25 2017 Fabio Valentini - 2.0.2-3 +- Remove explicit BR: pkgconfig. + +* Sun Jan 15 2017 Fabio Valentini - 2.0.2-2 +- Clean up spec file. + +* Tue Jan 03 2017 Fabio Valentini - 2.0.2-1 +- Update to version 2.0.2. + +* Thu Sep 29 2016 Fabio Valentini - 2.0.1-3 +- Mass rebuild. + +* Wed Sep 28 2016 Fabio Valentini - 2.0.1-2 +- Spec file cleanups. + +* Fri Sep 09 2016 Fabio Valentini - 2.0.1-1 +- Update to version 2.0.1. + +* Sun Aug 21 2016 Fabio Valentini - 2.0-1 +- Update to version 2.0. + +