public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: stop installing excluded files
@ 2026-08-26 8:07 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-26 8:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
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
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*
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 8:07 [rpms/inn] epel10: stop installing excluded files Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox