diff --git a/.gitignore b/.gitignore index 966df0c..5329f6f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /clementine-1.2.3.tar.gz /clementine-1.3.0rc1.tar.xz /clementine-1.3.1.tar.xz +/clementine-1.3.1.tar.gz diff --git a/clementine.spec b/clementine.spec index 662075a..1afd39a 100644 --- a/clementine.spec +++ b/clementine.spec @@ -7,8 +7,8 @@ Summary: A music player and library organizer Group: Applications/Multimedia License: GPLv3+ and GPLv2+ -URL: http://code.google.com/p/clementine-player -Source0: http://clementine-player.googlecode.com/files/%{name}-%{version}.tar.xz +URL: https://www.clementine-player.org/ +Source0: https://github.com/clementine-player/Clementine/archive/%{version}/%{name}-%{version}.tar.gz Patch1: clementine-sqlite-fts3-tokinizers-support.patch Patch4: clementine-udisks-headers.patch @@ -72,7 +72,7 @@ focusing on a fast and easy-to-use interface for searching and playing your music. %prep -%setup -qn %{name}-%{version} +%setup -qn Clementine-%{version} %patch1 -p1 -b .sqlite-fts3-tokinizers-support %patch4 -p1 -b .udisks-headers @@ -132,7 +132,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : update-desktop-database &> /dev/null || : %files -%doc Changelog COPYING +%license COPYING +%doc Changelog %{_bindir}/clementine %{_bindir}/clementine-tagreader %{_datadir}/appdata/clementine.appdata.xml @@ -145,6 +146,10 @@ update-desktop-database &> /dev/null || : %changelog * Sat Nov 19 2016 Orion Poplawski - 1.3.1-4 +- Fix URL, Source URL +- Use %%license + +* Sat Nov 19 2016 Orion Poplawski - 1.3.1-4 - Rebuild for protobuf 3.1.0 * Mon Nov 14 2016 Adrian Reber 1.3.1-3 diff --git a/sources b/sources index 7ea1331..53090ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18cc5f66aa5fbb2781198a65439bd38a clementine-1.3.1.tar.xz +04ce1c102841282e620d4caae2a897a2 clementine-1.3.1.tar.gz