| 1 | Name: xfce4-timer-plugin |
|---|
| 2 | Summary: Timer plugin for the Xfce4 panel |
|---|
| 3 | Summary(ja): Xfce パネル用 タイマプラグイン |
|---|
| 4 | Version: 0.6.4 |
|---|
| 5 | Release: 1%{?_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.0 |
|---|
| 16 | BuildRequires: libxfcegui4-devel >= 4.2.0 |
|---|
| 17 | BuildRequires: xfce4-panel-devel >= 4.8.0 |
|---|
| 18 | |
|---|
| 19 | Vendor: Project Vine |
|---|
| 20 | Distribution: Vine Linux |
|---|
| 21 | Packager: Takemikaduchi |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | %description |
|---|
| 25 | This is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period. |
|---|
| 26 | |
|---|
| 27 | %description -l ja |
|---|
| 28 | ユーザーが指定した時刻または指定された指定したカウントダウン時間の終わりにアラームを鳴らすためのシンプルなプラグインです。 |
|---|
| 29 | |
|---|
| 30 | %prep |
|---|
| 31 | %setup -q |
|---|
| 32 | |
|---|
| 33 | %build |
|---|
| 34 | %configure --disable-static |
|---|
| 35 | make %{?_smp_mflags} |
|---|
| 36 | |
|---|
| 37 | %install |
|---|
| 38 | rm -rf $RPM_BUILD_ROOT |
|---|
| 39 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 40 | |
|---|
| 41 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; |
|---|
| 42 | |
|---|
| 43 | %find_lang %{name} |
|---|
| 44 | |
|---|
| 45 | |
|---|
| 46 | %clean |
|---|
| 47 | rm -rf $RPM_BUILD_ROOT |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | %post |
|---|
| 51 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| 52 | gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| 53 | |
|---|
| 54 | %postun |
|---|
| 55 | if [ $1 -eq 0 ]; then |
|---|
| 56 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| 57 | gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : |
|---|
| 58 | fi |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | %files -f %{name}.lang |
|---|
| 62 | %defattr(-,root,root) |
|---|
| 63 | %doc AUTHORS COPYING ChangeLog NEWS README |
|---|
| 64 | %{_libexecdir}/xfce4/panel-plugins/xfce4-timer |
|---|
| 65 | %{_datadir}/icons/hicolor/*/apps/* |
|---|
| 66 | %{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop |
|---|
| 67 | |
|---|
| 68 | %changelog |
|---|
| 69 | * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1 |
|---|
| 70 | - initial build for Vine Linux |
|---|
| 71 | |
|---|