SPECS: xawtv.spec - %{_includedir} and %{_bindir} macro used

czucz czucz at pld-linux.org
Mon Dec 12 17:50:56 CET 2005


Author: czucz                        Date: Mon Dec 12 16:50:56 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- %{_includedir} and %{_bindir} macro used

---- Files affected:
SPECS:
   xawtv.spec (1.124 -> 1.125) 

---- Diffs:

================================================================
Index: SPECS/xawtv.spec
diff -u SPECS/xawtv.spec:1.124 SPECS/xawtv.spec:1.125
--- SPECS/xawtv.spec:1.124	Fri Sep 16 11:29:19 2005
+++ SPECS/xawtv.spec	Mon Dec 12 17:50:50 2005
@@ -174,7 +174,7 @@
 %patch6 -p1
 
 %build
-CFLAGS="%{rpmcflags} -I/usr/include/ncurses"; export CFLAGS
+CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"; export CFLAGS
 # MMX support in linear-blend plugin is chosen at compile time - athlon/p3/p4 only
 %configure \
 	%{!?with_aalib:--disable-aalib} \
@@ -298,7 +298,7 @@
 
 %files alevtd
 %defattr(644,root,root,755)
-%attr(755,root,root) /usr/bin/alevtd
+%attr(755,root,root) %{_bindir}/alevtd
 %{_mandir}/man1/alevtd.1*
 
 %if %{with aalib}
@@ -315,6 +315,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.125  2005/12/12 16:50:50  czucz
+- %{_includedir} and %{_bindir} macro used
+
 Revision 1.124  2005/09/16 09:29:19  arekm
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xawtv.spec?r1=1.124&r2=1.125&f=u




More information about the pld-cvs-commit mailing list