Compare commits

...
Sign in to create a new pull request.

17 commits

Author SHA1 Message Date
Raphael Groner
946393caea dead upstream, suggested to use sopel instead, https://github.com/sopel-irc/sopel 2016-03-24 23:19:51 +01:00
Fedora Release Engineering
a4af2b830a - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:03:01 +00:00
Dennis Gilmore
41316e107a - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 02:26:37 +00:00
Elad Alfassa
af43d679b7 undo stupid 2014-08-31 22:41:04 +03:00
Elad Alfassa
018f758dba Update to the latest upstream release 2014-08-31 22:38:54 +03:00
Dennis Gilmore
8ebfa0d026 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 23:34:59 -05:00
Elad Alfassa
733894d7d8 Proper 4.2.1 tarball
Edward (Embolalia) uploaded the pypi tarball to the lookaside cache by mistake,
instead of the actual tarball uploaded to the website.

This caused the build to fail. This commit fixes that.
2014-03-09 00:30:57 +02:00
Edward Powell
b4d2e04151 New upstream release 2014-03-08 17:04:15 -05:00
Edward Powell
55bdbef9a8 Add backports dependency 2014-03-08 16:41:03 -05:00
Edward Powell
fff4f9ae0e New upstream release 2014-03-08 15:09:21 -05:00
Edward Powell
4f375d7019 Use name and version substitution in sources URL 2013-11-16 10:11:32 -05:00
Edward Powell
330bab15bf Fix sources URL 2013-11-16 10:08:29 -05:00
Edward Powell
426de27c09 New upstream release 2013-11-15 18:14:02 -05:00
Elad Alfassa
1e360d7218 Fix dep error 2013-08-20 16:36:46 +03:00
Elad Alfassa
2b392acb1e New upstream release 2013-08-19 11:34:17 +03:00
Dennis Gilmore
3e41ec6dd6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:58:09 -05:00
Elad Alfassa
482aad3d07 New upstream release 2013-06-28 16:24:02 +03:00
4 changed files with 1 additions and 83 deletions

3
.gitignore vendored
View file

@ -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
View file

@ -0,0 +1 @@
dead upstream, suggested to use sopel instead, https://github.com/sopel-irc/sopel

View file

@ -1 +0,0 @@
bda71ccfbcdde97a5e96e5604a4bc0fe willie-3.2.0.tar.gz

View file

@ -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