]> git.pld-linux.org Git - packages/captive-drivers.git/commitdiff
- don't use %{without ...}, it may not work after inverting bcond
authorsparky <sparky@pld-linux.org>
Mon, 13 Nov 2006 14:53:20 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    captive-drivers.spec -> 1.7

captive-drivers.spec

index b887986bfb73393ea6b4c95b9e935edbe7539d90..6114d9a226df9d0816ece7761d3142df92679eb1 100644 (file)
@@ -35,7 +35,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Contains ntfs.sys and ntoskrnl.exe from Windows XP SP1.
-%if %{without license_agreement}
+%if !%{with license_agreement}
 License issues made us not to include inherent files into this package
 by default. If you want to create full working package please build it
 with the following command:
@@ -45,7 +45,7 @@ with the following command:
 
 %description -l pl
 Pakiet zawieraj±cy ntfs.sys i ntoskrnl.exe z Windows XP SP1.
-%if %{without license_agreement}
+%if !%{with license_agreement}
 Kwestie licencji zmusi³y nas do niedo³±czania do tego pakietu istotnych
 plików. Je¶li chcesz stworzyæ w pe³ni funkcjonalny pakiet, zbuduj go za
 pomoc± polecenia:
@@ -64,7 +64,7 @@ cabextract ntoskrnl.ex_
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%if %{without license_agreement}
+%if !%{with license_agreement}
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
 
 sed -e '
@@ -81,7 +81,7 @@ install -d $RPM_BUILD_ROOT/var/lib/captive
 install ntfs.sys ntoskrnl.exe $RPM_BUILD_ROOT/var/lib/captive
 %endif
 
-%if %{without license_agreement}
+%if !%{with license_agreement}
 %post
 %{_bindir}/%{base_name}.install
 %endif
This page took 0.163623 seconds and 4 git commands to generate.