rpms/supybot-koji/EL-5 supybot-koji.spec,NONE,1.1 sources,1.1,1.2

Jon Stanley jstanley at fedoraproject.org
Mon Dec 8 02:03:41 UTC 2008


Author: jstanley

Update of /cvs/pkgs/rpms/supybot-koji/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6224/EL-5

Modified Files:
	sources 
Added Files:
	supybot-koji.spec 
Log Message:
add to other branches



--- NEW FILE supybot-koji.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           supybot-koji
Version:        0.1
Release:        3%{?dist}
Summary:        Plugin for Supybot to interact with Koji instances

Group:          Applications/Internet
License:        BSD
URL:            https://fedorahosted.org/supybot-fedora
Source0:        https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       koji, supybot

BuildArch:      noarch
BuildRequires:  python

%description
A Supybot plugin which provides access to the status of a Koji buildsystem
and makes it available via IRC.


%prep
%setup -q


%build


%install
rm -rf $RPM_BUILD_ROOT
install -dm 755 $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/Koji
install -pm 644 *.py $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/Koji


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc
%{python_sitelib}/supybot/plugins/Koji


%changelog
* Sun Dec 7 2008 Jon Stanley <jonstanley at gmail.com> - 0.1-3
- Fix license tag, remove BR on python-devel from review

* Fri Dec 5 2008 Jon Stanley <jonstanley at gmail.com> - 0.1-2
- Review cleanup

* Thu Dec 4 2008 Jon Stanley <jonstanley at gmail.com> - 0.1-1
- Initial package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/supybot-koji/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Dec 2008 00:39:34 -0000	1.1
+++ sources	8 Dec 2008 02:03:10 -0000	1.2
@@ -0,0 +1 @@
+27d87cd67e401e3380a768774dcc4c5c  supybot-koji-0.1.tar.bz2




More information about the fedora-extras-commits mailing list