public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tin] epel10: auto-import changelog data from tin-1.6.2-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 : 7facfa990bbe54305a7bce78378e2fe9b58d3fda
Author : cvsextras <cvsextras@fedoraproject.org>
Date : 2004-11-08T05:27:38+00:00
Stats : +31/-15 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/tin/c/7facfa990bbe54305a7bce78378e2fe9b58d3fda?branch=epel10
Log:
auto-import changelog data from tin-1.6.2-0.fdr.2.rh90.src.rpm
1.6.2-0.fdr.2
- changed BuildRequires from bison to byacc
- added pcre-devel as BuildRequires
- replaced all commands with rpmmacros
- made make use RPM_OPT_FLAGS
1.6.2-0.fdr.1
- updated to 1.6.2
---
diff --git a/.cvsignore b/.cvsignore
index 95e79ff..da1129e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-tin-1.4.7.tar.bz2
+tin-1.6.2.tar.bz2
diff --git a/sources b/sources
index cf6cef6..0c404a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9308554d6c504fb0e1037a3ab9b2a3ec tin-1.4.7.tar.bz2
+3ab61ba7c7d3b7a3596ba199c570c4e4 tin-1.6.2.tar.bz2
diff --git a/tin.spec b/tin.spec
index 0c68c77..2e5c5eb 100644
--- a/tin.spec
+++ b/tin.spec
@@ -1,16 +1,14 @@
Name: tin
-Version: 1.4.7
+Version: 1.6.2
Release: 0.fdr.2.rh90
Epoch: 0
Summary: A basic Internet news reader.
-
Group: Applications/Internet
License: Distributable
URL: http://www.tin.org/
-Source: ftp://ftp.tin.org/pub/news/clients/tin/v1.4/tin-1.4.7.tar.bz2
+Source: ftp://ftp.tin.org/pub/news/clients/tin/v1.6/tin-1.6.2.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: ncurses-devel, bison, desktop-file-utils
+BuildRequires: ncurses-devel, byacc, desktop-file-utils, pcre-devel
#---------------------------------------------------------------------
@@ -38,18 +36,19 @@ Install tin if you need a basic news reader.
--disable-mime-strict-charset \
--enable-color \
--enable-ncurses \
- --enable-locale
+ --enable-locale \
+ --with-pcre
-perl -pi -e 's/\@\$\(INSTALL\) -s/\@\$\(INSTALL\)/g' src/Makefile
+%{__perl} -pi -e 's/\@\$\(INSTALL\) -s/\@\$\(INSTALL\)/g' src/Makefile
-make clean %{?_smp_mflags}
-make build %{?_smp_mflags}
+%{__make} clean %{?_smp_mflags}
+%{__make} build %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/pcre"
#---------------------------------------------------------------------
%install
-rm -rf $RPM_BUILD_ROOT
-make install INSTALL_PREFIX=$RPM_BUILD_ROOT
+%{__rm} -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
cat > tin.desktop <<EOF
[Desktop Entry]
@@ -67,10 +66,13 @@ desktop-file-install --vendor fedora --delete-original \
--add-category Network \
%{name}.desktop
+# url_handler.sh conflicts with mutt
+%{__rm} -f $RPM_BUILD_ROOT/%{_bindir}/url_handler.sh
+
#---------------------------------------------------------------------
%clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf $RPM_BUILD_ROOT
#---------------------------------------------------------------------
@@ -79,12 +81,26 @@ rm -rf $RPM_BUILD_ROOT
%doc README doc/*
%{_bindir}/tin
%{_bindir}/rtin
-%{_mandir}/man1/tin.1*
+%{_bindir}/metamutt
+%{_bindir}/opt-case.pl
+%{_bindir}/w2r.pl
+%{_mandir}/man1/*
+%{_mandir}/man5/*
+/usr/share/locale/*/*/*
%{_datadir}/applications/*%{name}.desktop
#---------------------------------------------------------------------
%changelog
+* Thu Jun 24 2004 Adrian Reber <adrian@lisas.de> - 0:1.6.2-0.fdr.2
+- changed BuildRequires from bison to byacc
+- added pcre-devel as BuildRequires
+- replaced all commands with rpmmacros
+- made make use RPM_OPT_FLAGS
+
+* Sat Nov 23 2003 Adrian Reber <adrian@lisas.de> - 0:1.6.2-0.fdr.1
+- updated to 1.6.2
+
* 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
^ 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.6.2-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