rpms/trac-doxygen-plugin/devel trac-doxygen-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Tue Dec 18 15:36:32 UTC 2007


Author: sergiopr

Update of /cvs/pkgs/rpms/trac-doxygen-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12505/devel

Modified Files:
	.cvsignore sources 
Added Files:
	trac-doxygen-plugin.spec 
Log Message:
Importing trac-doxygen-plugin



--- NEW FILE trac-doxygen-plugin.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define svnrev 2892
%define upname doxygenplugin

Name: trac-doxygen-plugin
Version: 0.4
Release: 0.3.r%{svnrev}%{?dist}
Summary: Integrates doxygen documentation into Trac
License: BSD

Group: Applications/Internet
URL: http://trac-hacks.org/wiki/DoxygenPlugin
# The source for this package was pulled from upstream's vcs.  Use the
# following commands to generate the tarball:
Source0: %{upname}-r%{svnrev}.tar.bz2
# svn export -r %{svnrev} http://trac-hacks.org/svn/doxygenplugin/0.10 doxygenplugin
#  tar -cjvf doxygenplugin-r%{svnrev}.tar.bz2  doxygenplugin
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: trac, python-setuptools

%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 -n %{upname} -q
chmod -x doxygentrac/templates/doxygen.cs

%build
%{__python} setup.py build


%install
%{__rm} -fr %{buildroot}
%{__python} setup.py install --skip-build --root  %{buildroot}
 
%clean
%{__rm} -fr %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING
%{python_sitelib}/*


%changelog
* Tue Dec 18 2007 Sergio Pascual <sergio.pasra at gmail.com> - 0.4-0.3.r2892
- Renamed as trac-doxygen-plugin

* Mon Dec 17 2007 Sergio Pascual <sergio.pasra at gmail.com> - 0.4-0.2.r2892
- Removed redundant line in install section

* Thu Dec 13 2007 Sergio Pascual <sergio.pasra at gmail.com> - 0.4-0.1.r2892
- Initial build, initial template borrowed from Jesse Keating's trac-webadmin


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/trac-doxygen-plugin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Dec 2007 14:52:46 -0000	1.1
+++ .cvsignore	18 Dec 2007 15:35:54 -0000	1.2
@@ -0,0 +1 @@
+doxygenplugin-r2892.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/trac-doxygen-plugin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Dec 2007 14:52:46 -0000	1.1
+++ sources	18 Dec 2007 15:35:54 -0000	1.2
@@ -0,0 +1 @@
+d5f68fe526848858824cda84198b890f  doxygenplugin-r2892.tar.bz2




More information about the fedora-extras-commits mailing list