public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Adrian Reber <adrian@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/tin] epel10: - added BR on gnupg2 (bz #574976)
Date: Sun, 23 Aug 2026 23:17:47 GMT	[thread overview]
Message-ID: <178752706730.1.11080382381716206837.rpms-tin-6ad7b8fdcb7a@fedoraproject.org> (raw)

            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
 

                 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=178752706730.1.11080382381716206837.rpms-tin-6ad7b8fdcb7a@fedoraproject.org \
    --to=adrian@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