]> git.pld-linux.org Git - packages/54321.git/commitdiff
- added CFLAGS, CC, CXX to %{__make} - thx arekm
authorzytek <zytek@pld-linux.org>
Sat, 11 May 2002 17:46:56 +0000 (17:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    54321.spec -> 1.4

54321.spec

index f068604381c9304236b84ccdaf3d5cda9bea9023..685be308bc2176626a61ebdf1694379789c722ec 100644 (file)
@@ -34,7 +34,7 @@ Gry bazuj
 %patch0 -p1
 
 %build
-%{__make} -f GNUmakefile
+%{__make} -f GNUmakefile CXXFLAGS="%{rpmcflags} -DNDEBUG=1" CC="%{__cc}" CXX="%{__cxx}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -54,6 +54,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 #%doc *.gz
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/Release/
+%dir %{_datadir}/%{name}/Release/data
+%dir %{_datadir}/%{name}/Release/bin
+%dir %{_datadir}/%{name}/Release/bin/Linux
+
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}/Release/data/*
 %attr(755,root,root) %{_datadir}/%{name}/Release/bin/Linux/*
This page took 0.131661 seconds and 4 git commands to generate.