Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8ece01010 |
||
|
|
b9252ccdec |
3 changed files with 14 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/wingpanel-indicator-datetime-2.0.1.tar.xz
|
||||
/wingpanel-indicator-datetime-2.0.2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-indicator-datetime-2.0.1.tar.xz) = 60c8086588db892a4d909b2dd6b6c0884f56084a49584112370be1e6fe5cd04182f86717dfad6406d8ee3895a1b69d873983339c1970c6b5d11e16c83af3fcb8
|
||||
SHA512 (wingpanel-indicator-datetime-2.0.2.tar.gz) = d9723ccc6dc8d346ff7caad7defb01a9b7dae2d4958fd1576a23a25813431c47ee8edb3aa636f88a81ce099c2bc0107b11c2cb94e83eb665adf90694a8f8aecb
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue