]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/blob - xfce4-notes-plugin.spec
- rel up for rebuild with xfce 4.2
[packages/xfce4-notes-plugin.git] / xfce4-notes-plugin.spec
1 Summary:        Notes plugin for the Xfce panel
2 Summary(pl):    Notatki dla Xfce
3 Name:           xfce4-notes-plugin
4 Version:        0.10.0
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications        
8 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
9 # Source0-md5:  3fe2a4ce0bf208138b8056dd1ca6ab74
10 URL:            http://xfce-goodies.berlios.de/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  xfce4-panel-devel >= 4.1.90
14 Requires:       xfce4-panel >= 4.1.90
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 xfce4-notes is a plugin for the Xfce panel which provides a simple
19 system for managing sticky notes on your desktop.
20
21 %description -l pl
22 xfce4-notes jest wtyczk± dla panelu Xfce pozwalaj±c± na umieszczanie
23 notatek na pulpicie.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__aclocal} -I m4
30 %{__autoconf}
31 %{__autoheader}
32 %{__automake}
33 %configure \
34         --disable-static
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog NEWS README
52 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/libnotes.so
53 %{_datadir}/xfce4/notes/note.png
This page took 0.09735 seconds and 3 git commands to generate.