| 1 | Name: xfce4-datetime-plugin |
|---|
| 2 | Summary: Date and Time plugin for the Xfce4 panel |
|---|
| 3 | Summary(ja): Xfce パネル用 日付プラグイン |
|---|
| 4 | Version: 0.6.1 |
|---|
| 5 | Release: 2%{?_dist_release} |
|---|
| 6 | |
|---|
| 7 | Group: User Interface/Desktops |
|---|
| 8 | License: GPLv2+ |
|---|
| 9 | URL: http://goodies.xfce.org/projects/panel-plugins/%{name} |
|---|
| 10 | |
|---|
| 11 | Source0: http://archive.xfce.org/src/panel-plugins/%{name}/0.6/%{name}-%{version}.tar.bz2 |
|---|
| 12 | |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 14 | |
|---|
| 15 | BuildRequires: libxfce4util-devel >= 4.3.99.2 |
|---|
| 16 | BuildRequires: libxfce4ui-devel >= 4.3.99.2 |
|---|
| 17 | BuildRequires: libxfcegui4-devel >= 4.3.99.2 |
|---|
| 18 | BuildRequires: xfce4-panel-devel >= 4.3.99.2 |
|---|
| 19 | |
|---|
| 20 | Vendor: Project Vine |
|---|
| 21 | Distribution: Vine Linux |
|---|
| 22 | Packager: Takemikaduchi |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | %description |
|---|
| 26 | This plugin shows the date and time in the panel, and a calendar appears when you left-click on it. |
|---|
| 27 | |
|---|
| 28 | %description -l ja |
|---|
| 29 | このプラグインはパネルに日付を表示し、左クリックすることでカレンダーが現れます。 |
|---|
| 30 | |
|---|
| 31 | %prep |
|---|
| 32 | %setup -q |
|---|
| 33 | |
|---|
| 34 | %build |
|---|
| 35 | %configure --disable-static |
|---|
| 36 | make %{?_smp_mflags} |
|---|
| 37 | |
|---|
| 38 | %install |
|---|
| 39 | rm -rf $RPM_BUILD_ROOT |
|---|
| 40 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 41 | |
|---|
| 42 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; |
|---|
| 43 | |
|---|
| 44 | %find_lang %{name} |
|---|
| 45 | |
|---|
| 46 | |
|---|
| 47 | %clean |
|---|
| 48 | rm -rf $RPM_BUILD_ROOT |
|---|
| 49 | |
|---|
| 50 | |
|---|
| 51 | %files -f %{name}.lang |
|---|
| 52 | %defattr(-,root,root) |
|---|
| 53 | %doc AUTHORS COPYING ChangeLog NEWS README |
|---|
| 54 | %{_libdir}/xfce4/panel-plugins/libdatetime.so |
|---|
| 55 | %{_datadir}/xfce4/panel-plugins/datetime.desktop |
|---|
| 56 | |
|---|
| 57 | %changelog |
|---|
| 58 | * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-2 |
|---|
| 59 | - rebuild with VineSeed environment |
|---|
| 60 | |
|---|
| 61 | * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1 |
|---|
| 62 | - initial build for Vine Linux |
|---|
| 63 | |
|---|