]> git.pld-linux.org Git - packages/newt.git/commitdiff
- bcond descs, dropped outdated c_only patch
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 22 Sep 2005 19:08:31 +0000 (19:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    newt.spec -> 1.76

newt.spec

index de4d0e406e66a1ff0f34bd421cc66f46be0d3d7e..9d02f2556af16f4ad85d14ebd03c190513bfa555 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
-%bcond_without python
-%bcond_with    tcl
+%bcond_without python  # don't build Python module
+%bcond_with    tcl     # build Tcl module
 #
 Summary:       Not Erik's Windowing Toolkit - text mode windowing with slang
 Summary(de):   Nicht Eriks Windowing Toolkit - Textmodus-Windowing mit Slang
@@ -20,8 +20,7 @@ Patch0:               %{name}-textbox.patch
 Patch1:                %{name}-install_sh.patch
 Patch2:                %{name}-0.51.6-if1close.patch
 Patch3:                %{name}-PIC.patch
-Patch4:                %{name}-c_only.patch
-Patch5:                %{name}-gcc34.patch
+Patch4:                %{name}-gcc34.patch
 URL:           http://www.msg.com.mx/Newt/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -163,10 +162,7 @@ przyjazny.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%if %{with c_only}
 %patch4 -p1
-%endif
-%patch5 -p1
 
 %build
 sed -i -e 's#gcc#%{__cc}#g' Makefile*
This page took 0.040909 seconds and 4 git commands to generate.