|
|
|
|
@ -22,8 +22,8 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_major 2.34 |
|
|
|
|
%define V_minor 2 |
|
|
|
|
%define V_major 2.35 |
|
|
|
|
%define V_minor 4 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: libsoup |
|
|
|
|
@ -36,13 +36,13 @@ Class: EVAL
|
|
|
|
|
Group: Network |
|
|
|
|
License: LGPL |
|
|
|
|
Version: %{V_major}.%{V_minor} |
|
|
|
|
Release: 20110524 |
|
|
|
|
Release: 20110731 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_ssl no |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/libsoup/%{V_major}/libsoup-%{version}.tar.gz |
|
|
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/libsoup/%{V_major}/libsoup-%{version}.tar.bz2 |
|
|
|
|
Patch0: libsoup.patch |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
@ -72,7 +72,7 @@ PreReq: openssl
|
|
|
|
|
url = http://ftp.gnome.org/pub/GNOME/sources/libsoup/ |
|
|
|
|
regex = >(\d+\.\d+)/< |
|
|
|
|
url = http://ftp.gnome.org/pub/GNOME/sources/libsoup/__NEWVER__/ |
|
|
|
|
regex = libsoup-(__VER__)\.tar\.gz |
|
|
|
|
regex = libsoup-(__VER__)\.tar\.bz2 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
|