]> git.pld-linux.org Git - packages/mksh.git/commitdiff
- bcond descs
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Feb 2013 18:12:45 +0000 (19:12 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Feb 2013 18:12:45 +0000 (19:12 +0100)
mksh.spec

index 084cc22226f2abebf9b7eda30b62eef3777a09d2..a75556d0321c4b47489fd3a04df7b3f75d2a0a1f 100644 (file)
--- a/mksh.spec
+++ b/mksh.spec
@@ -1,5 +1,8 @@
-%bcond_without static
-%bcond_without tests
+#
+# Conditional build:
+%bcond_without static  # static version of mksh
+%bcond_without tests   # rtchecks and test.sh checks
+#
 #
 Summary:       MirBSD Korn Shell
 Summary(pl.UTF-8):     Powłoka Korna z MirBSD
@@ -198,8 +201,8 @@ rm -rf $RPM_BUILD_ROOT
 %posttrans -p %add_etc_shells -p /bin/sh /bin/ksh
 
 
-%post static -p %add_etc_shells -p /bin/mksh.static
-%preun static -p %remove_etc_shells -p /bin/mksh.static
+%post  static -p %add_etc_shells -p /bin/mksh.static
+%preun static -p %remove_etc_shells -p /bin/mksh.static
 
 %files
 %defattr(644,root,root,755)
This page took 0.081937 seconds and 4 git commands to generate.