]> git.pld-linux.org Git - packages/xfce4-datetime-plugin.git/blob - xfce4-datetime-plugin.spec
8cf30786b0af2f0bfbb92cacc7f1577cf44a33a0
[packages/xfce4-datetime-plugin.git] / xfce4-datetime-plugin.spec
1 Summary:        A date and time plugin for the XFce4 panel
2 Summary(pl):    Plugin pokazuj±cy datê i czas
3 Name:           xfce4-datetime-plugin
4 Version:        0.2
5 Release:        1
6 License:        GPL
7 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
8 # Source0-md5:  ff4d9b545550fa72eba1c37a5d48edb6
9 Group:          X11/Applications
10 URL:            http://xfce-goodies.berlios.de/
11 BuildRequires:  xfce4-panel-devel >= 4.0.0
12 Requires:       xfce4-panel >= 4.0.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 An additional clock for the XFce4 panel which also shows the date,
17 with adjustable font.
18
19 %description -l pl
20 Plugin dla panelu XFce4 wy¶wietlaj±cy datê i czas, wyposa¿ony w
21 kalendarz.
22
23 %prep
24 %setup -q
25
26 %build
27 %{configure}
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog README
43 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.061629 seconds and 3 git commands to generate.