]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
Include popcorn and peanuts r0-50-18
authorteg <teg>
Fri, 8 Sep 2000 23:03:09 +0000 (23:03 +0000)
committerteg <teg>
Fri, 8 Sep 2000 23:03:09 +0000 (23:03 +0000)
newt.spec

index bd83365626fa1204a559a430d81b1555fa6efbb5..16b279c1af03e339d84aab70545e30b20344609a 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -43,6 +43,7 @@ newt.
 ./configure 
 make
 make shared
+chmod 0644 peanuts.py popcorn.py
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -74,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr (-,root,root)
-%doc tutorial.sgml
+%doc tutorial.sgml peanuts.py popcorn.py
 /usr/include/newt.h
 /usr/lib/libnewt.a
 /usr/lib/libnewt.so
@@ -83,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT
 * Fri Sep 08 2000 Trond Eivind Glomsrød <teg@redhat.com>
 - bytecompile the snack python module
 - move the libnewt.so symlink to the devel package
+- include popcorn.py and peanuts.py in the devel package,
+  so we have some documentation of the snack module
 
 * Tue Aug 22 2000 Erik Troan <ewt@redhat.com>
 - fixed cursor disappearing in suspend (again)