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