rpms/publican-ovirt/F-9 publican-ovirt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alan Pevec apevec at fedoraproject.org
Thu Oct 16 07:52:06 UTC 2008


Author: apevec

Update of /cvs/pkgs/rpms/publican-ovirt/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29360

Modified Files:
	.cvsignore sources 
Added Files:
	publican-ovirt.spec 
Log Message:
Initial import.



--- NEW FILE publican-ovirt.spec ---
%define brand oVirt

Name:		publican-ovirt
Summary:	Common documentation files for %{brand}
Version:	0.4
Release:	3%{?dist}
License:	Open Publication
Group:		Applications/Text
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Buildarch:	noarch
Source:		https://fedorahosted.org/releases/p/u/publican/%{name}-%{version}.tgz
Requires:	publican
BuildRequires:	publican
URL:		https://fedorahosted.org/publican

%description
This package provides common files and templates needed to build documentation
for %{brand} with publican.

%prep
%setup -q

%build
%{__make} Common_Content

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p -m755 $RPM_BUILD_ROOT%{_datadir}/publican/Templates
mkdir -p -m755 $RPM_BUILD_ROOT%{_datadir}/publican/make
mkdir -p -m755 $RPM_BUILD_ROOT%{_datadir}/publican/xsl/%{brand}
cp -rpf Common_Content $RPM_BUILD_ROOT%{_datadir}/publican/
cp -rpf Book_Template $RPM_BUILD_ROOT%{_datadir}/publican/Templates/%{brand}-Book_Template
cp -rpf Set_Template $RPM_BUILD_ROOT%{_datadir}/publican/Templates/%{brand}-Set_Template
cp -rpf Article_Template $RPM_BUILD_ROOT%{_datadir}/publican/Templates/%{brand}-Article_Template
install -p -m 644 make/Makefile.%{brand} $RPM_BUILD_ROOT%{_datadir}/publican/make/.
install -p -m 644 xsl/*.xsl $RPM_BUILD_ROOT%{_datadir}/publican/xsl/%{brand}/.

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%doc COPYING
%{_datadir}/publican/Common_Content/%{brand}
%{_datadir}/publican/Templates/%{brand}-*_Template
%{_datadir}/publican/make/Makefile.%{brand}
%{_datadir}/publican/xsl/%{brand}

%changelog
* Fri Oct 03 2008 Alan Pevec <apevec at redhat.com> 0.4-3
- Fedora review feedback: use official upstream tarball and preserve timestamps

* Mon Sep 15 2008 Alan Pevec <apevec at redhat.com> 0.4-2
- Initial Fedora submission, fix rpmlint errors

* Tue Sep 9 2008 Jeff Fearn <jfearn at redhat.com> 0.4-1
- Removed corpauthor from template. BZ #461222
- Removed OPL restriction. BZ #460268

* Mon Sep 1 2008 Jeff Fearn <jfearn at redhat.com> 0.3-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 Jun 16 2008 Jeff Fearn <jfearn at redhat.com> 0.2-0
- Added Article and Set Templates
- Added code highlighting to CSS
- Turned on STRICT mode as required to get on to redhat.com/docs

* Thu Jun 2 2008 Andy Fitzsimon <afitzsim at redhat.com> 0.1-1
- common content css and images update

* Thu May 22 2008 Jeff Fearn <jfearn at redhat.com> 0.1-0
- Initial creation


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/publican-ovirt/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2008 16:57:13 -0000	1.1
+++ .cvsignore	16 Oct 2008 07:51:36 -0000	1.2
@@ -0,0 +1 @@
+publican-ovirt-0.4.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/publican-ovirt/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2008 16:57:13 -0000	1.1
+++ sources	16 Oct 2008 07:51:36 -0000	1.2
@@ -0,0 +1 @@
+8e60459257b6ec5d43ad34b5cd330a8f  publican-ovirt-0.4.tgz




More information about the fedora-extras-commits mailing list