54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
Summary: Desktop notifications library
|
|
Name: libnotify
|
|
Version: @VERSION@
|
|
Release: 1%{?dist}
|
|
License: GPL
|
|
Group: Applications/System
|
|
Source: http://www.galago.info/files/releases/source/libnotify-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
URL: http://svn.galago.info/trunk/libnotify
|
|
BuildPrereq: dbus-devel >= 0.30
|
|
Requires: dbus >= 0.30
|
|
|
|
%description
|
|
A library that sends desktop notifications to a notification daemon, as
|
|
defined in the 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.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
%makeinstall
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS ChangeLog COPYING README
|
|
%{_bindir}/*
|
|
%{_libdir}/lib*.a
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/lib*.la
|
|
%{_libdir}/lib*.so.*
|
|
%{_libdir}/pkgconfig/*
|
|
%{_includedir}/*
|
|
|
|
%changelog
|
|
* Mon Jul 12 2005 Richard Hughes <richard@hughsie.com> 0.0.1-1
|
|
- initial packaging of 0.0.1
|
|
|