]> git.pld-linux.org Git - packages/tin.git/blobdiff - tin.spec
- updated to 1.6.1
[packages/tin.git] / tin.spec
index ccfad8693f7a1e7886c8a9051b475f89236d5139..5716ed104fee8e361d37da4c029ea8e6824b4284 100644 (file)
--- a/tin.spec
+++ b/tin.spec
@@ -1,3 +1,8 @@
+# 
+#   You can build tin with:
+# --define 'domain_name your.domain'
+# --define 'default_server default.nntp.server' 
+# 
 Summary:       tin News Reader
 Summary(de):   tin News-Reader
 Summary(fr):   Lecteur de news tin
@@ -6,12 +11,13 @@ Summary(ru): tin - 
 Summary(tr):   Haber okuyucu
 Summary(uk):   tin - ÐÒÏÇÒÁÍÁ ÄÌÑ ÞÉÔÁÎÎÑ ÔÅÌÅËÏÎÆÅÒÅÎæʠUsenet
 Name:          tin
-Version:       1.5.16
+Version:       1.6.1
 Release:       1
 Epoch:         5
 License:       distributable
 Group:         Applications/News
-Source0:       ftp://ftp.tin.org/pub/news/clients/tin/v1.5/%{name}-%{version}.tar.bz2
+Source0:       ftp://ftp.tin.org/pub/news/clients/tin/v1.6/%{name}-%{version}.tar.bz2
+# Source0-md5: b7028d15d8f7fc929ebd97dda6ac2164
 Source1:       %{name}.desktop
 Source2:       %{name}.attributes
 Patch0:                %{name}-enable_coloring.patch
@@ -86,13 +92,17 @@ LDFLAGS="%{rpmldflags} -lpcre"
        --disable-mime-strict-charset \
        --with-pcre \
        --with-ncurses \
+       --enable-curses \
+       --with-screen=ncurses \
        --with-nov-dir=%{_var}/spool/news \
        --with-spooldir=%{_var}/spool/news \
        --disable-locale \
        --with-gpg=%{_bindir}/gpg \
        --with-mailer=%{_libdir}/sendmail \
        --enable-ipv6 \
-       --disable-debug
+       --disable-debug \
+       %{?domain_name:--with-domain-name=%{domain_name}} \
+       %{?default_server:--with-nntp-default-server=%{default_server}}
 
 %{__make} -C src
 
This page took 0.042325 seconds and 4 git commands to generate.