[wordgroupz] Imported wordgroupz-0.3.1-2 to master

Ratnadeep Debnath rtnpro at fedoraproject.org
Mon Nov 8 02:43:17 UTC 2010


commit c68d62dd6c7da1ef537b3b88658a75b09753741b
Author: Ratnadeep Debnath <rtnpro at gmail.com>
Date:   Mon Nov 8 08:13:20 2010 +0530

    Imported wordgroupz-0.3.1-2 to master

 .gitignore      |    1 +
 sources         |    1 +
 wordgroupz.spec |   78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 80 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4299027 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wordgroupz-0.3.1.tar.gz
diff --git a/sources b/sources
index e69de29..d132b33 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+62614b87d38db710dcb7ba7aa1178a7f  wordgroupz-0.3.1.tar.gz
diff --git a/wordgroupz.spec b/wordgroupz.spec
new file mode 100644
index 0000000..07ebcff
--- /dev/null
+++ b/wordgroupz.spec
@@ -0,0 +1,78 @@
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%endif
+
+Summary: A vocabulary building application
+Name: wordgroupz
+Version: 0.3.1
+Release: 2%{?dist}
+Source0: http://rtnpro.fedorapeople.org/wordgroupz/wordgroupz-%{version}.tar.gz
+License: GPLv3
+Group: Amusements/Games 
+URL: http://gitorious.org/wordgroupz/
+BuildArch: noarch
+BuildRequires: python2-devel, desktop-file-utils
+Requires: pygtk2, pywebkitgtk, python-nltk, wordnet
+Requires: python-BeautifulSoup, gstreamer-python
+
+%description
+wordGroupz is a vocabulary building application. You can store here
+words in relevant groups so that you have an idea overall meaning of
+the words. This is very useful for standard test preparations.
+
+%prep
+%setup -q
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
+desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{name}.desktop
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr (-,root,root,-)
+%{_bindir}/wordgroupz
+%{_datadir}/wordgroupz/
+%{_datadir}/pixmaps/wordgroupz.png
+%{_datadir}/applications/wordgroupz*.desktop
+%{python_sitelib}/*.egg-info
+
+%changelog
+* Wed Nov 03 2010 rtnpro <rtnpro at gmail.com> 0.3.1-2
+- Fixed EVR is changelog
+
+* Mon Nov 01 2010 rtnpro <rtnpro at gmail.com> 0.3.1-1
+- RPM for release version 0.3.1
+
+* Sun Oct 31 2010 rtnpro <rtnpro at gmail.com> 0.3-4
+- minor changes in changelog version numbers
+
+* Fri Oct 15 2010 rtnpro <rtnpro at gmail.com> 0.3-3
+- changed wordgroupz license to GPLv3 due to its dependency on html2text.py
+
+* Fri Sep 24 2010 rtnpro <rtnpro at gmail.com> 0.3-2
+- some cleanup
+
+* Sat Sep 4 2010 rtnpro <rtnpro at gmail.com> 0.3-1
+- wordGroupz version 0.3
+
+* Sun Aug 29 2010 rtnpro <rtnpro at gmail.com> 0.3-0.4.b
+- RPM for wordgroupz code as on 29th Aug, 2010
+
+* Tue Aug 18 2010 rtnpro <rtnpro at gmail.com> 0.3-0.3.b
+- RPM for wordgroupz code as on 18th Aug, 2010
+
+* Sat Jul 24 2010 rtnpro <rtnpro at gmail.com> 0.3-0.2.b
+- Included dependencies for pygst and beautifulsoup
+
+* Fri Jul 23 2010 rtnpro <rtnpro at gmail.com> 0.3-0.1.b
+- Release version 0.3b
+
+* Thu Jun 24 2010 rtnpro <rtnpro at gmail.com> 0.2-1
+- Initial RPM package


More information about the scm-commits mailing list