public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: cvsextras <cvsextras@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/tin] epel10.2: auto-import changelog data from tin-1.4.6-0.fdr.3.rh80.src.rpm
Date: Sun, 23 Aug 2026 23:19:41 GMT	[thread overview]
Message-ID: <178752718128.1.11297197554051585647.rpms-tin-ee13ca3cf909@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/tin
            Branch : epel10.2
            Commit : ee13ca3cf9097464def18bf0c6f630f3b8e3e227
            Author : cvsextras <cvsextras@fedoraproject.org>
            Date   : 2004-11-08T05:27:20+00:00
            Stats  : +144/-0 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/tin/c/ee13ca3cf9097464def18bf0c6f630f3b8e3e227?branch=epel10.2

            Log:
            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 <adrian@lisas.de> - 1.4.6-1.fedora.1
- applied fedora naming conventions
Tue Aug 22 2000 Than Ngo <than@redhat.com>
- add applink file (Bug #16568)
Mon Aug 07 2000 Preston Brown <pbrown@redhat.com>
- 1.4.4 fixes buffer overflow, memory leaks.
Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Fri Jun 02 2000 Preston Brown <pbrown@redhat.com>
- fix spooldir to be /var/spool/news/articles not /var/spool/news
Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- rebuild with current ncurses
Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
- rebuild with new vi in the buildroots so it finds the right default
    editor
Thu Feb 10 2000 Preston Brown <pbrown@redhat.com>
- bump epoch
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- upgrade to 1.4.2 (stable)
Mon May 31 1999 Jeff Johnson <jbj@redhat.com>
- update to tinpre-1.4-19990517.
- fix libdir=/var/lib/news (#7).
- fix spooldir=/var/spool/news.
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 3)
Tue Mar 09 1999 Preston Brown <pbrown@redhat.com>
- upgraded to latest dev version snapshot.
Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
- Injected new description and group.
Tue Dec 22 1998 Preston Brown <pbrown@redhat.com>
- upgraded again to latest snapshot.
Fri Nov 06 1998 Preston Brown <pbrown@redhat.com>
- Alan is right; 1.22 is full of bugs and ANCIENT. Moved to latest tin.
Tue Aug 04 1998 Jeff Johnson <jbj@redhat.com>
- build root
Wed Jun 24 1998 Alan Cox <alan@redhat.com>
- 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 <bugs@redhat.com>
- translations modified for de, fr, tr
Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
- built against new ncurses
Mon Nov 03 1997 Erik Troan <ewt@redhat.com>
- hacked to use just termios, not a motley mix of termios and termio
Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
- 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 <<EOF
+[Desktop Entry]
+Name=Tin
+Type=Application
+Comment=Internet news reader
+Exec=tin
+Terminal=true
+EOF
+
+desktop-file-install --vendor fedora --delete-original \
+  --dir %{buildroot}%{_datadir}/applications           \
+  --add-category X-Fedora                              \
+  --add-category Application                           \
+  --add-category Network                               \
+  %{name}.desktop
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%doc README doc/
+%{_bindir}/tin
+%{_bindir}/rtin
+%{_mandir}/man1/tin.1*
+%{_datadir}/applications/*%{name}.desktop
+
+%changelog
+* Thu May 01 2003 Adrian Reber <adrian@lisas.de> - 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 <adrian@lisas.de> - 1.4.6-1.fedora.1
+- applied fedora naming conventions
+
+* Tue Aug 22 2000 Than Ngo <than@redhat.com>
+- add applink file (Bug #16568)
+
+* Mon Aug 07 2000 Preston Brown <pbrown@redhat.com>
+- 1.4.4 fixes buffer overflow, memory leaks.
+
+* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
+- automatic rebuild
+
+* Fri Jun 02 2000 Preston Brown <pbrown@redhat.com>
+- fix spooldir to be /var/spool/news/articles not /var/spool/news
+
+* Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
+- rebuild with current ncurses
+
+* Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
+- rebuild with new vi in the buildroots so it finds the right default editor
+
+* Thu Feb 10 2000 Preston Brown <pbrown@redhat.com>
+- bump epoch
+
+* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
+- upgrade to 1.4.2 (stable)
+
+* Mon May 31 1999 Jeff Johnson <jbj@redhat.com>
+- update to tinpre-1.4-19990517.
+- fix libdir=/var/lib/news (#7).
+- fix spooldir=/var/spool/news.
+
+* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
+- auto rebuild in the new build environment (release 3)
+
+* Tue Mar 09 1999 Preston Brown <pbrown@redhat.com>
+- upgraded to latest dev version snapshot.
+
+* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
+- Injected new description and group.
+
+* Tue Dec 22 1998 Preston Brown <pbrown@redhat.com>
+- upgraded again to latest snapshot.
+
+* Fri Nov 06 1998 Preston Brown <pbrown@redhat.com>
+- Alan is right; 1.22 is full of bugs and ANCIENT. Moved to latest tin.
+
+* Tue Aug  4 1998 Jeff Johnson <jbj@redhat.com>
+- build root
+
+* Wed Jun 24 1998 Alan Cox <alan@redhat.com>
+- 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 <bugs@redhat.com>
+- translations modified for de, fr, tr
+
+* Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
+- built against new ncurses
+
+* Mon Nov 3 1997 Erik Troan <ewt@redhat.com>
+- hacked to use just termios, not a motley mix of termios and termio
+
+* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
+- built against glibc

                 reply	other threads:[~2026-08-23 23:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178752718128.1.11297197554051585647.rpms-tin-ee13ca3cf909@fedoraproject.org \
    --to=cvsextras@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox