Fix some remaining occurrences of old reponame.

multiprovider
Jens Lody 11 years ago
parent b338edac21
commit b60a00c174
  1. 6
      gnome-shell-extension-openweather.spec
  2. 4
      update_revision.sh

@ -1,6 +1,6 @@
%global git 2701627 %global git 2701627
%global uuid openweather-extension@jenslody.de %global uuid openweather-extension@jenslody.de
%global github jenslody-gnome-shell-extension-weather %global github jenslody-gnome-shell-extension-openweather
%global checkout git%{git} %global checkout git%{git}
Name: gnome-shell-extension-openweather Name: gnome-shell-extension-openweather
@ -10,8 +10,8 @@ Summary: An extension for displaying weather notifications from http://op
Group: User Interface/Desktops Group: User Interface/Desktops
License: GPLv3+ License: GPLv3+
URL: https://github.com/jenslody/gnome-shell-extension-weather URL: https://github.com/jenslody/gnome-shell-extension-openweather
Source0: https://github.com/jenslody/gnome-shell-extension-weather/tarball/master/%{github}-%{git}.tar.gz Source0: https://github.com/jenslody/gnome-shell-extension-openweather/tarball/master/%{github}-%{git}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: autoconf >= 2.53, automake >= 1.9, glib2-devel, gnome-common >= 3.6.0, intltool >= 0.25 BuildRequires: autoconf >= 2.53, automake >= 1.9, glib2-devel, gnome-common >= 3.6.0, intltool >= 0.25

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GITHUB="jenslody-gnome-shell-extension-weather" GITHUB="jenslody-gnome-shell-extension-openweather"
BASE_URL="https://github.com/jenslody/gnome-shell-extension-weather/tarball/master/" BASE_URL="https://github.com/jenslody/gnome-shell-extension-openweather/tarball/master/"
TARBALL_PATH="/home/jens/rpmbuild/SOURCES/" TARBALL_PATH="/home/jens/rpmbuild/SOURCES/"
SPEC_PATH="/home/jens/rpmbuild/SPECS/" SPEC_PATH="/home/jens/rpmbuild/SPECS/"
SPEC_FILE="gnome-shell-extension-openweather.spec" SPEC_FILE="gnome-shell-extension-openweather.spec"

Loading…
Cancel
Save