SPECS: python-EditObj2.spec - change name (python-EditObj.spec -> python-Ed...
lisu
lisu at pld-linux.org
Fri Nov 28 16:54:54 CET 2008
Author: lisu Date: Fri Nov 28 15:54:54 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- change name (python-EditObj.spec -> python-EditObj2.spec)
- version 0.1
- one more %%dir in %%files
- adapter
---- Files affected:
SPECS:
python-EditObj2.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/python-EditObj2.spec
diff -u SPECS/python-EditObj2.spec:1.9 SPECS/python-EditObj2.spec:1.10
--- SPECS/python-EditObj2.spec:1.9 Fri Nov 28 10:42:44 2008
+++ SPECS/python-EditObj2.spec Fri Nov 28 16:54:49 2008
@@ -1,16 +1,17 @@
# $Revision$, $Date$
-%define module EditObj
+%define module EditObj2
Summary: Useful tool for writing editors of all kinds
Summary(pl.UTF-8): Narzędzie służące do tworzenia różnych edytorów
-Name: python-EditObj
-Version: 0.5.6
-Release: 2
-License: GPL
+Name: python-%{module}
+Version: 0.1
+Release: 1
+License: GPL v2+
Group: Applications
Source0: http://download.gna.org/songwrite/%{module}-%{version}.tar.gz
-# Source0-md5: a8e999353957cd9fa9f5a6d6fcd0e889
+# Source0-md5: 2ecf7ddc6ebf4e14c40f932513defeee
URL: http://home.gna.org/oomadness/en/editobj/
Requires: python-tkinter
+Obsoletes: python-EditObj
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -22,8 +23,9 @@
%description -l pl.UTF-8
EditObj tworzy i wyświetla okno dialogowe Tkinter do edycji obiektów
Pythona (podobnie do edytora Java Bean, tylko dla objektów Pythona).
-EditObj jest użytecznym narzędziem służącym do tworzenia różnych
-edytorów (tekstowych lub nie), włącznie z edytorami GUI i 3D.
+EditObj jest użytecznym narzędziem służącym do tworzenia
+różnych edytorów (tekstowych lub nie), włącznie z edytorami GUI i
+3D.
%prep
%setup -q -n %{module}-%{version}
@@ -40,9 +42,10 @@
%files
%defattr(644,root,root,755)
-%dir %{py_sitedir}/editobj
-%{py_sitedir}/editobj/*.py[co]
-%{py_sitescriptdir}/editobj/icons
+%dir %{py_sitedir}/editobj2
+%dir %{py_sitescriptdir}/editobj2
+%{py_sitedir}/editobj2/*.py[co]
+%{py_sitescriptdir}/editobj2/icons
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -50,6 +53,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2008/11/28 15:54:49 lisu
+- change name (python-EditObj.spec -> python-EditObj2.spec)
+- version 0.1
+- one more %%dir in %%files
+- adapter
+
Revision 1.9 2008/11/28 09:42:44 lisu
- new URL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-EditObj2.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list