forked from pool/liblxqt
Accepting request 287391 from X11:lxde
1 OBS-URL: https://build.opensuse.org/request/show/287391 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblxqt?expand=0&rev=2
This commit is contained in:
parent
b288a514da
commit
7a2acac86d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 01:18:24 UTC 2015 - sfalken@opensuse.org
|
||||
|
||||
- Changed to %cmake and %cmake_install macros in %build and
|
||||
%install
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 15:46:51 UTC 2015 - sfalken@opensuse.org
|
||||
|
||||
|
11
liblxqt.spec
11
liblxqt.spec
@ -65,18 +65,11 @@ lxqt libraries for development
|
||||
%setup -q -n liblxqt-%{version}
|
||||
|
||||
%build
|
||||
mkdir build
|
||||
pushd build
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
|
||||
..
|
||||
%cmake
|
||||
%__make %{?_smp_flags}
|
||||
popd
|
||||
|
||||
%install
|
||||
pushd build
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
popd
|
||||
%cmake_install
|
||||
%fdupes -s %{buildroot}/%{_datadir}/lxqt/translations
|
||||
%fdupes -s %{buildroot}/%{_includedir}/lxqt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user