Sophie

Sophie

distrib > Mandriva > 10.0-com > x86_64 > by-pkgid > e4a8e9b1c01e21a7e41a57b405489c49 > files > 1

xfce-notes-plugin-0.9.7-1mdk.src.rpm


# soname breaks, don't run libtoolize
%define __libtoolize    /bin/true

Summary: 	Notes panel plugin for XFce.
Name: 		xfce-notes-plugin
Version: 	0.9.7
Release: 	1mdk
License:	GPL
URL: 		http://xfce4-goodies.berlios.de
Source0: 	xfce4-notes-plugin-%{version}.tar.bz2
Group: 		Graphical desktop/Other
BuildRoot: 	%{_tmppath}/%{name}-root
Requires:	xfce-panel
BuildRequires:	xfce-panel-devel

%description
Notes panel plugin for the XFce desktop environment. It provides a
simple system for managing sticky notes on your desktop.


%prep
%setup -q -n xfce4-notes-plugin-%{version}

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
# notes.png install breaks
%makeinstall DESTDIR=$RPM_BUILD_ROOT Defaultdir="%{_datadir}/xfce4/notes"

rm $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.a

%find_lang xfce4-notes

%clean
rm -rf $RPM_BUILD_ROOT

%files -f xfce4-notes.lang
%defattr(-,root,root)
%doc README ChangeLog COPYING AUTHORS
%{_libdir}/xfce4/panel-plugins/*
%dir %{_datadir}/xfce4/notes
%{_datadir}/xfce4/notes/note.png

%changelog
* Mon Nov 24 2003 Marcel Pol <mpol@gmx.net> 0.9.7-1mdk
- initial mandrake package