]> git.pld-linux.org Git - packages/adobe-flash.git/commitdiff
- use without macro
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Aug 2005 16:47:51 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adobe-flash.spec -> 1.26

adobe-flash.spec

index 28f44b33e8a3d9aabcc1cfa64a062352c8c99562..44dcb4cb607a620e1aeea876fcd1748504437d27 100644 (file)
@@ -11,7 +11,7 @@ Name:         %{base_name}
 Name:          %{base_name}-installer
 %endif
 Version:       7.0r25
-Release:       2%{?with_license_agreement:wla}.1
+Release:       2%{?with_license_agreement:wla}.2
 License:       Free to use, non-distributable
 Group:         X11/Applications/Multimedia
 %if %{with license_agreement}
@@ -78,7 +78,7 @@ Konqueror.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%if ! %{with license_agreement}
+%if %{without license_agreement}
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
 
 cat <<'EOF' >$RPM_BUILD_ROOT%{_bindir}/%{base_name}.install
@@ -168,7 +168,7 @@ install *.so $RPM_BUILD_ROOT%{_libdir}/kde3/plugins/konqueror
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%if ! %{with license_agreement}
+%if %{without license_agreement}
 %pre
 echo "
 License issues made us not to include inherent files into
@@ -193,7 +193,7 @@ if [ -x /usr/bin/regxpcom ]; then
        MOZILLA_FIVE_HOME=/usr/%{_lib}/mozilla /usr/bin/regxpcom
 fi
 
-%if ! %{with license_agreement}
+%if %{without license_agreement}
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{base_name}.install
This page took 0.035679 seconds and 4 git commands to generate.