forked from pool/pcmanfm-qt
Accepting request 287395 from X11:lxde
- Changed %build and %install to use cmake macros (forwarded request 287075 from sfalken) OBS-URL: https://build.opensuse.org/request/show/287395 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcmanfm-qt?expand=0&rev=4
This commit is contained in:
parent
1edc1eff06
commit
5a245ecd49
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 20 21:31:00 UTC 2015 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
- Changed %build and %install to use cmake macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 9 23:46:52 UTC 2015 - sfalken@opensuse.org
|
Mon Feb 9 23:46:52 UTC 2015 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
@ -74,19 +74,13 @@ Translation files for pcmanfm-qt
|
|||||||
%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 -s %{buildroot}%{_datadir}
|
%fdupes -s %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user