From: Heikki Junes Date: Thu, 28 Nov 2002 22:00:00 +0000 (+0000) Subject: Set root-owner for doc. X-Git-Tag: release/1.7.9~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9d1d49cd8fd03c9130658a40b7327b8899a5babd;p=lilypond.git Set root-owner for doc. --- diff --git a/ChangeLog b/ChangeLog index 7a3bbb971a..5de30b28a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,10 @@ * Documentation/user/refman.itely: Mention Info inside emacs. + * lilypond.suse.spec.in: + * lilypond.redhat.spec.in: + * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). + 2002-11-27 Jan Nieuwenhuizen * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of diff --git a/make/lilypond.mandrake.spec.in b/make/lilypond.mandrake.spec.in index 787ec6b215..b674286972 100644 --- a/make/lilypond.mandrake.spec.in +++ b/make/lilypond.mandrake.spec.in @@ -2,7 +2,7 @@ %define name lilypond %define version @TOPLEVEL_VERSION@ -%define release 1mdk +%define release 2mdk Summary: A program for printing sheet music. Name: %{name} @@ -165,6 +165,7 @@ rm -rf $RPM_BUILD_ROOT # %_liconsdir/* %files documentation +%defattr(-, root, root) %doc web/ diff --git a/make/lilypond.redhat.spec.in b/make/lilypond.redhat.spec.in index 38a680bd97..4ce88f3013 100644 --- a/make/lilypond.redhat.spec.in +++ b/make/lilypond.redhat.spec.in @@ -143,6 +143,7 @@ chkfontpath --remove=%{_datadir}/share/lilypond/@TOPLEVEL_VERSION@/fonts/type1/ /etc/profile.d/lilypond.* %files documentation +%defattr(-, root, root) %doc web/ diff --git a/make/lilypond.suse.spec.in b/make/lilypond.suse.spec.in index 14017852de..657a10893d 100644 --- a/make/lilypond.suse.spec.in +++ b/make/lilypond.suse.spec.in @@ -261,6 +261,7 @@ touch var/adm/SuSEconfig/run-texhash #%{_prefix}/../etc/profile.d/lilypond.* %files doc +%defattr(-, root, root) # this gets too messy...