From 4703112d7d74ffb596489505ab57773fb8089cb6 Mon Sep 17 00:00:00 2001 From: pabs Date: Tue, 13 Mar 2007 15:26:40 +0000 Subject: [PATCH] Fix some URLs git-svn-id: http://svn.voria.com/code@312 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/config/build.cfg | 2 +- synfig-core/trunk/config/project.spec.in | 3 +-- synfig-core/trunk/examples/business_card.sif | 4 ++-- synfig-core/trunk/win32inst.nsi.in | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/synfig-core/trunk/config/build.cfg b/synfig-core/trunk/config/build.cfg index fd0b6a7..a8bbb9d 100644 --- a/synfig-core/trunk/config/build.cfg +++ b/synfig-core/trunk/config/build.cfg @@ -1,6 +1,6 @@ PACKAGE_NAME="Synfig Core" -PACKAGE_BUGREPORT="darco@voria.com" +PACKAGE_BUGREPORT="darco@deepdarc.com" PACKAGE_TARNAME=synfig VERSION_MAJ="0" VERSION_MIN="61" diff --git a/synfig-core/trunk/config/project.spec.in b/synfig-core/trunk/config/project.spec.in index 8e2f6c5..8720e8c 100644 --- a/synfig-core/trunk/config/project.spec.in +++ b/synfig-core/trunk/config/project.spec.in @@ -4,11 +4,10 @@ Name: @PACKAGE_TARNAME@-devel Version: @VERSION_MAJ@.@VERSION_MIN@.@VERSION_REV@ Release: @VERSION_REL@ Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html -URL: http://www.voria.com/ +URL: http://www.synfig.com/ Packager: Robert B. Quattlebaum Jr. Group: Development/Languages Icon: config/logo.gif -#Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz #Patch0: STLport-rename.patch #Patch1: STLport-rules.patch #Patch2: STLport-install-dir.patch diff --git a/synfig-core/trunk/examples/business_card.sif b/synfig-core/trunk/examples/business_card.sif index a3c1b41..a6bab58 100644 --- a/synfig-core/trunk/examples/business_card.sif +++ b/synfig-core/trunk/examples/business_card.sif @@ -584,8 +584,8 @@ Bellevue, Washington 98008 Main (425) 641-3335 Fax (425) 641-3960 -darco@voria.com -http://voria.com/ +darco@deepdarc.com +http://synfig.com/ diff --git a/synfig-core/trunk/win32inst.nsi.in b/synfig-core/trunk/win32inst.nsi.in index db4a2df..f49f1e1 100644 --- a/synfig-core/trunk/win32inst.nsi.in +++ b/synfig-core/trunk/win32inst.nsi.in @@ -12,7 +12,7 @@ ; The name of the installer Name "@PACKAGE_NAME@ @PACKAGE_VERSION@" -!define PRODUCT_WEB_SITE "http://voria.com/synfig/" +!define PRODUCT_WEB_SITE "http://www.synfig.com/" ; The file to write OutFile "@PACKAGE_TARNAME@-@PACKAGE_VERSION@.exe" -- 2.7.4