diff --git a/.gitignore b/.gitignore index 8af71cf..29f99d5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /variety_0.6.5.tar.gz /variety-README /variety_0.6.6.tar.gz +/variety-0.6.7.tar.gz diff --git a/sources b/sources index faa01a9..03eeaf6 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (variety_0.6.6.tar.gz) = 4425a1137fdb0e139c0c19f87a1b117cd0fe693121c9f0dacde6ef11fbbe9d3d9c127944fcb0b3cac9a74bc267f8b5afa74255ac1ecc88ab65de1693e650d75b -SHA512 (variety-README) = 13786544a04372a593804244e5d9b19f11d224ae006930bc80d977b9529b0a06f9fe77adf9f618cb912b8673149d2fbc260fbd988581a85000a30b6f6527c287 +SHA512 (variety-0.6.7.tar.gz) = 032abdf0a3201e523aee0cedbf2771312a31d35b01fa908dd40c81fbf2fb717c49872f3f4b5b6607b03190f28ce6310b81400317ee5eb663fbad5ad50dbb4c4e diff --git a/variety.spec b/variety.spec index 77990f8..b68ca38 100644 --- a/variety.spec +++ b/variety.spec @@ -1,49 +1,46 @@ Name: variety -Version: 0.6.6 -Release: 3%{?dist} +Version: 0.6.7 +Release: 1%{?dist} Summary: Wallpaper changer that automatically downloads wallpapers License: GPLv3 Url: https://launchpad.net/variety -Source0: https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}_%{version}.tar.gz - -# https://bugs.launchpad.net/variety/+bug/1705199 -Source1: %{name}-README +Source0: https://github.com/varietywalls/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-distutils-extra +BuildRequires: python2-setuptools +BuildRequires: python2-distutils-extra BuildRequires: python-appindicator BuildRequires: python-beautifulsoup4 -BuildRequires: python-configobj -BuildRequires: python-lxml +BuildRequires: python2-configobj +BuildRequires: python2-lxml BuildRequires: python2-gexiv2 -BuildRequires: python-pycurl +BuildRequires: python2-pycurl BuildRequires: python2-requests -BuildRequires: python-pillow-devel +BuildRequires: python2-pillow-devel BuildRequires: python-imaging-devel BuildRequires: pyexiv2 BuildRequires: intltool BuildRequires: yelp-devel -BuildRequires: dbus-python -BuildRequires: pkgconfig(pycairo) +BuildRequires: python-dbus +BuildRequires: python2-cairo-devel BuildRequires: pkgconfig(libnotify) BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libappstream-glib -Requires: dbus-python +Requires: python2-dbus Requires: hicolor-icon-theme Requires: ImageMagick Requires: libappindicator-gtk3 -Requires: python-lxml -Requires: python-pillow -Requires: pycairo +Requires: python2-lxml +Requires: python2-pillow +Requires: python2-cairo Requires: python-appindicator -Requires: python-beautifulsoup4 -Requires: python-configobj +Requires: python2-beautifulsoup4 +Requires: python2-configobj Requires: python2-gexiv2 -Requires: python-pycurl +Requires: python2-pycurl Requires: python2-requests Requires: pyexiv2 Requires: pywebkitgtk @@ -68,7 +65,6 @@ desktop is always fresh and unique. %prep %autosetup -p1 -cp -p %{SOURCE1} ./README # remove debian part rm -rf debian @@ -92,7 +88,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml %files -f %{name}.lang -%doc README +%doc README.md %license COPYING %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop @@ -107,6 +103,11 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %changelog +* Wed Apr 04 2018 Martin Gansser - 0.6.7-1 +- Update to 0.6.6 +- Changed SOURCE link to github +- Fix python requires for f28 + * Fri Feb 09 2018 Fedora Release Engineering - 0.6.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild