packages: trac-plugin-doxygen/trac-plugin-doxygen.spec - package cache dir ...
glen
glen at pld-linux.org
Mon May 17 21:49:52 CEST 2010
Author: glen Date: Mon May 17 19:49:52 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- package cache dir for docs; rel 2
---- Files affected:
packages/trac-plugin-doxygen:
trac-plugin-doxygen.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/trac-plugin-doxygen/trac-plugin-doxygen.spec
diff -u packages/trac-plugin-doxygen/trac-plugin-doxygen.spec:1.3 packages/trac-plugin-doxygen/trac-plugin-doxygen.spec:1.4
--- packages/trac-plugin-doxygen/trac-plugin-doxygen.spec:1.3 Sat May 15 00:46:51 2010
+++ packages/trac-plugin-doxygen/trac-plugin-doxygen.spec Mon May 17 21:49:47 2010
@@ -4,7 +4,7 @@
Summary: Integrates doxygen documentation into Trac
Name: trac-plugin-%{plugin}
Version: 0.11.0.2
-Release: 1
+Release: 2
License: BSD-like
Group: Applications/WWW
Source0: http://trac-hacks.org/changeset/latest/doxygenplugin/0.11?old_path=/&filename=doxygenplugin/0.11&format=zip&/%{plugin}.zip
@@ -15,10 +15,13 @@
BuildRequires: python-modules
BuildRequires: rpm-pythonprov
BuildRequires: unzip
+Requires: group(http)
Requires: trac >= %{trac_ver}.7-3
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define doxygendir /var/cache/%{name}
+
%description
The aim is to embed one or multiple doxygen-generated documentation(s)
within Trac, in order to have consistent look and feel, and easy
@@ -35,6 +38,7 @@
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{doxygendir}
cd %{trac_ver}
%{__python} setup.py install \
--single-version-externally-managed \
@@ -53,6 +57,7 @@
%defattr(644,root,root,755)
%{py_sitescriptdir}/doxygentrac
%{py_sitescriptdir}/TracDoxygen-*.egg-info
+%dir %attr(775,root,http) %{doxygendir}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -60,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2010/05/17 19:49:47 glen
+- package cache dir for docs; rel 2
+
Revision 1.3 2010/05/14 22:46:51 sparky
- BR: python-distribute, python-modules, rpm-pythonprov, unzip
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/trac-plugin-doxygen/trac-plugin-doxygen.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list