]> git.pld-linux.org Git - packages/tin.git/commitdiff
- added --enable-curses and --with-screen=ncurses
authorradek <radek@pld-linux.org>
Wed, 29 Jan 2003 21:58:22 +0000 (21:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ability to define domain name and default nntp server
- release 2

Changed files:
    tin.spec -> 1.101

tin.spec

index ccfad8693f7a1e7886c8a9051b475f89236d5139..f86635b80823ae267cde64daabc324124c3ab6f1 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
@@ -7,7 +12,7 @@ Summary(tr):   Haber okuyucu
 Summary(uk):   tin - ÐÒÏÇÒÁÍÁ ÄÌÑ ÞÉÔÁÎÎÑ ÔÅÌÅËÏÎÆÅÒÅÎæʠUsenet
 Name:          tin
 Version:       1.5.16
-Release:       1
+Release:       2
 Epoch:         5
 License:       distributable
 Group:         Applications/News
@@ -86,13 +91,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.030987 seconds and 4 git commands to generate.