SHA256
1
0
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:
Dominique Leuenberger 2015-02-25 01:17:07 +00:00 committed by Git OBS Bridge
parent b288a514da
commit 7a2acac86d
2 changed files with 10 additions and 11 deletions

View File

@ -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 Mon Feb 9 15:46:51 UTC 2015 - sfalken@opensuse.org

View File

@ -65,18 +65,11 @@ lxqt libraries for development
%setup -q -n liblxqt-%{version} %setup -q -n liblxqt-%{version}
%build %build
mkdir build %cmake
pushd build
cmake \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
..
%__make %{?_smp_flags} %__make %{?_smp_flags}
popd
%install %install
pushd build %cmake_install
make DESTDIR=$RPM_BUILD_ROOT install
popd
%fdupes -s %{buildroot}/%{_datadir}/lxqt/translations %fdupes -s %{buildroot}/%{_datadir}/lxqt/translations
%fdupes -s %{buildroot}/%{_includedir}/lxqt %fdupes -s %{buildroot}/%{_includedir}/lxqt