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: stop installing excluded files
Date: Wed, 26 Aug 2026 08:55:19 GMT	[thread overview]
Message-ID: <178773451913.1.15770065644158059873.rpms-inn-a09162872f09@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : a09162872f09ddbe09e238f4c8de51436dd2eb23
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date   : 2021-02-18T09:45:57+01:00
Stats  : +0/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/a09162872f09ddbe09e238f4c8de51436dd2eb23?branch=epel10.3

Log:
stop installing excluded files

---
diff --git a/inn.spec b/inn.spec
index d50a56c..caf5e0d 100644
--- a/inn.spec
+++ b/inn.spec
@@ -157,10 +157,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
 # -- Install man pages needed by suck et al.
 mkdir -p $RPM_BUILD_ROOT%{_includedir}/inn
 
-for f in clibrary.h config.h
-do
-    install -p -m 0644 ./include/$f $RPM_BUILD_ROOT%{_includedir}/inn
-done
 for f in defines.h system.h libinn.h storage.h options.h dbz.h
 do
     install -p -m 0644 ./include/inn/$f $RPM_BUILD_ROOT%{_includedir}/inn
@@ -608,8 +604,6 @@ fi
 
 %files devel
 %{_includedir}/inn
-%exclude %{_includedir}/inn/clibrary.h
-%exclude %{_includedir}/inn/config.h
 %{_libdir}/lib*.so
 %{_mandir}/man3/*
 %exclude %{_mandir}/man3/INN::Config.3pm*

                 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=178773451913.1.15770065644158059873.rpms-inn-a09162872f09@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