- Update to upstream version 0.4.2
- Add dist tag to release - Add Requires to devel package
This commit is contained in:
parent
2ed0a6b398
commit
eb9db57c12
@ -1,17 +1,22 @@
|
|||||||
%define gtk2_version 2.4.0
|
%define gtk2_version 2.4.0
|
||||||
%define glib2_version 2.2.2
|
%define glib2_version 2.2.2
|
||||||
|
%define dbus_version 0.90
|
||||||
|
%define dbus_glib_version 0.70
|
||||||
|
|
||||||
Summary: libnotify notification library
|
Summary: libnotify notification library
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.4.0
|
Version: 0.4.2
|
||||||
Release: 3.2
|
Release: 1%{?dist}
|
||||||
URL: http://www.galago-project.org/specs/notification/
|
URL: http://www.galago-project.org/specs/notification/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildPreReq: libtool
|
BuildPreReq: libtool
|
||||||
BuildRequires: glib2-devel >= %{glib2_version} dbus-devel dbus-glib-devel gtk2-devel
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
|
BuildRequires: dbus-devel >= %{dbus_version}
|
||||||
|
BuildRequires: dbus-glib-devel >= %{dbus_glib_devel}
|
||||||
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||||
Requires: glib2 >= %{glib2_version}
|
Requires: glib2 >= %{glib2_version}
|
||||||
Requires: desktop-notification-daemon
|
Requires: desktop-notification-daemon
|
||||||
|
|
||||||
@ -25,6 +30,8 @@ Summary: Files for development using %{name}
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: glib2-devel >= %{glib2_version}
|
Requires: glib2-devel >= %{glib2_version}
|
||||||
|
Requires: dbus-devel >= %{dbus_version}
|
||||||
|
Requires: dbus-glib-devel >= %{dbus_glib_devel}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
|
|
||||||
@ -70,6 +77,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 21 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.2-1
|
||||||
|
- Update to upstream version 0.4.2
|
||||||
|
- Add dist tag to release
|
||||||
|
- Add Requires to devel package
|
||||||
|
|
||||||
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-3.2
|
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-3.2
|
||||||
- reinstate desktop-notification dependency
|
- reinstate desktop-notification dependency
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user