Avoid requiring gobject-introspection for directory ownership
Instead of requiring gobject-introspection for gir directories, just own the directories.
This commit is contained in:
parent
c27bae910a
commit
381064f8e6
@ -26,8 +26,6 @@ BuildRequires: totem-pl-parser-devel
|
||||
# For previous ABI version
|
||||
BuildRequires: grilo
|
||||
|
||||
Requires: gobject-introspection
|
||||
|
||||
%description
|
||||
Grilo is a framework that provides access to different sources of
|
||||
multimedia content, using a pluggable system.
|
||||
@ -36,8 +34,6 @@ This package contains the core library and elements.
|
||||
%package devel
|
||||
Summary: Libraries/include files for Grilo framework
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: glib2-devel gobject-introspection-devel
|
||||
|
||||
# Provide upgrade path for -vala subpackage that was merged into -devel during
|
||||
# the F23 cycle
|
||||
Obsoletes: grilo-vala < 0.2.13
|
||||
@ -95,7 +91,7 @@ cp -a %{_libdir}/libgrlpls-0.2.so.0* $RPM_BUILD_ROOT%{_libdir}
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README TODO
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
%{_libdir}/girepository-1.0/
|
||||
%{_bindir}/grl-inspect-%{release_version}
|
||||
%{_bindir}/grl-launch-%{release_version}
|
||||
%{_bindir}/grilo-test-ui-%{release_version}
|
||||
@ -110,13 +106,14 @@ cp -a %{_libdir}/libgrlpls-0.2.so.0* $RPM_BUILD_ROOT%{_libdir}
|
||||
%{_includedir}/%{name}-%{release_version}/
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%{_datadir}/gir-1.0/
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Mon Sep 12 2016 Kalev Lember <klember@redhat.com> - 0.3.2-1
|
||||
- Update to 0.3.2
|
||||
- Don't set group tags
|
||||
- Avoid requiring gobject-introspection for directory ownership
|
||||
|
||||
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 0.3.1-1
|
||||
- Update to 0.3.1
|
||||
|
Loading…
Reference in New Issue
Block a user