Use make_build and make_install macros
This commit is contained in:
parent
15b74c3216
commit
de7fb220e2
@ -24,10 +24,10 @@ how to separate it into PO file messages.
|
|||||||
%build
|
%build
|
||||||
export PYTHON=%{__python3}
|
export PYTHON=%{__python3}
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING COPYING.GPL3
|
%license COPYING COPYING.GPL3
|
||||||
@ -39,6 +39,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 04 2018 Kalev Lember <klember@redhat.com> - 2.0.5-1
|
* Tue Dec 04 2018 Kalev Lember <klember@redhat.com> - 2.0.5-1
|
||||||
- Update to 2.0.5
|
- Update to 2.0.5
|
||||||
|
- Use make_build and make_install macros
|
||||||
|
|
||||||
* Mon Jul 16 2018 Charalampos Stratakis <cstratak@redhat.com> - 2.0.4-4
|
* Mon Jul 16 2018 Charalampos Stratakis <cstratak@redhat.com> - 2.0.4-4
|
||||||
- Fix libxml2 related segfaults
|
- Fix libxml2 related segfaults
|
||||||
|
Loading…
Reference in New Issue
Block a user