Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Fabio Valentini
f8ece01010
R1: update to version 2.0.2 2017-07-01 10:51:59 +02:00
Fabio Valentini
b9252ccdec remove explicit BR: pkgconfig 2017-01-24 18:29:55 +01:00
3 changed files with 14 additions and 10 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/wingpanel-indicator-datetime-2.0.1.tar.xz
/wingpanel-indicator-datetime-2.0.2.tar.gz

View file

@ -1 +1 @@
SHA512 (wingpanel-indicator-datetime-2.0.1.tar.xz) = 60c8086588db892a4d909b2dd6b6c0884f56084a49584112370be1e6fe5cd04182f86717dfad6406d8ee3895a1b69d873983339c1970c6b5d11e16c83af3fcb8
SHA512 (wingpanel-indicator-datetime-2.0.2.tar.gz) = d9723ccc6dc8d346ff7caad7defb01a9b7dae2d4958fd1576a23a25813431c47ee8edb3aa636f88a81ce099c2bc0107b11c2cb94e83eb665adf90694a8f8aecb

View file

@ -2,16 +2,15 @@
Name: wingpanel-indicator-datetime
Summary: Datetime Indicator for wingpanel
Version: 2.0.1
Release: 2%{?dist}
Version: 2.0.2
Release: 1%{?dist}
License: GPLv3+
URL: https://launchpad.net/wingpanel-indicator-datetime
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
BuildRequires: pkgconfig
BuildRequires: vala >= 0.22.0
BuildRequires: vala-tools
@ -24,7 +23,7 @@ BuildRequires: pkgconfig(libical)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(wingpanel-2.0)
Supplements: wingpanel
Supplements: wingpanel%{?_isa}
%description
@ -49,11 +48,9 @@ popd
%find_lang datetime-indicator
# force correct mode for COPYING
chmod 0644 COPYING
%files -f datetime-indicator.lang
%doc README.md
%license COPYING
%{_libdir}/wingpanel/libdatetime.so
@ -62,6 +59,12 @@ chmod 0644 COPYING
%changelog
* Sat Jul 01 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.2-1
- Update to version 2.0.2.
* Tue Jan 24 2017 Fabio Valentini <decathorpe@gmail.com>
- Remove explicit BR: pkgconfig.
* Tue Jan 17 2017 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-2
- Clean up spec file.