Accepting request 143306 from KDE:Distro:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/143306 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qwt6?expand=0&rev=3
This commit is contained in:
parent
5f33f22842
commit
494b0f6b28
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 17:23:54 UTC 2012 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
- Fix the SLES build (%make_install is not expanded on SLES)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 29 12:38:20 UTC 2012 - cfarrell@suse.com
|
Thu Mar 29 12:38:20 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@ qmake \
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall INSTALL_ROOT=%{buildroot}
|
make DESTDIR=%{buildroot} install INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user