diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6cf6254..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -publican-fedora-1.8.tgz -/publican-fedora-4.0.tgz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..83ca9c7 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +No longer needed/developed. https://bugzilla.redhat.com/show_bug.cgi?id=1749878 diff --git a/publican-fedora.spec b/publican-fedora.spec deleted file mode 100644 index ccb797f..0000000 --- a/publican-fedora.spec +++ /dev/null @@ -1,213 +0,0 @@ -%define brand fedora -%define wwwdir /var/www/html/docs - -Name: publican-%{brand} -Summary: Publican documentation template files for %{brand} -Version: 4.0 -Release: 11%{?dist} -License: CC-BY-SA -BuildArch: noarch -Source: http://git.fedorahosted.org/cgit/%{name}-%{version}-%{release}.tar.bz2 -BuildRequires: publican >= 4.0 -Requires: publican >= 4.0 -URL: https://fedorahosted.org/publican -Provides: documentation-devel-%{brand} = %{version}-%{release} -Obsoletes: documentation-devel-%{brand} < %{version}-%{release} - -%description -This package provides common files and templates needed to build documentation -for %{brand} with publican. - -%package web -Summary: Web styles for %{brand} -Requires: publican >= 4.0 - -%description web -Web Site common files for the %{brand} brand. - -%prep -%setup -q -n %{name}-%{version}-%{release} - -%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 install_brand --path=$RPM_BUILD_ROOT%{_datadir}/publican/Common_Content -mkdir -p -m755 $RPM_BUILD_ROOT/%{wwwdir}/%{brand} -publican install_brand --web --path=$RPM_BUILD_ROOT/%{wwwdir}/%{brand} -install -p site-overrides.css $RPM_BUILD_ROOT/%{wwwdir}/%{brand}/ -%files -%doc README -%doc COPYING -%{_datadir}/publican/Common_Content/%{brand} - -%files web -%{wwwdir}/%{brand} - -%changelog -* Fri Jul 26 2019 Fedora Release Engineering - 4.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Feb 02 2019 Fedora Release Engineering - 4.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 4.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 4.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 4.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 4.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 4.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Jun 18 2015 Fedora Release Engineering - 4.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue Feb 4 2014 Rüdiger Landmann 4.0-1 -- Rebuild against Publican 4.0 - -* Thu Jan 30 2014 Rüdiger Landmann 4.0-0 -- Update brand for Publican 4.0 - -* Thu Mar 8 2012 Rüdiger Landmann 3.0-1 -- Update brand for Publican 3.0 - -* Sun Aug 29 2010 Rüdiger Landmann 2.0-0 -- Extend callout graphics to 40; adjust colour and font BZ #629804 -- Restrict CSS style for edition to title pages to avoid applying to bibliographies - -* Sun Aug 29 2010 Rüdiger Landmann 1.9-0 -- Note ownership of MySQL trademark per Pamela Chestek -- Low German translation from Nils-Christoph Fiedler -- Persian translation from Mostafa Daneshvar - -* Mon Jul 12 2010 Rüdiger Landmann 1.8-0 -- Localizations for image_right.png - -* Mon Jul 5 2010 Jeff Fearn 1.7 -- Port to Publican 2 - -* Thu Jun 10 2010 Jeff Fearn 1.6 -- Remove HTML term color. BZ #592822 - -* Tue May 04 2010 Rüdiger Landmann 1.5-0 -- turn article ToCs back on for now - -* Thu Mar 25 2010 Rüdiger Landmann 1.4-0 -- add trademark notices for XFS and Java per Pamela Chestek - -* Fri Nov 20 2009 Rüdiger Landmann 1.3-0 -- rename sr-LATN to sr-Latn-RS - -* Fri Nov 20 2009 Ryan Lerch 1.2-0 -- new Documentation graphic -- image_right.png - -* Mon Nov 9 2009 Rüdiger Landmann 1.1 -- update license to CC-BY-SA (BZ#533741) - -* Fri Oct 30 2009 Jeff Fearn 1.0 -- port to publican 1.0. - -* Fri Mar 13 2009 Jeff Fearn 0.19 -- Fix right to left fo ar-AR. BZ #486162 -- Patches and translations by Muayyad Alsadi - -* Mon Mar 9 2009 Jeff Fearn 0.18 -- Add symlinks for langauges without country codes. BZ #487256 -- Fri Mar 6 2009 Piotr Drąg -- Translate Fedora Feedback into Polish -- Wed Mar 4 2009 Miloš Komarčević -- Translate Fedora Feedback into Serbian -- Translate Fedora Feedback into Serbian (Latin) -- Wed Mar 4 2009 Richard van der Luit -- Corrections to Fedora Feedback in Dutch -- Sat Feb 28 2009 Rui Gouveia -- Translate Fedora Feedback into European Portuguese -- Fri Feb 27 2009 Richard van der Luit -- Translate Fedora Feedback into Dutch - -* Mon Jan 5 2009 Jeff Fearn 0.17 -- Add LICENSE override for RPMs. BZ #477720 - -* Mon Dec 1 2008 Jeff Fearn 0.16 -- resave title_logo.png. BZ #474075 -- Add override for PROD_URL - -* Tue Sep 9 2008 Jeff Fearn 0.15 -- Removed corpauthor from template. BZ #461222 -- Updated Fedora legal notice. BZ #448022 - -* Mon Sep 1 2008 Jeff Fearn 0.14-0 -- Fix styles for publican 0.35 mods -- Removed common entity files as they break translation -- Remove ID's from common files. BZ #460770 - -* Mon Apr 14 2008 Jeff Fearn 0.13-0 -- Fix missing list image in html-single articles -- QANDA set css fix BZ #442674 -- Override PDF Theme -- Added package tag BZ #444908 -- Added Article and Set Templates - -* Mon Apr 7 2008 Jeff Fearn 0.12-0 -- Add Desktop css customisations - -* Tue Mar 4 2008 Andy Fitzsimon 0.11-0 -- optimised default stylesheet colours -- author group improvements -- formatting for revision history -- merged tocnav and documentation.css to defauly.css -- updated icons - -* Thu Feb 28 2008 Jeff Fearn 0.10-0 -- Added PRODUCT entity with default msg. BZ #431171 -- Added BOOKID entity with default msg. BZ #431171 -- Fix keycap hard to read in admon BZ #369161 -- Added Brand Makefile -- Fix docs URL BZ #434733 - -* Thu Feb 14 2008 Jeff Fearn 0.9-0 -- Changed Group -- Updated Legal Notice -- Removed Requires(post) and Requires(postun) -- Added missing logo.png -- Updated Summary - -* Wed Feb 13 2008 Jeff Fearn 0.8-1 -- Correct License name -- Remove release from urls and file names - -* Tue Feb 12 2008 Jeff Fearn 0.8-0 -- Setup per Brand Book_Templates -- Fix soure and URL paths -- Use release in source path -- add OPL text as COPYING - -* Mon Feb 11 2008 Jeff Fearn 0.7-0 -- Updated YEAR entity with better message. - -* Fri Feb 01 2008 Jeff Fearn 0.6-0 -- Switch from documentation-devil to publican - -* Thu Jan 17 2008 Jeff Fearn 0.5-0 -- Switch from documentation-devel to documentation-devil - -* Wed Jan 02 2008 Jeff Fearn 0.4-0 -- Default YEAR and HOLDER. BZ #426040 - -* Fri Jul 20 2007 Jeff Fearn 0.3-0 -- Update - -* Fri Jul 13 2007 Jeff Fearn 0.1-0 -- Initial creation diff --git a/sources b/sources deleted file mode 100644 index 971166c..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -4ca5cd86d64eb86c7ee8bb4307d466aa publican-fedora-4.0.tgz