Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
946393caea | ||
|
|
a4af2b830a | ||
|
|
41316e107a | ||
|
|
af43d679b7 | ||
|
|
018f758dba | ||
|
|
8ebfa0d026 | ||
|
|
733894d7d8 | ||
|
|
b4d2e04151 | ||
|
|
55bdbef9a8 | ||
|
|
fff4f9ae0e | ||
|
|
4f375d7019 | ||
|
|
330bab15bf | ||
|
|
426de27c09 | ||
|
|
1e360d7218 | ||
|
|
2b392acb1e | ||
|
|
3e41ec6dd6 | ||
|
|
482aad3d07 |
4 changed files with 1 additions and 83 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
/willie-3.1.2.tar.gz
|
||||
/willie-3.1.3.tar.gz
|
||||
/willie-3.2.0.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
dead upstream, suggested to use sopel instead, https://github.com/sopel-irc/sopel
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
bda71ccfbcdde97a5e96e5604a4bc0fe willie-3.2.0.tar.gz
|
||||
79
willie.spec
79
willie.spec
|
|
@ -1,79 +0,0 @@
|
|||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
|
||||
Name: willie
|
||||
Version: 3.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple, lightweight and easy-to-use IRC Utility bot
|
||||
|
||||
License: EFL 2.0
|
||||
URL: http://willie.dftba.net/
|
||||
Source0: http://willie.dftba.net/files/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-sphinx
|
||||
BuildRequires: dos2unix
|
||||
|
||||
Requires: pytz
|
||||
Requires: python-lxml
|
||||
Requires: python-feedparser
|
||||
Requires: python-enchant
|
||||
Requires: tweepy
|
||||
Requires: MySQL-python
|
||||
Requires: pyOpenSSL
|
||||
Requires: python-praw
|
||||
|
||||
%description
|
||||
Willie is a simple, lightweight, open source, easy-to-use IRC Utility bot.
|
||||
It is designed to be easy to use, run and extend.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
dos2unix CREDITS
|
||||
cd docs/
|
||||
make singlehtml
|
||||
mv build/singlehtml build/api-docs
|
||||
rm build/api-docs/.buildinfo
|
||||
|
||||
|
||||
%install
|
||||
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%doc README.rst COPYING CREDITS NEWS docs/build/api-docs
|
||||
%{python_sitelib}/*
|
||||
%{_bindir}/willie
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 31 2013 Elad Alfassa <elad@fedoraproject.org> - 3.2.0-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Jan 25 2013 Elad Alfassa <elad@fedoraproject.org> - 3.1.3-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Nov 20 2012 Elad Alfassa <elad@fedoraproject.org> - 3.1.2-2
|
||||
- Use python2-devel instead of python-devel
|
||||
|
||||
* Mon Nov 19 2012 Elad Alfassa <elad@fedoraproject.org> - 3.1.2-1
|
||||
- New upstream release
|
||||
- Fix bug which prevented module config wizard from working on new installs
|
||||
|
||||
* Sun Nov 18 2012 Elad Alfassa <elad@fedoraproject.org> - 3.1.1-1
|
||||
- New upstream release
|
||||
|
||||
* Sat Nov 17 2012 Elad Alfassa <elad@fedoraproject.org> - 3.1-3
|
||||
- Fix summary line
|
||||
- Fix license tag
|
||||
|
||||
* Tue Nov 13 2012 Elad Alfassa <elad@fedoraproject.org> - 3.1-2
|
||||
- Require pyOpenSSL to enable full SSL support
|
||||
- Don't remove reddit, python-praw is now in Fedora
|
||||
|
||||
* Sat Nov 10 2012 Elad Alfassa <elad@fedoraproject.org> - 3.1-1
|
||||
- Initial packaging
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue