rpms/trac-tracnav-plugin/devel import.log, NONE, 1.1 trac-tracnav-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thomas Moschny thm at fedoraproject.org
Sun Aug 16 07:33:26 UTC 2009


Author: thm

Update of /cvs/pkgs/rpms/trac-tracnav-plugin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16697/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log trac-tracnav-plugin.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
trac-tracnav-plugin-4_1-2_fc11:HEAD:trac-tracnav-plugin-4.1-2.fc11.src.rpm:1250407946


--- NEW FILE trac-tracnav-plugin.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%global tarname TracNav-%{version}

Name:           trac-tracnav-plugin
Version:        4.1
Release:        2%{?dist}
Summary:        Navigation Bar for Trac
Group:          Applications/Internet
License:        GPLv2+
URL:            http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav
Source:         http://pypi.python.org/packages/source/T/TracNav/TracNav-%{version}.zip
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  python-devel
BuildRequires:  python-setuptools-devel
Requires:       python-setuptools
Requires:       trac >= 0.11

%description
The TracNav macro implements a fully customizable navigation bar for
the Trac wiki engine. The contents of the navigation bar is a wiki
page itself and can be edited like any other wiki page through the web
interface. The navigation bar supports hierarchical ordering of
topics. The design of TracNav mimics the design of the TracGuideToc
that was originally supplied with Trac.


%prep
%setup -n %{tarname} -q


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}


%clean
rm -rf %{buildroot}


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


%changelog
* Fri Jul 31 2009 Thomas Moschny <thomas.moschny at gmx.de> - 4.1-2
- Use %%global instead of %%define.

* Mon Jul 27 2009 Thomas Moschny <thomas.moschny at gmx.de> - 4.1-1
- New package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/trac-tracnav-plugin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Aug 2009 16:00:04 -0000	1.1
+++ .cvsignore	16 Aug 2009 07:33:24 -0000	1.2
@@ -0,0 +1 @@
+TracNav-4.1.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/trac-tracnav-plugin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Aug 2009 16:00:04 -0000	1.1
+++ sources	16 Aug 2009 07:33:25 -0000	1.2
@@ -0,0 +1 @@
+390ea72c9170bcc6a5994cb5954fcfcf  TracNav-4.1.zip




More information about the fedora-extras-commits mailing list