This commit is contained in:
parent
a8c912026b
commit
7766a2fadc
4
tre.spec
4
tre.spec
@ -89,7 +89,7 @@ approximate patterns as well as block oriented search.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-shared
|
%configure --disable-static --enable-shared
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -97,7 +97,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%find_lang %{name} || echo -n >> %{name}.lang
|
%find_lang %{name} || echo -n >> %{name}.lang
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check %{?_smp_mflags}
|
%make_build check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user