diff --git a/doc/publican-clusterlabs/publican-clusterlabs.spec b/doc/publican-clusterlabs/publican-clusterlabs.spec index 9d0cbe73a4..c2bcf95e35 100644 --- a/doc/publican-clusterlabs/publican-clusterlabs.spec +++ b/doc/publican-clusterlabs/publican-clusterlabs.spec @@ -1,43 +1,43 @@ %define brand clusterlabs Name: publican-clusterlabs Summary: Common documentation files for %{brand} Version: 0.1 Release: 0%{?dist} License: SETUP: Set This Group: Applications/Text Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildarch: noarch Source: https://www.SETUP.set.me.example.com/source/%{name}-%{version}.tgz Requires: publican >= 1.0 BuildRequires: publican >= 1.0 URL: https://www.SETUP.set.me.example.com %description This package provides common files and templates needed to build documentation for %{brand} with publican. %prep %setup -q %build publican build --formats=xml --langs=all --publish %install rm -rf $RPM_BUILD_ROOT mkdir -p -m755 $RPM_BUILD_ROOT%{_datadir}/publican/Common_Content -publican installbrand --path=$RPM_BUILD_ROOT%{_datadir}/publican/Common_Content +publican install_brand --path=$RPM_BUILD_ROOT%{_datadir}/publican/Common_Content %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README %doc COPYING %{_datadir}/publican/Common_Content/%{brand} %changelog * Thu Nov 12 2009 SETUP:YourName 0.1 - Created Brand