|
@@ -25,7 +25,7 @@
|
|
|
# package version
|
|
# package version
|
|
|
%define V_glib_major 2.14
|
|
%define V_glib_major 2.14
|
|
|
%define V_pango_major 1.18
|
|
%define V_pango_major 1.18
|
|
|
-%define V_pango_minor 0
|
|
|
|
|
|
|
+%define V_pango_minor 2
|
|
|
|
|
|
|
|
# package information
|
|
# package information
|
|
|
Name: pango
|
|
Name: pango
|
|
@@ -38,10 +38,10 @@ Class: EVAL
|
|
|
Group: XWindow
|
|
Group: XWindow
|
|
|
License: GPL
|
|
License: GPL
|
|
|
Version: %{V_pango_major}.%{V_pango_minor}
|
|
Version: %{V_pango_major}.%{V_pango_minor}
|
|
|
-Release: 20070930
|
|
|
|
|
|
|
+Release: 20071001
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.gtk.org/pub/pango/%{V_pango_major}/pango-%{version}.tar.bz2
|
|
|
|
|
|
|
+Source0: http://ftp.gnome.org/pub/GNOME/sources/pango/%{V_pango_major}/pango-%{version}.tar.bz2
|
|
|
Patch0: pango.patch
|
|
Patch0: pango.patch
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
@@ -66,7 +66,7 @@ AutoReqProv: no
|
|
|
%track
|
|
%track
|
|
|
prog pango = {
|
|
prog pango = {
|
|
|
version = %{version}
|
|
version = %{version}
|
|
|
- url = ftp://ftp.gtk.org/pub/pango/%{V_pango_major}/
|
|
|
|
|
|
|
+ url = http://ftp.gnome.org/pub/GNOME/sources/pango/%{V_pango_major}/
|
|
|
regex = pango-(__VER__)\.tar\.(gz|bz2)
|
|
regex = pango-(__VER__)\.tar\.(gz|bz2)
|
|
|
}
|
|
}
|
|
|
|
|
|