[packages/pysvn-workbench] fix name vs .spec mismatch

glen glen at pld-linux.org
Wed Mar 30 06:40:02 CEST 2016


commit ba45a5a02db1014d5a3ef47cc5a5c3fc3da504ba
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Mar 30 07:39:30 2016 +0300

    fix name vs .spec mismatch

 pysvn-workbench.spec | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/pysvn-workbench.spec b/pysvn-workbench.spec
index 387875b..d9bd17f 100644
--- a/pysvn-workbench.spec
+++ b/pysvn-workbench.spec
@@ -1,18 +1,19 @@
-%bcond_with	tests
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
 
-%define	module	WorkBench
 Summary:	Python SVN GUI Tools
 Summary(pl.UTF-8):	Graficzne narzędzia w Pythonie do SVN
-Name:		python-workbench
+Name:		pysvn-workbench
 Version:	1.5.3
 Release:	1
-License:	Apache Group License
+License:	Apache
 Group:		Development/Languages/Python
 Source0:	http://pysvn.barrys-emacs.org/source_kits/WorkBench-%{version}.tar.gz
 # Source0-md5:	52c93ebbe89e8ffd7c203c50fab258ea
 URL:		http://pysvn.tigris.org/
 BuildRequires:	python-devel
-%pyrequires_eq	python
+Requires:	python
 Requires:	python-pysvn
 Requires:	python-wxPython
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pysvn-workbench.git/commitdiff/ba45a5a02db1014d5a3ef47cc5a5c3fc3da504ba



More information about the pld-cvs-commit mailing list