]> git.pld-linux.org Git - packages/autothrottle.git/commitdiff
- quote CC; %verify()
authordarekr <darekr@pld-linux.org>
Fri, 25 Mar 2005 17:59:58 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autothrottle.spec -> 1.3

autothrottle.spec

index ca8c7b4d489dcbe005c8d0f095aa1775a0169f06..8b2a6077a114c914f0d400d6e5447e39855f8ddd 100644 (file)
@@ -23,7 +23,7 @@ od obci
 
 %build
 %{__make} \
-       CC=%{__cc} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -Wall -DTEST"
 
 %install
@@ -42,5 +42,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_bindir}/*
-%config(noreplace) %{_sysconfdir}/*.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
 %{_mandir}/man1/*.1*
This page took 0.066054 seconds and 4 git commands to generate.