Browse Source

URLs changed, and upgrading package: libsigcxx 2.0.6 -> 2.0.10

Michael Schloh von Bennewitz 20 years ago
parent
commit
dad66c5ed7
1 changed files with 8 additions and 4 deletions
  1. 8 4
      libsigcxx/libsigcxx.spec

+ 8 - 4
libsigcxx/libsigcxx.spec

@@ -25,6 +25,10 @@
 
 #   FIXME MSvB: Still needs renaming of versioned libs
 
+#   package version
+%define       V_libsigcxx        2.0.10
+%define       V_libsigcxx_major  2.0
+
 #   package information
 Name:         libsigcxx
 Summary:      Callback Framework Library
@@ -35,11 +39,11 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Development
 License:      LGPL
-Version:      2.0.6
-Release:      20050121
+Version:      %{V_libsigcxx}
+Release:      20050309
 
 #   list of sources
-Source0:      http://osdn.dl.sourceforge.net/libsigc/libsigc++-%{version}.tar.bz2
+Source0:      ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/%{V_libsigcxx_major}/libsigc++-%{version}.tar.bz2
 
 #   build information
 Prefix:       %{l_prefix}
@@ -60,7 +64,7 @@ AutoReqProv:  no
 %track
     prog libsigcxx = {
         version   = %{version}
-        url       = http://osdn.dl.sourceforge.net/libsigc/
+        url       = ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/%{V_libsigcxx_major}/
         regex     = libsigc\+\+-(__VER__)\.tar\.bz2
     }