diff --git a/flaim/configure.ac b/flaim/configure.ac index 07c68a0..57443c0 100644 --- a/flaim/configure.ac +++ b/flaim/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.62]) -AC_INIT([FLAIM],[4.10],[flaim-users@forge.novell.com]) +AC_INIT([FLAIM], [4.10], [flaim-users@lists.sourceforge.net]) AM_INIT_AUTOMAKE([-Wall -Werror]) LT_PREREQ([2.2]) LT_INIT([dlopen]) diff --git a/flaim/obs/flaim.spec.in b/flaim/obs/flaim.spec.in index a17b7ed..5a6fdb9 100644 --- a/flaim/obs/flaim.spec.in +++ b/flaim/obs/flaim.spec.in @@ -2,7 +2,7 @@ Name: @PACKAGE_TARNAME@ BuildRequires: gcc-c++ libstdc++-devel flaimtk-devel doxygen Requires: libstdc++ flaimtk Summary: FLAIM is a database library. -URL: http://forge.novell.com/modules/xfmod/project/?flaim +URL: http://sourceforge.net/projects/flaim/ Version: @PACKAGE_VERSION@ Release: 1 License: GPL diff --git a/ftk/configure.ac b/ftk/configure.ac index 07fdccd..ae66d09 100644 --- a/ftk/configure.ac +++ b/ftk/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.62]) -AC_INIT([FLAIMTK], [1.2], [flaim-users@forge.novell.com]) +AC_INIT([FLAIMTK], [1.2], [flaim-users@lists.sourceforge.net]) AM_INIT_AUTOMAKE([-Wall -Werror]) LT_PREREQ([2.2]) LT_INIT([dlopen]) diff --git a/ftk/obs/flaimtk.spec.in b/ftk/obs/flaimtk.spec.in index 6e098f7..b666242 100644 --- a/ftk/obs/flaimtk.spec.in +++ b/ftk/obs/flaimtk.spec.in @@ -1,7 +1,7 @@ Name: @PACKAGE_TARNAME@ BuildRequires: gcc-c++ libstdc++ libstdc++-devel doxygen Summary: FLAIMTK is the FLAIM cross-platform toolkit. -URL: http://forge.novell.com/modules/xfmod/project/?flaim +URL: http://sourceforge.net/projects/flaim/ Version: @PACKAGE_VERSION@ Release: 1 License: GPL diff --git a/sql/configure.ac b/sql/configure.ac index b8aa4e6..b4e2836 100644 --- a/sql/configure.ac +++ b/sql/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.62]) -AC_INIT([SQLFLAIM], [6.0], [flaim-users@forge.novell.com]) +AC_INIT([SQLFLAIM], [6.0], [flaim-users@lists.sourceforge.net]) AM_INIT_AUTOMAKE([-Wall -Werror]) LT_PREREQ([2.2]) LT_INIT([dlopen]) diff --git a/sql/obs/sqlflaim.spec.in b/sql/obs/sqlflaim.spec.in index 00d96b1..b148b2f 100644 --- a/sql/obs/sqlflaim.spec.in +++ b/sql/obs/sqlflaim.spec.in @@ -2,7 +2,7 @@ Name: @PACKAGE_TARNAME@ BuildRequires: gcc-c++ libstdc++-devel flaimtk-devel Requires: libstdc++ flaimtk Summary: SQLFLAIM is a SQL database library. -URL: http://forge.novell.com/modules/xfmod/project/?flaim +URL: http://sourceforge.net/projects/flaim/ Version: @PACKAGE_VERSION@ Release: 1 License: GPL diff --git a/xflaim/configure.ac b/xflaim/configure.ac index a3a77f1..62ced66 100644 --- a/xflaim/configure.ac +++ b/xflaim/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.62]) -AC_INIT([XFLAIM], [5.2], [flaim-users@forge.novell.com]) +AC_INIT([XFLAIM], [5.2], [flaim-users@lists.sourceforge.net]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall -Werror]) LT_PREREQ([2.2]) diff --git a/xflaim/obs/xflaim.spec.in b/xflaim/obs/xflaim.spec.in index 72a35ee..feadb1b 100644 --- a/xflaim/obs/xflaim.spec.in +++ b/xflaim/obs/xflaim.spec.in @@ -2,7 +2,7 @@ Name: @PACKAGE_TARNAME@ BuildRequires: gcc-c++ libstdc++-devel flaimtk-devel gcc-java gjdoc gcc-gij fastjar mono-core doxygen Requires: libstdc++ flaimtk mono-core java >= 1.4.2 Summary: XFLAIM is an XML database library. -URL: http://forge.novell.com/modules/xfmod/project/?flaim +URL: http://sourceforge.net/projects/flaim/ Version: @PACKAGE_VERSION@ Release: 1 License: GPL