|
|
@@ -23,8 +23,8 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_major 1.7
|
|
|
-%define V_minor 10
|
|
|
+%define V_major 1.8
|
|
|
+%define V_minor 0
|
|
|
|
|
|
# package information
|
|
|
Name: tin
|
|
|
@@ -37,10 +37,10 @@ Class: BASE
|
|
|
Group: News
|
|
|
License: GPL
|
|
|
Version: %{V_major}.%{V_minor}
|
|
|
-Release: 20051021
|
|
|
+Release: 20060113
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-%{version}.tar.bz2
|
|
|
+Source0: ftp://ftp.tin.org/pub/news/clients/tin/v%{V_major}/tin-%{version}.tar.bz2
|
|
|
Patch0: tin.patch
|
|
|
|
|
|
# build information
|
|
|
@@ -59,7 +59,7 @@ AutoReqProv: no
|
|
|
%track
|
|
|
prog tin = {
|
|
|
version = %{version}
|
|
|
- url = ftp://ftp.tin.org/pub/news/clients/tin/unstable/
|
|
|
+ url = ftp://ftp.tin.org/pub/news/clients/tin/v%{V_major}/
|
|
|
regex = tin-(\d+\.\d+\.\d+)\.tar\.(gz|bz2)
|
|
|
}
|
|
|
|