public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tin] epel10: auto-import changelog data from tin-1.4.7-0.fdr.2.rh90.src.rpm
@ 2026-08-23 23:17 cvsextras
  0 siblings, 0 replies; only message in thread
From: cvsextras @ 2026-08-23 23:17 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-23 23:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-23 23:17 [rpms/tin] epel10: auto-import changelog data from tin-1.4.7-0.fdr.2.rh90.src.rpm cvsextras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox