SPECS: pysvn-workbench.spec (NEW) - new

arekm arekm at pld-linux.org
Sun Sep 11 19:00:27 CEST 2005


Author: arekm                        Date: Sun Sep 11 17:00:27 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   pysvn-workbench.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pysvn-workbench.spec
diff -u /dev/null SPECS/pysvn-workbench.spec:1.1
--- /dev/null	Sun Sep 11 19:00:27 2005
+++ SPECS/pysvn-workbench.spec	Sun Sep 11 19:00:22 2005
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+%bcond_with	tests
+
+%define	module	WorkBench
+Summary:	Python SVN GUI Tools
+Name:		python-workbench
+Version:	1.1.6
+Release:	1
+License:	Apache Group License
+Group:		Development/Languages/Python
+Source0:	http://pysvn.tigris.org/files/documents/1233/22212/WorkBench-%{version}.tar.gz
+# Source0-md5:	47e69a287d78e0bb2e9f7f401e8b78e0
+URL:		http://pysvn.tigris.org/
+BuildRequires:	python-devel
+%pyrequires_eq	python
+Requires:	python-pysvn
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+pysvn WorkBench Features:
+- Easy to learn and use
+- All subversion client operations in a GUI
+- Support software development workflow
+- Builtin GUI diff showing line and character diffs
+- Ability to diff between revisions in a files history
+- Runs on Windows and Unix platforms
+- Implemented in Python, allowing customisation
+
+%prep
+%setup  -q -n WorkBench-%{version}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
+
+cp -a Source/* $RPM_BUILD_ROOT%{_datadir}/%{name}
+sed -i -e 's#wb_main.py#%{_datadir}/%{name}/wb_main.py#g' $RPM_BUILD_ROOT%{_datadir}/%{name}/wb.sh
+ln -s %{_datadir}/%{name}/wb.sh $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
+%py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/%{name}
+%attr(755,root,root) %{_bindir}/*
+
+%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  2005/09/11 17:00:22  arekm
+- new
+
================================================================



More information about the pld-cvs-commit mailing list