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.6.2-0.fdr.2.rh90.src.rpm
Date: Sun, 23 Aug 2026 23:19:42 GMT [thread overview]
Message-ID: <178752718272.1.3367990599658892443.rpms-tin-7facfa990bbe@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/tin
Branch : epel10.2
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.2
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
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=178752718272.1.3367990599658892443.rpms-tin-7facfa990bbe@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