]> git.pld-linux.org Git - packages/wv.git/commitdiff
- silly changelog cleanups and bcond style changes
authoreothane <eothane@pld-linux.org>
Sun, 14 Mar 2004 10:47:03 +0000 (10:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wv.spec -> 1.61

wv.spec

diff --git a/wv.spec b/wv.spec
index 7683c7ec4895f288826308c93135a07a73efcd19..931e6b4df594867ac64d36bf821b537accc35c8c 100644 (file)
--- a/wv.spec
+++ b/wv.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_static      - without static version
+%bcond_without static  # without static version
 #
 Summary:       MSWord Document to HTML converter
 Summary(pl):   Konwerter dokumentów MS Worda do HTML
@@ -97,7 +97,7 @@ rm -f missing acinclude.m4
        --with-expat \
        --with-glib=glib2 \
        --with-libwmf \
-       --%{?_without_static:dis}%{!?_without_static:en}able-static
+       --%{!?with_static:dis}%{?with_static:en}able-static
 
 mv -f magick magick-wv
 %{__make}
@@ -130,7 +130,7 @@ rm -fr $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_includedir}/*
 
-%if %{!?_without_static:1}%{?_without_static:0}
+%if %{with static}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libwv.a
This page took 0.035057 seconds and 4 git commands to generate.