2005-11-15 15:28:30 +00:00
|
|
|
%define gtk2_version 2.4.0
|
|
|
|
|
|
|
|
Summary: libnotify notification library
|
|
|
|
Name: libnotify
|
2005-11-15 18:46:06 +00:00
|
|
|
Version: 0.3.0
|
2005-12-15 00:12:47 +00:00
|
|
|
Release: 2
|
2005-11-15 15:28:30 +00:00
|
|
|
URL: http://www.galago-project.org/specs/notification/
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
License: LGPL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
|
|
BuildPreReq: libtool
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
Requires: glib2 >= %{glib2_version}
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
|
|
libnotify is an implementation of the freedesktop.org desktop
|
|
|
|
notification specification.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%configure
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING ChangeLog NEWS
|
|
|
|
|
|
|
|
%{_bindir}/notify-send
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/lib*.so*
|
|
|
|
%{_libdir}/pkgconfig/libnotify.pc
|
|
|
|
|
|
|
|
%changelog
|
2005-12-15 00:12:47 +00:00
|
|
|
* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-2
|
|
|
|
- Actual release of the 0.3.x series
|
|
|
|
|
2005-11-15 18:46:06 +00:00
|
|
|
* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-1
|
|
|
|
- Bump version to not conflict with older libnotify libraries
|
|
|
|
|
2005-11-15 15:28:30 +00:00
|
|
|
* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.0.2-1
|
|
|
|
- inital build
|