Use make_install macro
This commit is contained in:
parent
b804bc594b
commit
4da58d6623
@ -40,7 +40,7 @@ which could be used as a base for new mm module.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL="install -p" CPPROG="cp -p"
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%doc COPYING ChangeLog NEWS AUTHORS
|
||||
@ -58,6 +58,7 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" CPPROG="cp -p"
|
||||
%changelog
|
||||
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 0.9.8-1
|
||||
- Update to 0.9.8
|
||||
- Use make_install macro
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user