rpms/supybot-meetbot/EL-5 supybot-meetbot.spec,1.1,1.2

Kevin Fenzi kevin at fedoraproject.org
Tue Jul 7 06:40:22 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/supybot-meetbot/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26629

Modified Files:
	supybot-meetbot.spec 
Log Message:
Fix install location to be the correct name. 
Add additional doc files



Index: supybot-meetbot.spec
===================================================================
RCS file: /cvs/extras/rpms/supybot-meetbot/EL-5/supybot-meetbot.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- supybot-meetbot.spec	7 Jul 2009 04:47:05 -0000	1.1
+++ supybot-meetbot.spec	7 Jul 2009 06:39:52 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           supybot-meetbot
 Version:        0.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugin for Supybot for handling IRC meetings
 
 Group:          Applications/Internet
@@ -31,18 +31,22 @@ easy to port to other bots. It is under 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -dm 755 $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeatBot
-install -pm 644 *.py $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeatBot
+install -dm 755 $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeetBot
+install -pm 644 *.py $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeetBot
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt
-%{python_sitelib}/supybot/plugins/MeatBot
+%doc README.txt doc/Manual.txt doc/meetingLocalConfig-example.py
+%{python_sitelib}/supybot/plugins/MeetBot
 
 %changelog
+* Tue Jul 07 2009 Kevin Fenzi <kevin at tummy.com> - 0.1.1-2
+- Fix install location to be the correct name. 
+- Add additional doc files
+
 * Mon Jul 06 2009 Kevin Fenzi <kevin at tummy.com> - 0.1.1-1
 - Upgrade to 0.1.1 version
 




More information about the fedora-extras-commits mailing list