0.4.4
This commit is contained in:
parent
23dab2a4d8
commit
a2c82b235c
@ -1 +1 @@
|
|||||||
libnotify-0.4.3.tar.bz2
|
libnotify-0.4.4.tar.bz2
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
Summary: libnotify notification library
|
Summary: libnotify notification library
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.4.3
|
Version: 0.4.4
|
||||||
Release: 2%{?dist}
|
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: http://www.galago-project.org/files/releases/source/%{name}/%{name}-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildPreReq: libtool
|
BuildPreReq: libtool
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: dbus-devel >= %{dbus_version}
|
BuildRequires: dbus-devel >= %{dbus_version}
|
||||||
@ -32,6 +32,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Requires: glib2-devel >= %{glib2_version}
|
Requires: glib2-devel >= %{glib2_version}
|
||||||
Requires: dbus-devel >= %{dbus_version}
|
Requires: dbus-devel >= %{dbus_version}
|
||||||
Requires: dbus-glib-devel >= %{dbus_glib_version}
|
Requires: dbus-glib-devel >= %{dbus_glib_version}
|
||||||
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
|
|
||||||
@ -68,16 +69,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc COPYING ChangeLog NEWS
|
%doc COPYING ChangeLog NEWS
|
||||||
|
|
||||||
%{_bindir}/notify-send
|
%{_bindir}/notify-send
|
||||||
%{_libdir}/lib*.so*
|
%{_libdir}/libnotify.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%dir %{_includedir}/libnotify
|
||||||
|
%{_includedir}/libnotify/*
|
||||||
|
%{_libdir}/libnotify.so
|
||||||
%{_libdir}/pkgconfig/libnotify.pc
|
%{_libdir}/pkgconfig/libnotify.pc
|
||||||
%dir %{_datadir}/gtk-doc/html/libnotify
|
%dir %{_datadir}/gtk-doc/html/libnotify
|
||||||
%{_datadir}/gtk-doc/html/libnotify/*
|
%{_datadir}/gtk-doc/html/libnotify/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-1
|
||||||
|
- Update to 0.4.4, which contains important bug fixes
|
||||||
|
and memory leak fixes
|
||||||
|
- Require pkgconfig in the -devel package
|
||||||
|
|
||||||
* Sat Dec 9 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.3-2
|
* Sat Dec 9 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.3-2
|
||||||
- Another typo (#214275)
|
- Another typo (#214275)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user