[libmce-glib] Housekeeping. JB#43321
This commit is contained in:
@@ -1,15 +1,20 @@
|
|||||||
Name: libmce-glib
|
Name: libmce-glib
|
||||||
|
|
||||||
Version: 1.0.10
|
Version: 1.0.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MCE client library
|
Summary: MCE client library
|
||||||
Group: Development/Libraries
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://git.sailfishos.org/mer-core/libmce-glib
|
URL: https://github.com/sailfishos/libmce-glib
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
%define libglibutil_version 1.0.5
|
||||||
|
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(libglibutil)
|
BuildRequires: pkgconfig(libglibutil) >= %{libglibutil_version}
|
||||||
BuildRequires: pkgconfig(mce)
|
BuildRequires: pkgconfig(mce) >= 1.24.0
|
||||||
Requires: libglibutil >= 1.0.5
|
|
||||||
|
Requires: libglibutil >= %{libglibutil_version}
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
|
|
||||||
@@ -19,7 +24,6 @@ Provides glib-based MCE client API
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development library for %{name}
|
Summary: Development library for %{name}
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: pkgconfig
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the development library for %{name}.
|
This package contains the development library for %{name}.
|
||||||
@@ -28,7 +32,7 @@ This package contains the development library for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make LIBDIR=%{_libdir} KEEP_SYMBOLS=1 release pkgconfig
|
make %{_smp_mflags} LIBDIR=%{_libdir} KEEP_SYMBOLS=1 release pkgconfig
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|||||||
Reference in New Issue
Block a user