From b60a00c1745d1d8be030754c76899fc8beb1f23e Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Sun, 9 Feb 2014 22:52:35 +0100 Subject: [PATCH] Fix some remaining occurrences of old reponame. --- gnome-shell-extension-openweather.spec | 6 +++--- update_revision.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gnome-shell-extension-openweather.spec b/gnome-shell-extension-openweather.spec index c56a7be..984aeab 100644 --- a/gnome-shell-extension-openweather.spec +++ b/gnome-shell-extension-openweather.spec @@ -1,6 +1,6 @@ %global git 2701627 %global uuid openweather-extension@jenslody.de -%global github jenslody-gnome-shell-extension-weather +%global github jenslody-gnome-shell-extension-openweather %global checkout git%{git} Name: gnome-shell-extension-openweather @@ -10,8 +10,8 @@ Summary: An extension for displaying weather notifications from http://op Group: User Interface/Desktops License: GPLv3+ -URL: https://github.com/jenslody/gnome-shell-extension-weather -Source0: https://github.com/jenslody/gnome-shell-extension-weather/tarball/master/%{github}-%{git}.tar.gz +URL: https://github.com/jenslody/gnome-shell-extension-openweather +Source0: https://github.com/jenslody/gnome-shell-extension-openweather/tarball/master/%{github}-%{git}.tar.gz BuildArch: noarch BuildRequires: autoconf >= 2.53, automake >= 1.9, glib2-devel, gnome-common >= 3.6.0, intltool >= 0.25 diff --git a/update_revision.sh b/update_revision.sh index d58ce2e..7a35c20 100755 --- a/update_revision.sh +++ b/update_revision.sh @@ -1,7 +1,7 @@ #!/bin/sh -GITHUB="jenslody-gnome-shell-extension-weather" -BASE_URL="https://github.com/jenslody/gnome-shell-extension-weather/tarball/master/" +GITHUB="jenslody-gnome-shell-extension-openweather" +BASE_URL="https://github.com/jenslody/gnome-shell-extension-openweather/tarball/master/" TARBALL_PATH="/home/jens/rpmbuild/SOURCES/" SPEC_PATH="/home/jens/rpmbuild/SPECS/" SPEC_FILE="gnome-shell-extension-openweather.spec"