SPECS: python-subway.spec - pl, cleanup

qboosh qboosh at pld-linux.org
Thu Sep 22 22:37:29 CEST 2005


Author: qboosh                       Date: Thu Sep 22 20:37:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cleanup

---- Files affected:
SPECS:
   python-subway.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/python-subway.spec
diff -u SPECS/python-subway.spec:1.1 SPECS/python-subway.spec:1.2
--- SPECS/python-subway.spec:1.1	Wed Sep 14 16:36:48 2005
+++ SPECS/python-subway.spec	Thu Sep 22 22:37:24 2005
@@ -3,7 +3,7 @@
 %define		snap	20050913
 
 Summary:	A pythonic, object-oriented web development stack
-#Summary(pl):	
+Summary(pl):	Pythonowy, zorientowany obiektowo stos do tworzenia WWW
 Name:		python-%{module}
 Version:	0
 Release:	0.%{snap}.1
@@ -18,23 +18,14 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-The Subway project aims to create  a Web development stack combining the
-ideas  and  spirit of  Ruby  on  Rails  with  a comprehensive  suite  of
+The Subway project aims to create a Web development stack combining the
+ideas and spirit of Ruby on Rails with a comprehensive suite of
 prewritten Python web libraries and tools.
 
-#description -l pl
-
-#%package examples
-#Summary:	Example files for CherryPy
-#Summary(pl):	Pliki przykładów dla CherryPy
-#Group:		Development/Languages/Python
-#Requires:	%{name} = %{version}-%{release}
-
-#%description examples
-#Example files for CherryPy.
-
-#%description examples -l pl
-#Pliki przykładów dla CherryPy.
+%description -l pl
+Celem projektu Subway jest stworzenie stosu do tworzenia WWW łączącego
+idee i duch Ruby on Rails z obszernym zestawem gotowych bibliotek i
+narzędzi pythonowych do WWW.
 
 %prep
 %setup -q -n %{module}-%{snap}
@@ -45,33 +36,27 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 install -d $RPM_BUILD_ROOT{%{py_sitescriptdir},%{_bindir}}
 
 cp -r subway $RPM_BUILD_ROOT%{py_sitescriptdir}
 install subway_create.py $RPM_BUILD_ROOT%{_bindir}
 
-#cp -r cherrypy/tutorial $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#doc 
 %attr(755,root,root) %{_bindir}/*
 %{py_sitescriptdir}/%{module}
 
-#%files examples
-#%defattr(644,root,root,755)
-#%{_examplesdir}/%{name}-%{version}
-
 %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.2  2005/09/22 20:37:24  qboosh
+- pl, cleanup
+
 Revision 1.1  2005/09/14 14:36:48  jpc
 - new spec
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-subway.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list