Accepting request 287400 from X11:lxde
- Changed %build and %install to use cmake macros (forwarded request 287068 from sfalken) OBS-URL: https://build.opensuse.org/request/show/287400 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-powermanagement?expand=0&rev=5
This commit is contained in:
parent
db2006ce07
commit
f92922cf74
@ -5,6 +5,11 @@ Sat Feb 21 18:01:24 UTC 2015 - hrvoje.senjan@gmail.com
|
|||||||
does break BC even in point releases, so we need to hardcode
|
does break BC even in point releases, so we need to hardcode
|
||||||
libQt5Gui5 version
|
libQt5Gui5 version
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 20 20:41:55 UTC 2015 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
- Changed %build and %install to use cmake macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 9 21:22:35 UTC 2015 - sfalken@opensuse.org
|
Mon Feb 9 21:22:35 UTC 2015 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
@ -58,18 +58,11 @@ Translation files for lxqt-powermanagement
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%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 -s %{buildroot}%{_datadir}
|
%fdupes -s %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
Reference in New Issue
Block a user