From 0a4cef1861c38db2091b408788093bd25725cb96 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Oct 2010 18:52:57 -0400 Subject: [PATCH] 0.6.0 --- .gitignore | 1 + libnotify.spec | 39 +++++++++++++++++---------------------- sources | 2 +- 3 files changed, 19 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 7f3929d..f47bddb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libnotify-0.5.1.tar.bz2 +/libnotify-0.6.0.tar.bz2 diff --git a/libnotify.spec b/libnotify.spec index 0d12720..ddc2ad9 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -5,18 +5,17 @@ %define dbus_version 0.90 %define dbus_glib_version 0.70 -Summary: Desktop notification library -Name: libnotify -Version: 0.5.1 +Summary: Desktop notification library +Name: libnotify +Version: 0.6.0 Release: 1%{?dist} -URL: http://www.galago-project.org/specs/notification/ -Source0: http://www.galago-project.org/files/releases/source/%{name}/%{name}-%{version}.tar.bz2 +URL: http://www.galago-project.org/specs/notification/ +Source0: http://www.galago-project.org/files/releases/source/%{name}/%{name}-%{version}.tar.bz2 License: LGPLv2+ Group: System Environment/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool -BuildRequires: glib2-devel >= %{glib2_version} -BuildRequires: dbus-devel >= %{dbus_version} +BuildRequires: glib2-devel >= %{glib2_version} +BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: dbus-glib-devel >= %{dbus_glib_version} BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: gtk3-devel @@ -24,9 +23,9 @@ Requires: glib2 >= %{glib2_version} Requires: desktop-notification-daemon %description -libnotify is a library for sending desktop notifications to a notification -daemon, as defined in the freedesktop.org Desktop Notifications spec. These -notifications can be used to inform the user about an event or display some +libnotify is a library for sending desktop notifications to a notification +daemon, as defined in the freedesktop.org Desktop Notifications spec. These +notifications can be used to inform the user about an event or display some form of information without getting in the user's way. %package devel @@ -35,12 +34,12 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: glib2-devel >= %{glib2_version} Requires: gtk2-devel >= %{gtk2_version} -Requires: dbus-devel >= %{dbus_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 +This package contains libraries and header files needed for development of programs using %{name}. %prep @@ -51,21 +50,14 @@ development of programs using %{name}. make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT - make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.a -%clean -rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig -%post -/sbin/ldconfig - -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -84,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libnotify/* %changelog +* Mon Oct 4 2010 Matthias Clasen - 0.6.0-1 +- Update to 0.6.0 + * Tue Jun 29 2010 Bastien Nocera 0.5.1-1 - Update to 0.5.1 diff --git a/sources b/sources index 3449758..b47d275 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -49c3832b445016f5772e74d788d3642f libnotify-0.5.1.tar.bz2 +732c9d2cd5eb6a9069264a319d330516 libnotify-0.6.0.tar.bz2