From 837266a0d55d050ad86eb47b165c0a46af423ce3 Mon Sep 17 00:00:00 2001 From: Zamir SUN Date: Oct 28 2018 14:20:54 +0000 Subject: Add subpackage deepin-manual-directory to temporary own dman dir. --- diff --git a/deepin-desktop-base.spec b/deepin-desktop-base.spec index 017a4a9..1b92011 100644 --- a/deepin-desktop-base.spec +++ b/deepin-desktop-base.spec @@ -1,6 +1,6 @@ Name: deepin-desktop-base Version: 2018.7.23 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Base component for Deepin License: GPLv3 URL: https://github.com/linuxdeepin/deepin-desktop-base @@ -16,6 +16,12 @@ This package provides some components for Deepin desktop environment. - login screen background image - language information +%package -n deepin-manual-directory +Summary: Package that owns the Deepin manual directory + +%description -n deepin-manual-directory +This package owns the Deepin manual directory. This is a workaround before deepin-manual actually comes into Fedora to unblock packaging. + %prep %setup -q @@ -35,6 +41,8 @@ sed -i 's|/usr/lib|%{_datadir}|' Makefile # Make a symlink for deepin-version ln -sfv %{_datadir}/deepin/desktop-version %{buildroot}/etc/deepin-version +mkdir %{buildroot}/%{_datadir}/dman +echo "This package owns the Deepin manual directory. This is a workaround before deepin-manual actually comes into Fedora to unblock packaging." > %{buildroot}/%{_datadir}/dman/README.Fedora %files %license LICENSE @@ -47,7 +55,13 @@ ln -sfv %{_datadir}/deepin/desktop-version %{buildroot}/etc/deepin-version %{_datadir}/i18n/language_info.json %{_datadir}/plymouth/deepin-logo.png +%files -n deepin-manual-directory +%{_datadir}/dman + %changelog +* Sat Oct 28 2018 Zamir SUN - 2018.7.23-2 +- Add subpackage deepin-manual-directory to temporary own dman dir. + * Mon Jul 23 2018 mosquito - 2018.7.23-1 - Update to 2018.7.23