Accepting request 241001 from GNOME:Next
Small fix - actually support RPMs OBS-URL: https://build.opensuse.org/request/show/241001 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=2
This commit is contained in:
parent
b6a678e0c7
commit
bd0d81481c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 14 18:07:08 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Pass --enable-rpm to configure: we DO want to support RPMs.
|
||||||
|
- Add pkgconfig(rpm) BuildRequires: required for RPM support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 12 23:46:28 UTC 2014 - dimstar@opensuse.org
|
Sat Jul 12 23:46:28 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ BuildRequires: intltool >= 0.40.0
|
|||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.14
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.14
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
|
BuildRequires: pkgconfig(rpm)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.16.1
|
BuildRequires: pkgconfig(glib-2.0) >= 2.16.1
|
||||||
BuildRequires: pkgconfig(gmodule-2.0)
|
BuildRequires: pkgconfig(gmodule-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
@ -110,7 +111,9 @@ What this library allows you to do:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure \
|
||||||
|
--disable-static \
|
||||||
|
--enable-rpm
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user