Don't manually set deps that pkgconfig dep extractor automatically does
This commit is contained in:
parent
c1010beeb6
commit
9f0f69c929
@ -31,10 +31,6 @@ form of information without getting in the user's way.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: glib2-devel >= %{glib2_version}
|
||||
Requires: dbus-devel >= %{dbus_version}
|
||||
Requires: dbus-glib-devel >= %{dbus_glib_version}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files needed for
|
||||
@ -82,6 +78,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
- Remove lib64 rpaths
|
||||
- Don't set group tags
|
||||
- Use make_install macro
|
||||
- Don't manually set deps that pkgconfig dep extractor automatically does
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user