Hello community,
here is the log from the commit of package opensuse-manuals_en for
openSUSE:Factory checked in at 2013-09-07 07:37:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-manuals_en (Old)
and /work/SRC/openSUSE:Factory/.opensuse-manuals_en.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-manuals_en"
Changes:
--------
--- /work/SRC/openSUSE:Factory/opensuse-manuals_en/opensuse-manuals_en.changes
2013-08-28 21:16:15.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.opensuse-manuals_en.new/opensuse-manuals_en.changes
2013-09-07 07:37:11.000000000 +0200
@@ -1,0 +2,16 @@
+Thu Sep 5 09:19:49 UTC 2013 - [email protected]
+
+- Fix apparmor obsolete statement (revert it completely).
+
+-------------------------------------------------------------------
+Thu Aug 29 11:38:17 UTC 2013 - [email protected]
+
+- Revert apparmor obsolete statement (keep literal version number
+ there).
+
+-------------------------------------------------------------------
+Thu Aug 15 23:01:25 CEST 2013 - [email protected]
+
+- Fix integration with KDE
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ opensuse-manuals_en.spec ++++++
--- /var/tmp/diff_new_pack.vQmGdF/_old 2013-09-07 07:37:12.000000000 +0200
+++ /var/tmp/diff_new_pack.vQmGdF/_new 2013-09-07 07:37:12.000000000 +0200
@@ -131,7 +131,7 @@
This guide introduces basic concepts of system tuning.
%prep
-#%%setup -c -q
+%{nil %setup -c -q}
%setup -c -q -n %{name}-%{version}/opensuse-html
#PREP
%setup -c -q -T -D -n %{name}-%{version}
@@ -146,7 +146,7 @@
package_dir=$(daps -d DC-opensuse-html package-html --documentfiles
--pagefiles)
tar xvf $package_dir/opensuse-html_%{my_lang}-html.tar.bz2
echo opensuse-html > %{name}.filelist
-# ls -l build/%my_book/package
+%{nil ls -l build/%my_book/package }
document_files_dir=$package_dir
# copy .page file
cp $document_files_dir/*.page %name.page
@@ -244,7 +244,13 @@
%{buildroot}/%{_defaultdocdir}/%{name}
mkdir -p %{buildroot}/%{_datadir}/kde4/apps/khelpcenter/plugins
cp desktop/%{name}.desktop \
- %{buildroot}/%{_datadir}/kde4/apps/khelpcenter/plugins
+ %{buildroot}%{_datadir}/kde4/apps/khelpcenter/plugins
+# KDE integration hack, mandatory until you fix DAPS
+cat <<'#EOF'
>'%{buildroot}%{_datadir}/kde4/apps/khelpcenter/plugins/%{name}.desktop'
+[Desktop Entry]
+X-DocPath=file://%{_docdir}/%{name}/index.html
+Name=openSUSE Documentation
+#EOF
%suse_update_desktop_file '%{name}'
if [ %{my_lang} = en ]; then
yelp_document_dir=%{_datadir}/help
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]