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

View File

@ -34,8 +34,8 @@ BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt5Xdg) >= 1.0.0
BuildRequires: pkgconfig(x11)
Obsoletes: liblxqt-qt5 < %{version}
Provides: liblxqt-qt5 = %{version}
Obsoletes: liblxqt-qt5 < %{version}
Provides: liblxqt-qt5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -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