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
|
||||
export PYTHON=%{__python3}
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%license COPYING COPYING.GPL3
|
||||
@ -39,6 +39,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%changelog
|
||||
* Tue Dec 04 2018 Kalev Lember <klember@redhat.com> - 2.0.5-1
|
||||
- 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
|
||||
- Fix libxml2 related segfaults
|
||||
|
Loading…
Reference in New Issue
Block a user