From 4e354310b0c29642a09ce61c971f5d1d5473d628 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Mon, 13 Feb 2006 17:05:26 +0000 Subject: Push to 0.3.1: - Update Makefile to properly remove supporting source files - Support generation of fdp-info in local build environment - Include additional scripts - Revert spec.xsl to distinguish local builds from CVS builds --- packaging/fedora-doc-common.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'packaging/fedora-doc-common.spec') diff --git a/packaging/fedora-doc-common.spec b/packaging/fedora-doc-common.spec index 605b126..d0deb31 100644 --- a/packaging/fedora-doc-common.spec +++ b/packaging/fedora-doc-common.spec @@ -5,7 +5,7 @@ Summary: Fedora Documentation common files Name: fedora-doc-common # To be defined in Makefile -Version: 0.3 +Version: 0.3.1 Release: 1 License: FDL Url: http://fedora.redhat.com/projects/docs/ @@ -32,21 +32,17 @@ This package contains the following official Fedora Documentation components: %install rm -rf $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT/%{_datadir}/fedora/doc/docs-common/bin/ -for i in xmlformat xmldiff copy-figs tidy-bowl fdpsh doctype +for i in xmlformat xmldiff copy-figs tidy-bowl fdpsh doctype db2rpm-info \ + move-if-change do install -m 755 bin/${i} \ $RPM_BUILD_ROOT/%{_datadir}/fedora/doc/docs-common/bin/ done for i in xmlformat-fdp.conf xmldiff.pl active fdp-functions do - install -m 755 bin/${i} \ + install -m 644 bin/${i} \ $RPM_BUILD_ROOT/%{_datadir}/fedora/doc/docs-common/bin/ done -# Correct exceptions to make rpmlint happy -for i in active fdp-functions xmlformat-fdp.conf -do - chmod 644 $RPM_BUILD_ROOT/%{_datadir}/fedora/doc/docs-common/bin/${i} -done install -d -m 755 $RPM_BUILD_ROOT/%{_datadir}/fedora/doc/docs-common/common/ install -m 644 common/*.{xml,ent} \ $RPM_BUILD_ROOT/%{_datadir}/fedora/doc/docs-common/common/ @@ -107,6 +103,12 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/xdg/menus/applications-merged/* %changelog +* Mon Feb 13 2006 Paul W. Frields - 0.3.1-1 +- Update Makefile to properly remove supporting source files +- Support generation of fdp-info in local build environment +- Include additional scripts +- Revert spec.xsl to distinguish local builds from CVS builds + * Sun Feb 12 2006 Paul W. Frields - 0.3-1 - Move to XInclude for all legalnotice content -- cgit