public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tin] epel10: - added BR on gnupg2 (bz #574976)
@ 2026-08-23 23:17 Adrian Reber
0 siblings, 0 replies; only message in thread
From: Adrian Reber @ 2026-08-23 23:17 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tin
Branch : epel10
Commit : 6ad7b8fdcb7a487e328ebc1dc91ae8fc24d3f395
Author : Adrian Reber <adrian@fedoraproject.org>
Date : 2010-04-13T07:29:27+00:00
Stats : +11/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tin/c/6ad7b8fdcb7a487e328ebc1dc91ae8fc24d3f395?branch=epel10
Log:
- added BR on gnupg2 (bz #574976)
- use the %find_lang macro
- remove binary stripping from Makefile with sed instead of perl
---
diff --git a/tin.spec b/tin.spec
index 1413609..b8a0a8f 100644
--- a/tin.spec
+++ b/tin.spec
@@ -1,6 +1,6 @@
Name: tin
Version: 1.8.3
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Basic Internet news reader
Group: Applications/Internet
License: BSD
@@ -8,7 +8,7 @@ URL: http://www.tin.org/
Source0: ftp://ftp.tin.org/pub/news/clients/tin/v1.8/tin-1.8.3.tar.bz2
Source1: ftp://ftp.tin.org/pub/news/clients/tin/v1.8/tin-1.8.3.tar.bz2.sign
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: ncurses-devel, byacc, desktop-file-utils, pcre-devel
+BuildRequires: ncurses-devel, byacc, desktop-file-utils, pcre-devel, gnupg2
%description
Tin is a basic, easy to use Internet news reader. Tin can read news
@@ -33,7 +33,7 @@ Install tin if you need a basic news reader.
--enable-locale \
--with-pcre
-%{__perl} -pi -e 's/\@\$\(INSTALL\) -s/\@\$\(INSTALL\)/g' src/Makefile
+%{__sed} -i -e 's/@\$(INSTALL) -s/@\$(INSTALL)/g' src/Makefile
%{__make} clean %{?_smp_mflags}
%{__make} build %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/pcre"
@@ -45,10 +45,12 @@ Install tin if you need a basic news reader.
# url_handler.sh conflicts with mutt
%{__rm} -f $RPM_BUILD_ROOT/%{_bindir}/url_handler.sh
+%find_lang %{name}
+
%clean
%{__rm} -rf $RPM_BUILD_ROOT
-%files
+%files -f %name.lang
%defattr(-,root,root)
%doc README doc/*
%{_bindir}/tin
@@ -59,9 +61,13 @@ Install tin if you need a basic news reader.
%{_bindir}/tinews.pl
%{_mandir}/man1/*
%{_mandir}/man5/*
-/usr/share/locale/*/*/*
%changelog
+* Tue Apr 13 2010 Adrian Reber <adrian@lisas.de> - 1.8.3-7
+- added BR on gnupg2 (bz #574976)
+- use the %%find_lang macro
+- remove binary stripping from Makefile with sed instead of perl
+
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
^ 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: - added BR on gnupg2 (bz #574976) Adrian Reber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox