summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/fedora-doc-common.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/packaging/fedora-doc-common.spec b/packaging/fedora-doc-common.spec
index ba1be64..a6464f4 100644
--- a/packaging/fedora-doc-common.spec
+++ b/packaging/fedora-doc-common.spec
@@ -6,9 +6,9 @@
Summary: Fedora Documentation common files
Name: fedora-doc-common
# To be defined in Makefile
-Version: 0.3.2
+Version: 0.4.1
Release: 1
-License: OPL
+License: Distributable
Url: http://fedora.redhat.com/projects/docs/
Source0: fedora-doc-common-%version.src.tar.gz
Group: Documentation
@@ -44,8 +44,9 @@ do
install -m 644 bin/${i} \
%{docs_common}/bin/
done
-install -d -m 755 %{docs_common}/common/
+install -d -m 755 %{docs_common}/common/entities
install -m 644 common/*.{xml,ent} %{docs_common}/common/
+install -m 644 common/entities/* %{docs_common}/common/entities/
install -d -m 755 %{docs_common}/css/
install -m 644 css/* %{docs_common}/css/
install -d -m 755 $RPM_BUILD_ROOT/%{_sysconfdir}/xdg/menus/applications-merged/
@@ -74,10 +75,16 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root,-)
%{_datadir}/fedora/
-%{_datadir}/apps/khelpcenter/plugins/Fedora/
+%{_datadir}/apps/khelpcenter/
%{_sysconfdir}/xdg/menus/applications-merged/*
%changelog
+* Tue Apr 11 2006 Paul W. Frields <stickster@gmail.com> - 0.4.1-1
+- Fix building routines to accommodate new entity parsing functions
+
+* Sat Mar 11 2006 Paul W. Frields <stickster@gmail.com> - 0.4.0-1
+- Updated build processes for proper locale generation
+
* Tue Feb 14 2006 Paul W. Frields <stickster@gmail.com> - 0.3.2-1
- Accommodate users' local %_build_name_fmt
- Improve readability with macro in spec file