]> git.pld-linux.org Git - packages/xfce4-notes-plugin.git/blob - xfce4-notes-plugin.spec
- release 2 (by relup.sh)
[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.8.1
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.8/%{name}-%{version}.tar.bz2
9 # Source0-md5:  31cb9520b01512a94344770b4befdb3b
10 Patch0:         format-security.patch
11 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
12 BuildRequires:  Thunar-devel >= 1.2.0
13 BuildRequires:  autoconf >= 2.63
14 BuildRequires:  automake
15 BuildRequires:  intltool
16 BuildRequires:  libtool
17 BuildRequires:  libunique-devel
18 BuildRequires:  libxfce4ui-devel
19 BuildRequires:  pkgconfig
20 BuildRequires:  rpmbuild(macros) >= 1.601
21 BuildRequires:  xfce4-dev-tools >= 4.8.0
22 BuildRequires:  xfce4-panel-devel >= 4.8.0
23 BuildRequires:  xfconf-devel >= 4.8.0
24 Requires:       gtk-update-icon-cache
25 Requires:       hicolor-icon-theme
26 Requires:       xfce4-panel >= 4.8.0
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 xfce4-notes is a plugin for the Xfce panel which provides a simple
31 system for managing sticky notes on your desktop.
32
33 %description -l pl.UTF-8
34 xfce4-notes jest wtyczką dla panelu Xfce pozwalającą na umieszczanie
35 notatek na pulpicie.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40
41 %build
42 %{__intltoolize}
43 %{__libtoolize}
44 %{__aclocal}
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure \
49         --disable-silent-rules \
50         --disable-static
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
61
62 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
63
64 %find_lang %{name}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %post
70 %update_icon_cache hicolor
71
72 %postun
73 %update_icon_cache hicolor
74
75 %files -f %{name}.lang
76 %defattr(644,root,root,755)
77 %doc AUTHORS ChangeLog NEWS README
78 %{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
79 %attr(755,root,root) %{_bindir}/xfce4-notes
80 %attr(755,root,root) %{_bindir}/xfce4-popup-notes
81 %attr(755,root,root) %{_bindir}/xfce4-notes-settings
82 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libnotes.so*
83 %{_datadir}/xfce4-notes-plugin
84 %{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin.desktop
85 %{_iconsdir}/hicolor/*/apps/*.*
86 %{_desktopdir}/xfce4-notes.desktop
This page took 0.07652 seconds and 4 git commands to generate.