From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-June/016520.html | 118 +++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-June/016520.html (limited to 'zarb-ml/mageia-dev/2012-June/016520.html') diff --git a/zarb-ml/mageia-dev/2012-June/016520.html b/zarb-ml/mageia-dev/2012-June/016520.html new file mode 100644 index 000000000..8e5876fd1 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-June/016520.html @@ -0,0 +1,118 @@ + + + + [Mageia-dev] unpackaged files lurking in the weeds + + + + + + + + + +

[Mageia-dev] unpackaged files lurking in the weeds

+ Colin Guthrie + mageia at colin.guthr.ie +
+ Fri Jun 15 10:53:52 CEST 2012 +

+
+ +
'Twas brillig, and David Walser at 15/06/12 01:42 did gyre and gimble:
+> So, maybe we should do something about this.  My preference would
+> have rpm still complain about unpackaged %excluded files, but not
+> die, just give a warning instead.
+
+Personally, I don't see the point in using %exclude to exclude files
+completely from all sub packages. We can just use "rm" in the the
+%install section for that (we typically already do that to remove *.la
+files for example).
+
+So for me %exclude should only operate on subpackage file list and
+should only be useful to undo any wildcard inclusions:
+
+e.g.
+%files
+%{_libdir}/foo/*
+%exclude %{_libdir}/foo/something-in-another-sub-package
+
+%files -n sub
+%{_libdir}/foo/something-in-another-sub-package
+
+
+That kind of thing.
+
+That, to me, seems most logical. I'm not sure what the upstream
+behaviour is, but I would agree that we should follow it all the same
+even if the goal would be to push for upstream changes when needed.
+
+Cheers
+
+Col
+
+-- 
+
+Colin Guthrie
+colin(at)mageia.org
+http://colin.guthr.ie/
+
+Day Job:
+  Tribalogic Limited http://www.tribalogic.net/
+Open Source:
+  Mageia Contributor http://www.mageia.org/
+  PulseAudio Hacker http://www.pulseaudio.org/
+  Trac Hacker http://trac.edgewall.org/
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1