packages: trac-plugin-doxygen/trac-plugin-doxygen.spec (NEW) - new
glen
glen at pld-linux.org
Sun May 2 23:05:51 CEST 2010
Author: glen Date: Sun May 2 21:05:51 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- new
---- Files affected:
packages/trac-plugin-doxygen:
trac-plugin-doxygen.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/trac-plugin-doxygen/trac-plugin-doxygen.spec
diff -u /dev/null packages/trac-plugin-doxygen/trac-plugin-doxygen.spec:1.1
--- /dev/null Sun May 2 23:05:51 2010
+++ packages/trac-plugin-doxygen/trac-plugin-doxygen.spec Sun May 2 23:05:45 2010
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+%define trac_ver 0.11
+%define plugin doxygen
+Summary: Integrates doxygen documentation into Trac
+Name: trac-plugin-%{plugin}
+Version: 0.11.0.2
+Release: 1
+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
+# Source0-md5: 2e009d081920b2ec80e43cbdd2d7b138
+URL: http://trac-hacks.org/wiki/DoxygenPlugin
+BuildRequires: python-devel
+Requires: trac >= %{trac_ver}.7-3
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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
+referencing to doxygen pages using the usual TracLinks and the
+doxygen: prefix.
+
+%prep
+%setup -q -n %{plugin}plugin
+
+%build
+cd %{trac_ver}
+%{__python} setup.py build
+%{__python} setup.py egg_info
+
+%install
+rm -rf $RPM_BUILD_ROOT
+cd %{trac_ver}
+%{__python} setup.py install \
+ --single-version-externally-managed \
+ --optimize 2 \
+ --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+trac-enableplugin doxygentrac.doxygentrac
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/doxygentrac
+%{py_sitescriptdir}/TracDoxygen-*.egg-info
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2010/05/02 21:05:45 glen
+- new
================================================================
More information about the pld-cvs-commit
mailing list