Update the URLs in the deb, rpm and windows installer to point to the new website

This commit is contained in:
David Sansome 2010-09-18 15:27:44 +00:00
parent 5015374c42
commit bda6e4bae1
3 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 7),
libusbmuxd-dev,
libmtp-dev
Standards-Version: 3.8.1
Homepage: http://code.google.com/p/clementine-player/
Homepage: http://www.clementine-player.org/
Package: clementine
Architecture: any

View File

@ -5,7 +5,7 @@ Summary: A music player and library organiser
Group: Applications/Multimedia
License: GPLv3
URL: http://code.google.com/p/clementine-player
URL: http://www.clementine-player.org/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

View File

@ -4,7 +4,7 @@
!define PRODUCT_VERSION_MINOR @CLEMENTINE_VERSION_MINOR@
!define PRODUCT_DISPLAY_VERSION "@CLEMENTINE_VERSION_STRING@"
!define PRODUCT_DISPLAY_VERSION_SHORT "@CLEMENTINE_VERSION_SHORT_STRING@"
!define PRODUCT_WEB_SITE "http://code.google.com/p/clementine-player/"
!define PRODUCT_WEB_SITE "http://www.clementine-player.org/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
!define PRODUCT_INSTALL_DIR "$PROGRAMFILES\Clementine"