Use make_install macro
This commit is contained in:
parent
ed12b852ea
commit
67f5642279
@ -67,7 +67,7 @@ you through configuring it. It is integrated with gdm.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%make_install
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
# Desktop file does not (and probably will not) ever validate, as it uses
|
# Desktop file does not (and probably will not) ever validate, as it uses
|
||||||
@ -103,6 +103,7 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
|
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
|
||||||
- Update to 3.17.90
|
- Update to 3.17.90
|
||||||
|
- Use make_install macro
|
||||||
|
|
||||||
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.4-2
|
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.4-2
|
||||||
- Rebuilt for libcheese soname bump
|
- Rebuilt for libcheese soname bump
|
||||||
|
Loading…
Reference in New Issue
Block a user