]> git.pld-linux.org Git - packages/xfce4-datetime-plugin.git/blame_incremental - xfce4-datetime-plugin.spec
- up to 0.6.2
[packages/xfce4-datetime-plugin.git] / xfce4-datetime-plugin.spec
... / ...
CommitLineData
1Summary: A date and time plugin for the Xfce panel
2Summary(pl.UTF-8): Wtyczka panelu Xfce pokazująca datę i czas
3Name: xfce4-datetime-plugin
4Version: 0.6.2
5Release: 1
6License: GPL v2
7Group: X11/Applications
8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/0.6/%{name}-%{version}.tar.bz2
9# Source0-md5: fe604a251eadbc5b0f2b4737b85d92c8
10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: intltool
14BuildRequires: libtool
15BuildRequires: libxfce4ui-devel
16BuildRequires: xfce4-dev-tools >= 4.4.0
17BuildRequires: xfce4-panel-devel >= 4.4.0
18Requires: xfce4-panel >= 4.4.0
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22An additional clock for the Xfce panel which also shows the date, with
23adjustable font.
24
25%description -l pl.UTF-8
26Wtyczka dla panelu Xfce wyświetlająca datę i czas, wyposażona w
27kalendarz.
28
29%prep
30%setup -q
31
32%build
33%{__intltoolize}
34%{__libtoolize}
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure \
40 --disable-static
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
50
51%find_lang %{name}
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files -f %{name}.lang
57%defattr(644,root,root,755)
58%doc AUTHORS ChangeLog README
59%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libdatetime.so
60%{_datadir}/xfce4/panel/plugins/datetime.desktop
This page took 0.023227 seconds and 4 git commands to generate.