Accepting request 51913 from GNOME:Factory
Accepted submit request 51913 from user vuntz OBS-URL: https://build.opensuse.org/request/show/51913 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=15
This commit is contained in:
commit
b8a8370ee4
2
gobject-introspection-rpmlintrc
Normal file
2
gobject-introspection-rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
||||
addFilter(".*devel-file-in-non-devel-package.*/usr/share/gir-.*/*\.gir")
|
||||
addFilter(".*devel-file-in-non-devel-package.*/usr/share/gobject-introspection-.*/*\.[ch]")
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 27 09:23:15 EDT 2010 - vuntz@opensuse.org
|
||||
|
||||
- Add a rpmlintrc file: the devel-file-in-non-devel-package errors
|
||||
for gir and source files are wrong here, because
|
||||
gobject-introspection is, by definition, a devel package (in the
|
||||
same way as gcc is).
|
||||
- Add an extra % to a macro in a comment to make rpmlint happy (and
|
||||
to make sure that the macro won't get expanded).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 9 11:23:59 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -25,7 +25,8 @@ License: LGPLv2.1+
|
||||
Summary: GObject Introspection Tools
|
||||
Url: http://live.gnome.org/GObjectIntrospection
|
||||
Group: Development/Libraries/GNOME
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
# PATCH-FIX-UPSTREAM gobject-introspection-keyring-workaround.patch bgo#629426 vuntz@opensuse.org -- Workaround for libgnome-keyring
|
||||
Patch0: gobject-introspection-keyring-workaround.patch
|
||||
# PATCH-FIX-UPSTREAM gobject-introspection-libgda-workaround.patch bgo#629779 vuntz@opensuse.org -- Workaround for libgda
|
||||
@ -101,7 +102,7 @@ rm -rf %{buildroot}
|
||||
%doc %{_mandir}/man1/g-ir-scanner.1*
|
||||
%{_datadir}/aclocal/introspection.m4
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
# We don't include directly %{_libdir}/gobject-introspection since there might
|
||||
# We don't include directly %%{_libdir}/gobject-introspection since there might
|
||||
# be files there in the future that belong to the library package
|
||||
%dir %{_libdir}/gobject-introspection
|
||||
%{_libdir}/gobject-introspection/giscanner/
|
||||
|
Loading…
Reference in New Issue
Block a user