public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Dvoracek <odvorace@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: Added buildrequires for perl-devel and python
Date: Wed, 26 Aug 2026 08:53:42 GMT	[thread overview]
Message-ID: <178773442234.1.1396080351122110838.rpms-inn-cce8340d76c9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : cce8340d76c99a8f3890c2bedf4404156d73cfac
Author : Ondrej Dvoracek <odvorace@fedoraproject.org>
Date   : 2007-10-02T10:48:02+00:00
Stats  : +34/-33 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/cce8340d76c99a8f3890c2bedf4404156d73cfac?branch=epel10.3

Log:
Added buildrequires for perl-devel and python

---
diff --git a/inn.spec b/inn.spec
index 0d1bb70..676bc4b 100644
--- a/inn.spec
+++ b/inn.spec
@@ -18,7 +18,7 @@ Patch4: inn-2.4.1.pie.patch
 Patch6: inn-2.4.1.posix.patch
 Patch7: inn-2.4.3.warn.patch
 Patch8: inn-2.4.2-makedbz.patch
-BuildRequires: db4-devel byacc krb5-devel pam-devel e2fsprogs-devel
+BuildRequires: perl-devel python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel
 Prereq: /sbin/chkconfig, grep, coreutils, sed
 Requires: bash >= 2.0, inews
 
@@ -40,7 +40,7 @@ are going to use a separate program which interfaces to INN, like
 newsgate or tin.
 
 %package devel
-Summary: The INN (InterNetNews) library.
+Summary: The INN (InterNetNews) library
 Group: Development/Libraries
 Requires: inn = %{version}
 
@@ -53,7 +53,7 @@ If you are installing a program which must interface with the INN news
 system, you should install inn-devel.
 
 %package -n inews
-Summary: Sends Usenet articles to a local news server for distribution.
+Summary: Sends Usenet articles to a local news server for distribution
 Group: System Environment/Daemons
 
 %description -n inews
@@ -89,16 +89,16 @@ export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fpic -D_FILE_OFFSET_BITS=64 -D_
 %endif
 
 with_tmp_path=/var/lib/news/tmp ./configure \
-	--prefix=/usr/lib/news \
-	--sysconfdir=/etc/news --mandir=%{_mandir} \
-	--with-log-dir=/var/log/news --with-spool-dir=/var/spool/news\
-	--with-db-dir=/var/lib/news --with-run-dir=/var/run/news \
-	--with-etc-dir=/etc/news --with-tmp-dir=/var/lib/news/tmp \
-	--with-perl --enable-shared --enable-uucp-rnews \
-	--enable-pgp-verify --with-sendmail=/usr/sbin/sendmail \
-	--with-news-user=news --with-news-group=news --with-news-master=news \
-	--enable-ipv6 \
-        %{_target_platform}
+  --prefix=/usr/lib/news \
+  --sysconfdir=/etc/news --mandir=%{_mandir} \
+  --with-log-dir=/var/log/news --with-spool-dir=/var/spool/news\
+  --with-db-dir=/var/lib/news --with-run-dir=/var/run/news \
+  --with-etc-dir=/etc/news --with-tmp-dir=/var/lib/news/tmp \
+  --with-perl --enable-shared --enable-uucp-rnews \
+  --enable-pgp-verify --with-sendmail=/usr/sbin/sendmail \
+  --with-news-user=news --with-news-group=news --with-news-master=news \
+  --enable-ipv6 \
+  %{_target_platform}
 
 # XXX don't include <db1/ndbm.h> to avoid linking with -ldb1.
 perl -pi -e 's/HAVE_DB1_NDBM_H/XXX_HAVE_DB1_NDBM_H/' ./include/config.h
@@ -170,25 +170,25 @@ ln -sf ../lib/news/bin/rnews $RPM_BUILD_ROOT/usr/bin/rnews
 rm -rf $RPM_BUILD_ROOT/usr/lib/news/include
 echo "%defattr(-,news,news)" > files.list
 find $RPM_BUILD_ROOT -type f -or -type l | \
-	sed -e "s|$RPM_BUILD_ROOT||g" | \
-	sed 's|^/etc/cron|%config(noreplace) %attr(-,root,root) &|' | \
-	sed 's|^/etc/rc.d|%config(noreplace) %attr(-,root,root) &|' | \
-	sed 's|^/etc|%config(noreplace) &|' | \
-	sed 's|^/etc/news|%config(noreplace) %attr(0640,news,news) &|' | \
-	sed 's|^/var/lib/news/|%config(noreplace) &|' | \
-	sed 's|.*innshellvar|%config &|' | \
-	sed 's|/var/log/news|%ghost &|' | \
-	sed 's|/usr/lib/news/bin/inndstart$|%attr(4550,root,news) /usr/lib/news/bin/inndstart|' | \
-	sed 's|/usr/lib/news/bin/startinnfeed$|%attr(4550,root,news) /usr/lib/news/bin/startinnfeed|' | \
-	sed 's|/usr/lib/news/bin/rnews$|%attr(4550,uucp,news) /usr/lib/news/bin/rnews|' > files.list
-    echo "/usr/lib/news/bin/filter/*.pyc" >> files.list
-    echo "/usr/lib/news/bin/filter/*.pyo" >> files.list
-(echo "%defattr(-,news,news)" ; grep -v inews files.list | \
-	egrep -v "\.(h|so|a|la)$" | \
-	grep -v "news/inn.conf" | \
-	grep -v "/man/") > files.main
-echo "%defattr(-,root,root)" > files.devel
-egrep "\.(h|so|a|la)$" files.list >> files.devel
+  sed -e "s|$RPM_BUILD_ROOT||g" | \
+  sed 's|^/etc/cron|%config(noreplace) %attr(-,root,root) &|' | \
+  sed 's|^/etc/rc.d|%config(noreplace) %attr(-,root,root) &|' | \
+  sed 's|^/etc|%config(noreplace) &|' | \
+  sed 's|^/etc/news|%config(noreplace) %attr(0640,news,news) &|' | \
+  sed 's|^/var/lib/news/|%config(noreplace) &|' | \
+  sed 's|.*innshellvar|%config &|' | \
+  sed 's|/var/log/news|%ghost &|' | \
+  sed 's|/usr/lib/news/bin/inndstart$|%attr(4550,root,news) /usr/lib/news/bin/inndstart|' | \
+  sed 's|/usr/lib/news/bin/startinnfeed$|%attr(4550,root,news) /usr/lib/news/bin/startinnfeed|' | \
+  sed 's|/usr/lib/news/bin/rnews$|%attr(4550,uucp,news) /usr/lib/news/bin/rnews|' > files.list 
+  echo "/usr/lib/news/bin/filter/*.pyc" >> files.list
+  echo "/usr/lib/news/bin/filter/*.pyo" >> files.list
+  (echo "%defattr(-,news,news)" ; grep -v inews files.list | \
+  egrep -v "\.(h|so|a|la)$" | \
+  grep -v "news/inn.conf" | \
+  grep -v "/man/") > files.main
+  echo "%defattr(-,root,root)" > files.devel
+  egrep "\.(h|so|a|la)$" files.list >> files.devel
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -291,8 +291,9 @@ exit 0
 %{_mandir}/man1/inews*
 
 %changelog
-* Mon Oct 01 2006 Ondrej Dvoracek <odvorace@redhat.com> 2.4.3-7
+* Tue Oct 02 2007 Ondrej Dvoracek <odvorace@redhat.com> 2.4.3-7
 - initscript review (#246951)
+- added buildrequires for perl-devel and python
 
 * Tue Aug 29 2006 Martin Stransky <stransky@redhat.com> 2.4.3-6
 - added dist tag

                 reply	other threads:[~2026-08-26  8:53 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=178773442234.1.1396080351122110838.rpms-inn-cce8340d76c9@fedoraproject.org \
    --to=odvorace@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