]> git.pld-linux.org Git - packages/fmtools.git/blobdiff - fmtools.spec
- quote CC, cosmetics
[packages/fmtools.git] / fmtools.spec
index 17e01b48dcaa3ef91f0f2dcfb3f415e7663eadbf..8a385500273ee3ec8d3b25d8f72458362102e27b 100644 (file)
@@ -6,12 +6,12 @@ Release:      1
 License:       GPL
 Group:         Applications
 Source0:       http://www.exploits.org/v4l/fmtools/%{name}-%{version}.tar.gz
+# Source0-md5: 6093f8a69ab51a056e3e1ae9ee6d6b0f
 URL:           http://www.exploits.org/v4l/fmtools/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: avifile-devel
-BuildRequires: libstdc++-devel
-Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 fmtools consists of two "tools" - a tuner called "fm" and a band
@@ -42,7 +42,9 @@ lub wi
 %setup -q
 
 %build
-%{__make} CC=%{__cc} CFLAGS="%{rpmcflags}"
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.082323 seconds and 4 git commands to generate.