diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 660c2ea..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/willie-3.1.2.tar.gz -/willie-3.1.3.tar.gz -/willie-3.2.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5c24fd4 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +dead upstream, suggested to use sopel instead, https://github.com/sopel-irc/sopel diff --git a/sources b/sources deleted file mode 100644 index f2a7589..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -bda71ccfbcdde97a5e96e5604a4bc0fe willie-3.2.0.tar.gz diff --git a/willie.spec b/willie.spec deleted file mode 100644 index d1ed6fb..0000000 --- a/willie.spec +++ /dev/null @@ -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 - 3.2.0-1 -- New upstream release - -* Fri Jan 25 2013 Elad Alfassa - 3.1.3-1 -- New upstream release - -* Tue Nov 20 2012 Elad Alfassa - 3.1.2-2 -- Use python2-devel instead of python-devel - -* Mon Nov 19 2012 Elad Alfassa - 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 - 3.1.1-1 -- New upstream release - -* Sat Nov 17 2012 Elad Alfassa - 3.1-3 -- Fix summary line -- Fix license tag - -* Tue Nov 13 2012 Elad Alfassa - 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 - 3.1-1 -- Initial packaging -