]> git.pld-linux.org Git - packages/id3lib.git/commitdiff
- better way for map %%{__cc} to %{__cxx}. RA-1_0 id3lib-3_7_13-5
authorkloczek <kloczek@pld-linux.org>
Tue, 23 Apr 2002 18:51:26 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    id3lib.spec -> 1.19

id3lib.spec

index dbb11b9cd6301b63c232ff447e7b74a3a01da406..445e5897a706c54d32cee3112cf0b9699c2dcb2f 100644 (file)
@@ -16,6 +16,8 @@ BuildRequires:        popt-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                __cc            %{__cxx}
+
 %description
 This package provides a software library for manipulating ID3v1 and
 ID3v2 tags. It provides a convenient interface for software developers
@@ -84,7 +86,7 @@ libtoolize --copy --force
 aclocal -I m4
 autoconf
 automake -a -c -f
-%configure CC=g++
+%configure
 
 %{__make}
 
This page took 0.067486 seconds and 4 git commands to generate.