Compare commits
No commits in common. "rawhide" and "f29" have entirely different histories.
4 changed files with 119 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/wordgroupz-0.3.1.tar.gz
|
||||
|
|
@ -1 +0,0 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
82d16b4ca65b6391293db29ebe1fe228 wordgroupz-0.3.1.tar.gz
|
||||
117
wordgroupz.spec
Normal file
117
wordgroupz.spec
Normal file
|
|
@ -0,0 +1,117 @@
|
|||
%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: 16%{?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, python2-nltk, wordnet
|
||||
Requires: python2-beautifulsoup, python2-gstreamer
|
||||
|
||||
%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
|
||||
%py2_build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%py2_install
|
||||
desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{name}.desktop
|
||||
|
||||
%files
|
||||
%{_bindir}/wordgroupz
|
||||
%{_datadir}/wordgroupz/
|
||||
%{_datadir}/pixmaps/wordgroupz.png
|
||||
%{_datadir}/applications/wordgroupz*.desktop
|
||||
%{python2_sitelib}/*.egg-info
|
||||
|
||||
%changelog
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.3.1-15
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Fri Nov 26 2010 rtnpro <rtnpro@gmail.com> 0.3.1-3
|
||||
- Some bugfixes
|
||||
|
||||
* Wed Nov 03 2010 rtnpro <rtnpro@gmail.com> 0.3.1-2
|
||||
- Fixed EVR is changelog
|
||||
|
||||
* Mon Nov 01 2010 rtnpro <rtnpro@gmail.com> 0.3.1-1
|
||||
- RPM for release version 0.3.1
|
||||
|
||||
* Sun Oct 31 2010 rtnpro <rtnpro@gmail.com> 0.3-4
|
||||
- minor changes in changelog version numbers
|
||||
|
||||
* Fri Oct 15 2010 rtnpro <rtnpro@gmail.com> 0.3-3
|
||||
- changed wordgroupz license to GPLv3 due to its dependency on html2text.py
|
||||
|
||||
* Fri Sep 24 2010 rtnpro <rtnpro@gmail.com> 0.3-2
|
||||
- some cleanup
|
||||
|
||||
* Sat Sep 4 2010 rtnpro <rtnpro@gmail.com> 0.3-1
|
||||
- wordGroupz version 0.3
|
||||
|
||||
* Sun Aug 29 2010 rtnpro <rtnpro@gmail.com> 0.3-0.4.b
|
||||
- RPM for wordgroupz code as on 29th Aug, 2010
|
||||
|
||||
* Tue Aug 18 2010 rtnpro <rtnpro@gmail.com> 0.3-0.3.b
|
||||
- RPM for wordgroupz code as on 18th Aug, 2010
|
||||
|
||||
* Sat Jul 24 2010 rtnpro <rtnpro@gmail.com> 0.3-0.2.b
|
||||
- Included dependencies for pygst and beautifulsoup
|
||||
|
||||
* Fri Jul 23 2010 rtnpro <rtnpro@gmail.com> 0.3-0.1.b
|
||||
- Release version 0.3b
|
||||
|
||||
* Thu Jun 24 2010 rtnpro <rtnpro@gmail.com> 0.2-1
|
||||
- Initial RPM package
|
||||
Loading…
Add table
Add a link
Reference in a new issue