summaryrefslogtreecommitdiffstats
path: root/packaging/fedora-doc-common.spec
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-02-13 17:05:26 +0000
committerPaul W. Frields <stickster@gmail.com>2006-02-13 17:05:26 +0000
commit4e354310b0c29642a09ce61c971f5d1d5473d628 (patch)
tree0318bb026954fe3e9ffbbf6d34ff6c7fa48ee46f /packaging/fedora-doc-common.spec
parent816c59d93ba0f4c5f3cb901f455662cb90ceb43a (diff)
downloadfedora-doc-utils-4e354310b0c29642a09ce61c971f5d1d5473d628.tar.gz
fedora-doc-utils-4e354310b0c29642a09ce61c971f5d1d5473d628.tar.xz
fedora-doc-utils-4e354310b0c29642a09ce61c971f5d1d5473d628.zip
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
Diffstat (limited to 'packaging/fedora-doc-common.spec')
-rw-r--r--packaging/fedora-doc-common.spec18
1 files changed, 10 insertions, 8 deletions
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 <stickster@gmail.com> - 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 <stickster@gmail.com> - 0.3-1
- Move to XInclude for all legalnotice content