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
|
Mon Feb 9 15:46:51 UTC 2015 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
15
liblxqt.spec
15
liblxqt.spec
@ -34,8 +34,8 @@ BuildRequires: pkgconfig(Qt5UiTools)
|
|||||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||||
BuildRequires: pkgconfig(Qt5Xdg) >= 1.0.0
|
BuildRequires: pkgconfig(Qt5Xdg) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
Obsoletes: liblxqt-qt5 < %{version}
|
Obsoletes: liblxqt-qt5 < %{version}
|
||||||
Provides: liblxqt-qt5 = %{version}
|
Provides: liblxqt-qt5 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user