]> git.pld-linux.org Git - packages/tin.git/blobdiff - tin.spec
- added old style patch
[packages/tin.git] / tin.spec
index dbb3f28f7e299c0ac17fe7834df28915c005763d..db032a38901e7cb3dbe72b67789d0703114fa947 100644 (file)
--- a/tin.spec
+++ b/tin.spec
@@ -4,61 +4,67 @@ Summary(fr):  Lecteur de news tin
 Summary(pl):   tin - czytnik newsów
 Summary(tr):   Haber okuyucu
 Name:          tin
-Version:       1.5.4
+Version:       1.5.6
 Release:       1
 Serial:                2
 Copyright:     distributable
 Group:         Applications/News
 Group(pl):     Aplikacje/News
-Source0:               ftp://ftp.tin.org/pub/news/clients/tin/unstable/%{name}-%{version}.tar.bz2
+Source0:       ftp://ftp.tin.org/pub/news/clients/tin/unstable/%{name}-%{version}.tar.bz2
 Patch0:                tin-enable_coloring.patch
 Patch1:                tin-with_system_pcre.patch
+#Patch2:       tin-old-style.patch
 URL:           http://www.tin.org/
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: pcre-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Tin is a full-screen easy to use Netnews reader. It can read news locally
-(i.e., /var/spool/news) or remotely (rtin or tin -r option) via a NNTP
-(Network News Transport Protocol) server. It will automatically utilize NOV
-(News OVerview) style index files if available locally or via the NNTP
-XOVER command.
+Tin is a full-screen easy to use Netnews reader. It can read news
+locally (i.e., /var/spool/news) or remotely (rtin or tin -r option)
+via a NNTP (Network News Transport Protocol) server. It will
+automatically utilize NOV (News OVerview) style index files if
+available locally or via the NNTP XOVER command.
 
-Tin has four separate levels of operation: Group selection level, Group
-level, Thread level and Article level. Use the 'h' (help) command to view a
-list of the commands available at a particular level.
+Tin has four separate levels of operation: Group selection level,
+Group level, Thread level and Article level. Use the 'h' (help)
+command to view a list of the commands available at a particular
+level.
 
 %description -l de
-Tin ist ein Vollbild-Newsreader. Das Programm kann entweder lokal (z.B.
-usr/spool/news) oder entfernt (Option 'rtin' bzw. 'tin -r') über einen
-NNTP-Server (Network News Transport Protocol) eingesetzt werden.
+Tin ist ein Vollbild-Newsreader. Das Programm kann entweder lokal
+(z.B. usr/spool/news) oder entfernt (Option 'rtin' bzw. 'tin -r') über
+einen NNTP-Server (Network News Transport Protocol) eingesetzt werden.
 
 %description -l fr
-Tin est un lecteur de news plein écran facile à utiliser. Il peut lire des
-articles localement (i.e. /usr/spool/news) ou à distance ('rtin' ou 'tin
--r') via un serveur NNTP (Network News Transport Protocol).
+Tin est un lecteur de news plein écran facile à utiliser. Il peut lire
+des articles localement (i.e. /usr/spool/news) ou à distance ('rtin'
+ou 'tin
+- -r') via un serveur NNTP (Network News Transport Protocol).
 
 %description -l pl
-Tin jest pe³noekranowym czytnikiem newsów. Umo¿liwia czytanie zarówno z
-lokalnych zasobów (np. z katalogu /var/spool/news jak i ze zdalnych
-(uruchamiaj±c 'rtin' lub 'tin -r') serwerów NNTP (Network News Transport
-Protocol).
+Tin jest pe³noekranowym czytnikiem newsów. Umo¿liwia czytanie zarówno
+lokalnych zasobów (np. z katalogu /var/spool/news jak i ze zdalnych
+(uruchamiaj±c 'rtin' lub 'tin -r') serwerów NNTP (Network News
+Transport Protocol).
 
 %description -l tr
-Tin, metin ekranda çalýþan kolay kullanýlýr bir USENET haber okuyucusudur.
-Haberleri yerel olarak (/usr/spool/news), ya da bir NNTP sunucusu
-aracýlýðýyla uzaktan ('rtin' ya da 'tin -r' seçeneði ile) okuyabilir.
+Tin, metin ekranda çalýþan kolay kullanýlýr bir USENET haber
+okuyucusudur. Haberleri yerel olarak (/usr/spool/news), ya da bir NNTP
+sunucusu aracýlýðýyla uzaktan ('rtin' ya da 'tin -r' seçeneði ile)
+okuyabilir.
 
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+#%patch2 -p2
 
 %build
 CPPFLAGS="-DINET6"
 LDFLAGS="-s"
-export CPPFLAGS LDFLAGS
+CFLAGS="-I/usr/include/ncurses $RPM_OPT_FLAGS"
+export CPPFLAGS LDFLAGS CFLAGS
 %configure \
        --enable-color \
        --with-ncurses \
@@ -67,7 +73,7 @@ export CPPFLAGS LDFLAGS
        --enable-locale \
        --disable-debug
 
-make -C src
+%{__make} -C src
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.079917 seconds and 4 git commands to generate.