public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: split (Build)Requires into separate lines and sort
Date: Wed, 26 Aug 2026 08:55:03 GMT	[thread overview]
Message-ID: <178773450304.1.2450104713358337868.rpms-inn-2c0f0ed581f1@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/inn
            Branch : epel10.3
            Commit : 2c0f0ed581f15369c5ac961b8de57abd00d0173b
            Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
            Date   : 2020-06-21T12:57:25+02:00
            Stats  : +41/-21 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/inn/c/2c0f0ed581f15369c5ac961b8de57abd00d0173b?branch=epel10.3

            Log:
            split (Build)Requires into separate lines and sort

split configure options into separate lines and sort

---
diff --git a/inn.spec b/inn.spec
index 2ac30f1..9f528ac 100644
--- a/inn.spec
+++ b/inn.spec
@@ -27,27 +27,38 @@ Patch6: inn-2.5.2.posix.patch
 Patch7: inn-2.4.3.warn.patch
 Patch14: inn-redhat_build.patch
 patch17: inn-2.5.2-pconf.patch
-BuildRequires:  gcc
 BuildRequires: autoconf
-BuildRequires: python2 db4-devel byacc krb5-devel pam-devel e2fsprogs-devel perl-interpreter
-BuildRequires: %{_bindir}/gpgv2
+BuildRequires: byacc
+BuildRequires: cyrus-sasl-devel
+BuildRequires: db4-devel
+BuildRequires: e2fsprogs-devel
+BuildRequires: flex
+BuildRequires: gcc
+BuildRequires: krb5-devel
+BuildRequires: openssl-devel
+BuildRequires: pam-devel
 BuildRequires: perl-devel
 BuildRequires: perl-generators
-BuildRequires: perl(ExtUtils::Embed) flex systemd
+BuildRequires: perl-interpreter
+BuildRequires: perl(ExtUtils::Embed)
 BuildRequires: perl(GD)
 BuildRequires: perl(MIME::Parser)
-BuildRequires: cyrus-sasl-devel
-BuildRequires: openssl-devel
+BuildRequires: python2
+BuildRequires: systemd
+BuildRequires: %{_bindir}/gpgv2
 %if 0%{?fedora}
 Recommends: perl(GD)
 %endif
 Requires(pre): shadow-utils
-Requires: grep, coreutils, sed
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires: bash >= 2.0
-Requires(post): systemd inews
-Requires(preun): systemd
+Requires: coreutils
+Requires: grep
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires: sed
+Requires(post): inews
+Requires(post): systemd
 Requires(postun): systemd
+Requires(preun): systemd
 
 # XXX white out bogus perl requirement for now
 Provides: perl(::usr/lib/innshellvars.pl) = %{version}-%{release}
@@ -109,26 +120,35 @@ gpgv2 --keyring %{S:3} %{S:1} %{S:0}
 %patch17 -p1 -b .pfix
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-%configure --bindir=%{_libexecdir}/news \
-  --sysconfdir=%{_sysconfdir}/news --exec-prefix=%{_libexecdir}/news \
-  --with-log-dir=/var/log/news --with-spool-dir=/var/spool/news\
-  --with-db-dir=%{_sharedstatedir}/news --with-run-dir=/run/news \
-  --with-tmp-dir=%{_sharedstatedir}/news/tmp \
-  --with-perl --enable-shared --enable-uucp-rnews \
+%configure \
+  --disable-static \
+  --enable-largefiles \
+  --enable-shared \
+  --enable-uucp-rnews \
+  --bindir=%{_libexecdir}/news \
+  --exec-prefix=%{_libexecdir}/news \
+  --sysconfdir=%{_sysconfdir}/news \
+  --with-db-dir=%{_sharedstatedir}/news \
+  --with-http-dir=%{_sharedstatedir}/news/http \
   --with-libperl-dir=%{perl_vendorlib} \
+  --with-log-dir=/var/log/news \
   --with-openssl \
+  --with-perl \
+  --with-pic \
+  --with-run-dir=/run/news \
   --with-sasl \
   --with-sendmail=/usr/sbin/sendmail \
-  --with-news-user=news --with-news-group=news --with-news-master=news \
-  --with-http-dir=%{_sharedstatedir}/news/http \
-  --enable-largefiles \
-  --disable-static --with-pic
+  --with-spool-dir=/var/spool/news \
+  --with-tmp-dir=%{_sharedstatedir}/news/tmp \
+  --with-news-group=news \
+  --with-news-master=news \
+  --with-news-user=news \
 
 # Don't hardcode rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1558586
 make #%{?_smp_mflags}
 
 %install

                 reply	other threads:[~2026-08-26  8:55 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=178773450304.1.2450104713358337868.rpms-inn-2c0f0ed581f1@fedoraproject.org \
    --to=dominik@greysector.net \
    --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