Use make macros
Based on https://src.fedoraproject.org/rpms/pcsc-lite-ccid/pull-request/1 https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
This commit is contained in:
parent
1dbbed0fb0
commit
5a08ca1d3c
@ -41,11 +41,11 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
|
||||
%build
|
||||
%configure --enable-twinserial
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install
|
||||
cp -p src/openct/LICENSE LICENSE.openct
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user