diff --git a/.gitignore b/.gitignore index e69de29..138c8c4 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/wingpanel-indicator-session-2.0.1.tar.xz diff --git a/sources b/sources index e69de29..a2170bb 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (wingpanel-indicator-session-2.0.1.tar.xz) = 0792d56595a7d239b2c0c0f8a9939078b0d6b9060287c10f1c67518e752be34d817887980aa579cb074804ccbbd7dc4fb25f264712b5d6106d7655612db50f2d diff --git a/wingpanel-indicator-session.spec b/wingpanel-indicator-session.spec new file mode 100644 index 0000000..5060856 --- /dev/null +++ b/wingpanel-indicator-session.spec @@ -0,0 +1,80 @@ +%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$ + +Name: wingpanel-indicator-session +Summary: Session Indicator for wingpanel +Version: 2.0.1 +Release: 3%{?dist} +License: GPLv2+ +URL: https://launchpad.net/wingpanel-indicator-session + +Source0: https://launchpad.net/%{name}/loki/%{version}/+download/%{name}-%{version}.tar.xz + +BuildRequires: cmake +BuildRequires: gettext +BuildRequires: pkgconfig +BuildRequires: vala >= 0.22.0 +BuildRequires: vala-tools + +BuildRequires: pkgconfig(accountsservice) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(granite) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 +BuildRequires: pkgconfig(wingpanel-2.0) + +Supplements: wingpanel + + +%description +A session Indicator for wingpanel. + + +%prep +%autosetup + + +%build +mkdir build && pushd build +%cmake .. +%make_build +popd + + +%install +pushd build +%make_install +popd + +%find_lang session-indicator + +# force correct mode for COPYING +chmod 0644 COPYING + + +%files -f session-indicator.lang +%license COPYING + +%{_libdir}/wingpanel/libsession.so + + +%changelog +* Sat Jan 14 2017 Fabio Valentini - 2.0.1-3 +- Filter Provides. + +* Fri Jan 13 2017 Fabio Valentini - 2.0.1-2 +- Clean up spec file. + +* Thu Dec 01 2016 Fabio Valentini - 2.0.1-1 +- Update to version 2.0.1. + +* Thu Sep 29 2016 Fabio Valentini - 2.0-2 +- Mass rebuild. + +* Sun Aug 21 2016 Fabio Valentini - 2.0-1 +- Update to latest snapshot. + +* Sun Aug 21 2016 Fabio Valentini +- Weak inverse require wingpanel. + +* Sun Aug 21 2016 Fabio Valentini - 2.0-1 +- Update to version 2.0. +