summaryrefslogtreecommitdiff
path: root/libnotify.spec.in
blob: 154020b33eed2818cd3a57f551e18e9ee9d27b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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