Drop manual -devel requires
Instead, rely on rpmbuild's pkgconfig dep extraction for autogenerating the pkgconfig dep, and own the /usr/share/gir-1.0 directory instead of pulling in gobject-introspection-devel for the directory ownership.
This commit is contained in:
parent
4190e5041e
commit
32cf72905a
@ -28,8 +28,6 @@ Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Obsoletes: totem-devel < 2.21.90
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Requires: gobject-introspection-devel
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
@ -65,6 +63,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gtk-doc/html/totem-pl-parser
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user