forked from pool/lxqt-runner
Accepting request 287398 from X11:lxde
- Changed %build and %install to use cmake macros (forwarded request 287073 from sfalken) OBS-URL: https://build.opensuse.org/request/show/287398 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-runner?expand=0&rev=4
This commit is contained in:
parent
89383591e7
commit
c159973973
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 20 21:23:53 UTC 2015 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
- Changed %build and %install to use cmake macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 9 22:52:59 UTC 2015 - sfalken@opensuse.org
|
Mon Feb 9 22:52:59 UTC 2015 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
@ -50,18 +50,11 @@ Translation files for lxqt-runner
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build
|
%cmake
|
||||||
pushd build
|
|
||||||
cmake \
|
|
||||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
|
|
||||||
..
|
|
||||||
%__make %{?_smp_mflags}
|
%__make %{?_smp_mflags}
|
||||||
popd
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pushd build
|
%cmake_install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
|
||||||
popd
|
|
||||||
%fdupes %{buildroot}/%{_datadir}
|
%fdupes %{buildroot}/%{_datadir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user