From ee13ca3cf9097464def18bf0c6f630f3b8e3e227 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Nov 08 2004 05:27:20 +0000 Subject: auto-import changelog data from tin-1.4.6-0.fdr.3.rh80.src.rpm 1.4.6-0.fdr.3 - Added BuildRequires: bison, desktop-files-utils - removed --verbose and --mandir from configure - s/X-Red-Hat-Extra/X-Fedora/ in desktop-file-install - added release macro to BuildRoot Tue Feb 25 2003 Adrian Reber - 1.4.6-1.fedora.1 - applied fedora naming conventions Tue Aug 22 2000 Than Ngo - add applink file (Bug #16568) Mon Aug 07 2000 Preston Brown - 1.4.4 fixes buffer overflow, memory leaks. Wed Jul 12 2000 Prospector - automatic rebuild Fri Jun 02 2000 Preston Brown - fix spooldir to be /var/spool/news/articles not /var/spool/news Fri Mar 24 2000 Bernhard Rosenkraenzer - rebuild with current ncurses Thu Feb 17 2000 Preston Brown - rebuild with new vi in the buildroots so it finds the right default editor Thu Feb 10 2000 Preston Brown - bump epoch Mon Feb 07 2000 Preston Brown - upgrade to 1.4.2 (stable) Mon May 31 1999 Jeff Johnson - update to tinpre-1.4-19990517. - fix libdir=/var/lib/news (#7). - fix spooldir=/var/spool/news. Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 3) Tue Mar 09 1999 Preston Brown - upgraded to latest dev version snapshot. Wed Feb 24 1999 Preston Brown - Injected new description and group. Tue Dec 22 1998 Preston Brown - upgraded again to latest snapshot. Fri Nov 06 1998 Preston Brown - Alan is right; 1.22 is full of bugs and ANCIENT. Moved to latest tin. Tue Aug 04 1998 Jeff Johnson - build root Wed Jun 24 1998 Alan Cox - turned on DONT_LOG_USER - get rid of the silly file in /tmp. We probably ought to move to a newer tin soon. Fri Apr 24 1998 Prospector System - translations modified for de, fr, tr Wed Apr 15 1998 Erik Troan - built against new ncurses Mon Nov 03 1997 Erik Troan - hacked to use just termios, not a motley mix of termios and termio Fri Jul 18 1997 Erik Troan - built against glibc --- diff --git a/.cvsignore b/.cvsignore index e69de29..21c6803 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +tin-1.4.6.tar.gz diff --git a/sources b/sources index e69de29..38c1b47 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6c72c92c715fbd875b953e9dbfec7744 tin-1.4.6.tar.gz diff --git a/tin.spec b/tin.spec new file mode 100644 index 0000000..49fe4c7 --- /dev/null +++ b/tin.spec @@ -0,0 +1,142 @@ +Summary: A basic Internet news reader. +Name: tin +Version: 1.4.6 +Release: 0.fdr.3.rh80 +Epoch: 0 +License: distributable +Group: Applications/Internet +Source: ftp://ftp.tin.org/pub/news/clients/tin/v1.4/tin-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +URL: http://www.tin.org/ +BuildRequires: ncurses-devel, bison, desktop-file-utils + +%description +Tin is a basic, easy to use Internet news reader. Tin can read news +locally or remotely via an NNTP (Network News Transport Protocol) +server. + +Install tin if you need a basic news reader. + +%prep +%setup -q + +%build +%configure \ + --with-libdir=/var/lib/news \ + --with-spooldir=/var/spool/news/articles \ + --enable-nntp \ + --enable-prototypes \ + --disable-echo \ + --disable-mime-strict-charset \ + --enable-color \ + --enable-ncurses \ + --enable-locale + +make clean +make build + +#--------------------------------------------------------------------- + +%install +rm -rf $RPM_BUILD_ROOT +make install INSTALL_PREFIX=$RPM_BUILD_ROOT + +cat > tin.desktop < - 0:1.4.6-0.fdr.3 +- Added BuildRequires: bison, desktop-files-utils +- removed --verbose and --mandir from configure +- s/X-Red-Hat-Extra/X-Fedora/ in desktop-file-install +- added release macro to BuildRoot + +* Tue Feb 25 2003 Adrian Reber - 1.4.6-1.fedora.1 +- applied fedora naming conventions + +* Tue Aug 22 2000 Than Ngo +- add applink file (Bug #16568) + +* Mon Aug 07 2000 Preston Brown +- 1.4.4 fixes buffer overflow, memory leaks. + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Fri Jun 02 2000 Preston Brown +- fix spooldir to be /var/spool/news/articles not /var/spool/news + +* Fri Mar 24 2000 Bernhard Rosenkraenzer +- rebuild with current ncurses + +* Thu Feb 17 2000 Preston Brown +- rebuild with new vi in the buildroots so it finds the right default editor + +* Thu Feb 10 2000 Preston Brown +- bump epoch + +* Mon Feb 07 2000 Preston Brown +- upgrade to 1.4.2 (stable) + +* Mon May 31 1999 Jeff Johnson +- update to tinpre-1.4-19990517. +- fix libdir=/var/lib/news (#7). +- fix spooldir=/var/spool/news. + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 3) + +* Tue Mar 09 1999 Preston Brown +- upgraded to latest dev version snapshot. + +* Wed Feb 24 1999 Preston Brown +- Injected new description and group. + +* Tue Dec 22 1998 Preston Brown +- upgraded again to latest snapshot. + +* Fri Nov 06 1998 Preston Brown +- Alan is right; 1.22 is full of bugs and ANCIENT. Moved to latest tin. + +* Tue Aug 4 1998 Jeff Johnson +- build root + +* Wed Jun 24 1998 Alan Cox +- turned on DONT_LOG_USER - get rid of the silly file in /tmp. We probably + ought to move to a newer tin soon. + +* Fri Apr 24 1998 Prospector System +- translations modified for de, fr, tr + +* Wed Apr 15 1998 Erik Troan +- built against new ncurses + +* Mon Nov 3 1997 Erik Troan +- hacked to use just termios, not a motley mix of termios and termio + +* Fri Jul 18 1997 Erik Troan +- built against glibc