Use make macros
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
This commit is contained in:
parent
2c2ceef10b
commit
6b35d57f2d
1 changed files with 6 additions and 2 deletions
8
ann.spec
8
ann.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: ann
|
||||
Version: 1.1.2
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
Summary: Library for searching Approximate Nearest Neighbors
|
||||
|
||||
License: LGPLv2+
|
||||
|
|
@ -44,7 +44,7 @@ Development files needed to use ANN library.
|
|||
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} linux CFLAGS="-fPIC -DPIC $RPM_OPT_FLAGS"
|
||||
%make_build linux CFLAGS="-fPIC -DPIC $RPM_OPT_FLAGS"
|
||||
|
||||
|
||||
%install
|
||||
|
|
@ -93,6 +93,10 @@ EOF
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 22 2020 Tom Stellard <tstellar@redhat.com> - 1.1.2-17
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue