]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/blob - xfce4-notes-plugin.spec
- tabs in preamble
[packages/xfce4-notes-plugin.git] / xfce4-notes-plugin.spec
1 Summary:        Notes plugin for the Xfce panel
2 Summary(pl.UTF-8):      Notatki dla panelu Xfce
3 Name:           xfce4-notes-plugin
4 Version:        1.4.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://goodies.xfce.org/releases/xfce4-notes-plugin/%{name}-%{version}.tar.bz2
9 # Source0-md5:  6f20d84bf3aadd6c974f226c04f33050
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig
15 BuildRequires:  rpmbuild(macros) >= 1.311
16 BuildRequires:  xfce4-dev-tools >= 4.4.0
17 BuildRequires:  xfce4-panel-devel >= 4.4.0
18 Requires(post,postun):  gtk+2
19 Requires(post,postun):  hicolor-icon-theme
20 Requires:       xfce4-panel >= 4.4.0
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 xfce4-notes is a plugin for the Xfce panel which provides a simple
25 system for managing sticky notes on your desktop.
26
27 %description -l pl.UTF-8
28 xfce4-notes jest wtyczką dla panelu Xfce pozwalającą na umieszczanie
29 notatek na pulpicie.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__libtoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure \
41         --disable-static
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post
57 %update_icon_cache hicolor
58
59 %postun
60 %update_icon_cache hicolor
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog NEWS README TODO
65 %attr(755,root,root) %{_bindir}/xfce4-popup-notes
66 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-notes-plugin
67 %{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin.desktop
68 %{_iconsdir}/hicolor/*/apps/*.*
This page took 0.055467 seconds and 3 git commands to generate.