summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Travis <immanetize@fedoraproject.org>2014-12-19 22:58:06 -0700
committerPete Travis <immanetize@fedoraproject.org>2014-12-19 22:58:06 -0700
commitec46cc069f066e4228ebfa79bbc1e174d7987290 (patch)
treed21739f6df9b9bbb8f823e70e2d8ae75d424b2ff
parent08b01b8f3f227bda87ee2591c7e6ccb379fad187 (diff)
downloadrpmbuild-docsite.tar.gz
rpmbuild-docsite.tar.xz
rpmbuild-docsite.zip
speccy spec specdocsite
-rw-r--r--SPECS/Fedora_Documentation-web-home.spec56
1 files changed, 56 insertions, 0 deletions
diff --git a/SPECS/Fedora_Documentation-web-home.spec b/SPECS/Fedora_Documentation-web-home.spec
new file mode 100644
index 0000000..8e009bb
--- /dev/null
+++ b/SPECS/Fedora_Documentation-web-home.spec
@@ -0,0 +1,56 @@
+%define wwwdir %{_localstatedir}/www/html/docs
+
+Name: Fedora_Documentation-web-home
+Version: 21.03
+Release: 1%{?dist}
+Summary: Welcome to Fedora
+Group: Documentation
+License: CC-BY-SA
+URL: https://docs.fedoraproject.org
+Source: %{name}-%{version}.tgz
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: publican-API = 4.1
+Requires: publican-API = 4.1
+BuildRequires: publican-fedora
+Requires: publican-fedora-web
+
+%description
+This is Publican Website home page using the brand: publican-fedora
+
+%prep
+%setup -q
+
+%build
+publican build --nocolours --embedtoc --formats="html-single" --langs=all --publish
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/%{wwwdir}
+cp -rf publish/home/* $RPM_BUILD_ROOT/%{wwwdir}/.
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%{wwwdir}/*
+
+%changelog
+* Fri Dec 19 2014 Pete Travis <immanetize@fedoraproject.org 21.03-1
+- more testing with alternative sources
+
+* Fri Dec 12 2014 Pete Travis <me@petetravis.com> - 21-2
+- trying with Common_Content included
+
+* Thu Dec 11 2014 Pete Travis <immanetize@fedoraproject.org> - 21-01
+- F21 home, first edition
+
+* Fri Jun 28 2013 RĂ¼diger Landmann <rlandmann@redhat.com> - 2-1
+- Rebuild for Publican 3
+
+* Sun Apr 18 2010 Fedora Documentation Project <docs@lists.fedoraproject.org> - 1-1
+- Initial creation of book by publican
+
+
+