rpms/supybot-koji/devel import.log, NONE, 1.1 supybot-koji.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jon Stanley jstanley at fedoraproject.org
Mon Dec 8 01:56:08 UTC 2008


Author: jstanley

Update of /cvs/pkgs/rpms/supybot-koji/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5316/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log supybot-koji.spec 
Log Message:
initial commit



--- NEW FILE import.log ---
supybot-koji-0_1-3_fc10:HEAD:supybot-koji-0.1-3.fc10.src.rpm:1228701301


--- 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/supybot-koji/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Dec 2008 00:39:34 -0000	1.1
+++ .cvsignore	8 Dec 2008 01:55:37 -0000	1.2
@@ -0,0 +1 @@
+supybot-koji-0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/supybot-koji/devel/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 01:55:37 -0000	1.2
@@ -0,0 +1 @@
+27d87cd67e401e3380a768774dcc4c5c  supybot-koji-0.1.tar.bz2




More information about the fedora-extras-commits mailing list