Author: radzio                       Date: Sun Apr 16 07:49:27 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   trac-plugin-webmin.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/trac-plugin-webmin.spec
diff -u /dev/null SPECS/trac-plugin-webmin.spec:1.1
--- /dev/null   Sun Apr 16 09:49:27 2006
+++ SPECS/trac-plugin-webmin.spec       Sun Apr 16 09:49:22 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+
+%define                dev_r   dev_r3158
+Summary:       Plugin for administering Trac projects through the web interface
+Summary(pl):   Wtyczka do adminstracji projektami Traca przez interfejs łebowy
+Name:          trac-plugin-webadmin
+Version:       0.1.2
+Release:       0.%{dev_r}.1
+Group:         Application/WWW
+License:       distributable
+Source0:       
http://rakin.eu.org/trac-plugins/trac-plugin-webadmin-%{version}%{dev_r}.tar.gz
+# Source0-md5: 2635ffb44e2e342cec17e9d87710f558
+URL:           http://projects.edgewall.com/trac/wiki/WebAdmin
+BuildRequires: python-devel
+%pyrequires_eq  python-modules
+Requires:      trac
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Plugin for administering your Trac projects through the web interface.
+This plugin is still under development, but it already supports most of
+the tasks performed by trac-admin.
+
+%description -l pl
+Wtyczka dla Traca służąca do aministracji projektami poprzez łebowy
+interfejs. Jest ciągle rozwijana jednak udostepnia już większą część
+funkcjonalości programu trac-admin
+
+%prep
+%setup -q -n webadmin
+
+%build
+python setup.py build
+python setup.py        egg_info
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+        --single-version-externally-managed \
+        --optimize 2 \
+       --root=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING
+%{py_sitescriptdir}/webadmin
+%{py_sitescriptdir}/TracWebAdmin-0.1.2dev_r3129-py2.4.egg-info
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog -n trac-plugin-webadmin
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/04/16 07:49:22  radzio
+- initial release
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to