Update to 0.1.5. Additionaly require gnome-desktop3 and libnotify
This commit is contained in:
parent
b6cb94c982
commit
c09d367a51
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/gnome-clocks-0.1.3.tar.xz
|
||||
/gnome-clocks-0.1.4.tar.xz
|
||||
/gnome-clocks-0.1.5.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
|
||||
Name: gnome-clocks
|
||||
Version: 0.1.4
|
||||
Version: 0.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Clock application designed for GNOME 3
|
||||
|
||||
@ -12,7 +12,7 @@ Source0: http://download.gnome.org/sources/gnome-clocks/0.1/%{name}-%{ver
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel python-distutils-extra
|
||||
BuildRequires: intltool desktop-file-utils
|
||||
Requires: pygobject3 pyxdg clutter-gtk libgweather
|
||||
Requires: pygobject3 pyxdg clutter-gtk libgweather gnome-desktop3 libnotify
|
||||
Requires: pycanberra
|
||||
|
||||
%description
|
||||
@ -54,6 +54,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 4 2012 Yanko Kaneti <yaneti@declera.com> - 0.1.5-1
|
||||
- Update to 0.1.5.
|
||||
- Additionaly require gnome-desktop3 and libnotify
|
||||
|
||||
* Tue Oct 16 2012 Yanko Kaneti <yaneti@declera.com> - 0.1.4-1
|
||||
- Update to 0.1.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user