rpms/supybot-meetbot/F-11 supybot-meetbot.spec,1.5,1.6

Kevin Fenzi kevin at fedoraproject.org
Sat Sep 12 00:50:55 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/supybot-meetbot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18817

Modified Files:
	supybot-meetbot.spec 
Log Message:
Add default css files



Index: supybot-meetbot.spec
===================================================================
RCS file: /cvs/extras/rpms/supybot-meetbot/F-11/supybot-meetbot.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- supybot-meetbot.spec	12 Sep 2009 00:24:47 -0000	1.5
+++ supybot-meetbot.spec	12 Sep 2009 00:50:54 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           supybot-meetbot
 Version:        0.1.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Plugin for Supybot for handling IRC meetings
 
 Group:          Applications/Internet
@@ -33,6 +33,7 @@ easy to port to other bots. It is under 
 rm -rf $RPM_BUILD_ROOT
 install -dm 755 $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeetBot
 install -pm 644 *.py $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeetBot
+install -pm 644 *.css $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeetBot
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/supybot/plugins/MeetBot
 
 %changelog
+* Fri Sep 11 2009 Kevin Fenzi <kevin at tummy.com> - 0.1.4-3
+- Add default css files. 
+
 * Fri Sep 11 2009 Kevin Fenzi <kevin at tummy.com> - 0.1.4-2
 - Fix url
 




More information about the fedora-extras-commits mailing list