- Fix the build with introspection enabled
This commit is contained in:
parent
17c886a1d3
commit
f254ba7689
17
gssdp.spec
17
gssdp.spec
@ -1,6 +1,6 @@
|
||||
Name: gssdp
|
||||
Version: 0.7.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Resource discovery and announcement over SSDP
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -12,11 +12,11 @@ Patch0: gssdp-fixdso.patch
|
||||
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: GConf2-devel
|
||||
BuildRequires: glib2-devel >= 2.18
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libsoup-devel >= 2.4
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -33,8 +33,8 @@ GUPnP API is intended to be easy to use, efficient and flexible.
|
||||
Summary: Development package for gssdp
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libsoup-devel >= 2.4
|
||||
Requires: glib2-devel >= 2.18
|
||||
Requires: libsoup-devel
|
||||
Requires: glib2-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
@ -56,10 +56,6 @@ This package contains developer documentation for %{name}.
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
||||
# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
@ -97,6 +93,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Jun 21 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.2-4
|
||||
- Fix the build with introspection enabled
|
||||
|
||||
* Wed Jun 16 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.2-3
|
||||
- Drop gir-devel and gtk-doc requirements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user