From: teg Date: Fri, 8 Sep 2000 19:30:23 +0000 (+0000) Subject: 0.50.18 X-Git-Tag: r0-50-18~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0839eb7266b42a6af8fcdf4253975ccc0f48a90f;p=thirdparty%2Fnewt.git 0.50.18 --- diff --git a/newt.spec b/newt.spec index f5eaa93..bd83365 100644 --- a/newt.spec +++ b/newt.spec @@ -59,6 +59,26 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig +%post devel -p /sbin/ldconfig + +%postun devel -p /sbin/ldconfig + + +%files +%defattr (-,root,root) +%doc CHANGES COPYING +/usr/lib/libnewt.so.* +/usr/bin/whiptail +/usr/lib/python1.5/snack.py* +/usr/lib/python1.5/lib-dynload/_snackmodule.so + +%files devel +%defattr (-,root,root) +%doc tutorial.sgml +/usr/include/newt.h +/usr/lib/libnewt.a +/usr/lib/libnewt.so + %changelog * Fri Sep 08 2000 Trond Eivind Glomsrød - bytecompile the snack python module @@ -237,18 +257,3 @@ of keys * Tue Feb 25 1997 Erik Troan - Added changes from sopwith for C++ cleanliness and some listbox fixes. - -%files -%defattr (-,root,root) -%doc CHANGES COPYING -/usr/lib/libnewt.so.* -/usr/bin/whiptail -/usr/lib/python1.5/snack.py* -/usr/lib/python1.5/lib-dynload/_snackmodule.so - -%files devel -%defattr (-,root,root) -%doc tutorial.sgml -/usr/include/newt.h -/usr/lib/libnewt.a -/usr/lib/libnewt.so