summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Chruszcz2005-03-30 00:11:07 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit77d189f57d9282cfcee64de04ddd1b1a038b7dd7 (patch)
tree0e09e0f86938d0043a75de1243b0e99709a975cf
parentd34dc4363b1b09fc840f2ef1e3834c225aef4cba (diff)
downloadpython-EditObj2-AC-STABLE.zip
python-EditObj2-AC-STABLE.tar.gz
- unifications, cosmetics Changed files: python-EditObj2.spec -> 1.5
-rw-r--r--python-EditObj2.spec17
1 files changed, 8 insertions, 9 deletions
diff --git a/python-EditObj2.spec b/python-EditObj2.spec
index 8c07d2c..82dd62d 100644
--- a/python-EditObj2.spec
+++ b/python-EditObj2.spec
@@ -1,13 +1,13 @@
-%define pname EditObj
-Summary: Usefull tool for writing editors of all kinds
+%define module EditObj
+Summary: Useful tool for writing editors of all kinds
Summary(pl): Narzędzie służące do tworzenia różnych edytorów
Name: python-EditObj
-Version: 0.5.3
+Version: 0.5.6
Release: 1
License: GPL
Group: Applications
-Source0: http://oomadness.tuxfamily.org/downloads/%{pname}-%{version}.tar.gz
-# Source0-md5: b933eac5959e2e269a806bd7c2ff0bee
+Source0: http://download.gna.org/songwrite/%{module}-%{version}.tar.gz
+# Source0-md5: a8e999353957cd9fa9f5a6d6fcd0e889
URL: http://oomadness.tuxfamily.org/en/editobj/
Requires: python-tkinter
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -15,17 +15,17 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
EditObj can create and display a Tkinter dialog box for editing any
Python object (similarly to what Java call a Bean editor, but for
-Python object). EditObj is a usefull tool for writing (text or
+Python object). EditObj is a useful tool for writing (text or
non-text) editors of all kinds, including GUI editor and 3D editor.
%description -l pl
-EditObj tworzy i wyświetla okno dialogowe Tkinter do edycji objektów
+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.
%prep
-%setup -q -n %{pname}-%{version}
+%setup -q -n %{module}-%{version}
%install
rm -rf $RPM_BUILD_ROOT
@@ -39,7 +39,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README
%dir %{py_sitedir}/editobj
%{py_sitedir}/editobj/*.py[co]
%{py_sitescriptdir}/editobj/icons