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: auto-import changelog data from tin-1.4.7-0.fdr.2.rh90.src.rpm
Date: Sun, 23 Aug 2026 23:17:38 GMT	[thread overview]
Message-ID: <178752705811.1.13463069180693722907.rpms-tin-ae97f300f2ee@fedoraproject.org> (raw)

            A new commit has been pushed.

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

            Log:
            auto-import changelog data from tin-1.4.7-0.fdr.2.rh90.src.rpm
1.4.7-0.fdr.2
- remove stripping from Makefile; let rpm strip the binaries
- moved the documentation from docdir/doc to docdir
1.4.7-0.fdr.1
- updated to 1.4.7
- Source now macroless
- BuildRoot changed to the format from the fedora spec template
- added smp_mflags to the makes
- more fedorafication

---
diff --git a/.cvsignore b/.cvsignore
index 21c6803..95e79ff 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-tin-1.4.6.tar.gz
+tin-1.4.7.tar.bz2

diff --git a/sources b/sources
index 38c1b47..cf6cef6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c72c92c715fbd875b953e9dbfec7744  tin-1.4.6.tar.gz
+9308554d6c504fb0e1037a3ab9b2a3ec  tin-1.4.7.tar.bz2

diff --git a/tin.spec b/tin.spec
index 84ed2d0..0c68c77 100644
--- a/tin.spec
+++ b/tin.spec
@@ -1,15 +1,19 @@
-Summary: A basic Internet news reader.
 Name: tin
-Version: 1.4.6
-Release: 0.fdr.3.rh90
+Version: 1.4.7
+Release: 0.fdr.2.rh90
 Epoch: 0
-License: distributable
+Summary: A basic Internet news reader.
+
 Group: Applications/Internet
-Source:  ftp://ftp.tin.org/pub/news/clients/tin/v1.4/tin-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+License: Distributable
 URL: http://www.tin.org/
+Source:  ftp://ftp.tin.org/pub/news/clients/tin/v1.4/tin-1.4.7.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 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)
@@ -17,9 +21,13 @@ server.
 
 Install tin if you need a basic news reader.
 
+#---------------------------------------------------------------------
+
 %prep
 %setup -q
 
+#---------------------------------------------------------------------
+
 %build
 %configure \
 	--with-libdir=/var/lib/news \
@@ -32,8 +40,10 @@ Install tin if you need a basic news reader.
 	--enable-ncurses \
 	--enable-locale 
 
-make clean
-make build
+perl -pi -e 's/\@\$\(INSTALL\) -s/\@\$\(INSTALL\)/g' src/Makefile
+
+make clean %{?_smp_mflags}
+make build %{?_smp_mflags}
 
 #---------------------------------------------------------------------
 
@@ -57,18 +67,35 @@ desktop-file-install --vendor fedora --delete-original \
   --add-category Network                               \
   %{name}.desktop
 
+#---------------------------------------------------------------------
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+#---------------------------------------------------------------------
+
 %files
 %defattr(-,root,root)
-%doc README doc/
+%doc README doc/*
 %{_bindir}/tin
 %{_bindir}/rtin
 %{_mandir}/man1/tin.1*
 %{_datadir}/applications/*%{name}.desktop
 
+#---------------------------------------------------------------------
+
 %changelog
+* Fri Jun 06 2003 Adrian Reber <adrian@lisas.de> - 0:1.4.7-0.fdr.2
+- remove stripping from Makefile; let rpm strip the binaries
+- moved the documentation from docdir/doc to docdir
+
+* Sat May 31 2003 Adrian Reber <adrian@lisas.de> - 0:1.4.7-0.fdr.1
+- updated to 1.4.7
+- Source now macroless
+- BuildRoot changed to the format from the fedora spec template
+- added smp_mflags to the makes
+- more fedorafication
+
 * 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

                 reply	other threads:[~2026-08-23 23:17 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=178752705811.1.13463069180693722907.rpms-tin-ae97f300f2ee@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