Drop old, unused build deps
This commit is contained in:
parent
9f0f69c929
commit
c9c72bafd3
@ -1,5 +1,3 @@
|
|||||||
%define dbus_version 0.90
|
|
||||||
%define dbus_glib_version 0.70
|
|
||||||
%define glib2_version 2.26.0
|
%define glib2_version 2.26.0
|
||||||
|
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
@ -12,14 +10,10 @@ URL: http://www.gnome.org
|
|||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.7/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.7/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: gdk-pixbuf2-devel
|
BuildRequires: gdk-pixbuf2-devel
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: dbus-devel >= %{dbus_version}
|
|
||||||
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: perl-Carp
|
|
||||||
Requires: glib2 >= %{glib2_version}
|
Requires: glib2 >= %{glib2_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -79,6 +73,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|||||||
- Don't set group tags
|
- Don't set group tags
|
||||||
- Use make_install macro
|
- Use make_install macro
|
||||||
- Don't manually set deps that pkgconfig dep extractor automatically does
|
- Don't manually set deps that pkgconfig dep extractor automatically does
|
||||||
|
- Drop old, unused build deps
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-8
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user