| 1 | Name: wmifs |
|---|
| 2 | Version: 1.3 |
|---|
| 3 | Release: 3%{?_dist_release} |
|---|
| 4 | License: GPL |
|---|
| 5 | Source0: ftp://ftp.mezaway.org/pub/DockApps/wmifs-1.3b1.tar.gz |
|---|
| 6 | URL: http://windowmaker.mezaway.org/dockapps/wmifs.html |
|---|
| 7 | Patch0: http://ftp.debian.org/debian/pool/main/w/wmifs/wmifs_1.3b1-11.diff |
|---|
| 8 | Vendor: Project Vine (Vine Plus) |
|---|
| 9 | Distribution: Vine Plus |
|---|
| 10 | Group: User Interface/Desktops |
|---|
| 11 | BuildRequires: XOrg-devel |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | Summary: wmifs - a dockable network monitoring app |
|---|
| 14 | Summary(ja): wmifs - ネットワーク監視 dock app |
|---|
| 15 | |
|---|
| 16 | %description |
|---|
| 17 | WMiFS is a complete network monitoring dock.app, it's mainly |
|---|
| 18 | designed for usage in WindowMaker's dock and give you some |
|---|
| 19 | nice & nifty features. |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | %description -l ja |
|---|
| 23 | WMiFS は,ネットワーク監視用の dock app です.WindowMaker の |
|---|
| 24 | dock 用に作られたもので,いろいろな便利な機能を備えています. |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | %prep |
|---|
| 28 | %setup -n wmifs.app |
|---|
| 29 | %patch0 -p1 |
|---|
| 30 | |
|---|
| 31 | %build |
|---|
| 32 | |
|---|
| 33 | cd ${RPM_BUILD_DIR}/wmifs.app/wmifs |
|---|
| 34 | make |
|---|
| 35 | |
|---|
| 36 | %install |
|---|
| 37 | rm -rf %{buildroot} |
|---|
| 38 | mkdir -p %{buildroot}/usr/X11R6/bin |
|---|
| 39 | mkdir -p %{buildroot}/etc |
|---|
| 40 | mkdir -p %{buildroot}%{_mandir}/man1 |
|---|
| 41 | install -m 755 wmifs/wmifs %{buildroot}/usr/X11R6/bin/. |
|---|
| 42 | install -m 644 wmifs/sample.wmifsrc %{buildroot}/etc/wmifsrc |
|---|
| 43 | install -m 644 debian/wmifs.1 %{buildroot}%{_mandir}/man1/wmifs.1 |
|---|
| 44 | |
|---|
| 45 | %clean |
|---|
| 46 | rm -rf ${RPM_BUILD_ROOT} |
|---|
| 47 | |
|---|
| 48 | %files |
|---|
| 49 | %defattr(-,root,root) |
|---|
| 50 | %doc BUGS CHANGES COPYING HINTS INSTALL README TODO |
|---|
| 51 | /etc/wmifsrc |
|---|
| 52 | /usr/X11R6/bin/wmifs |
|---|
| 53 | %{_mandir}/man1/wmifs.1* |
|---|
| 54 | |
|---|
| 55 | |
|---|
| 56 | %changelog |
|---|
| 57 | * Sun Feb 21 2010 Shu KONNO <owa@bg.wakwak.com> 1.3-3 |
|---|
| 58 | - rebuilt with new toolchain |
|---|
| 59 | |
|---|
| 60 | * Sun Jun 14 2009 Shu KONNO <owa@bg.wakwak.com> 1.3-2 |
|---|
| 61 | - applied new versioning policy, spec in utf-8 |
|---|
| 62 | |
|---|
| 63 | * Tue Sep 26 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3-1vl2 |
|---|
| 64 | - rebuilt with new toolchains |
|---|
| 65 | - s/Copyright/License/ |
|---|
| 66 | - changed Group to User Interface/Desktops |
|---|
| 67 | |
|---|
| 68 | * Thu Mar 25 2004 KOBAYASHI R. Taizo (tkoba@vinelinux.org) 1.3-1vl1 |
|---|
| 69 | - added patch0 |
|---|
| 70 | |
|---|
| 71 | * Thu Jan 13 2000 MATSUBAYASHI 'Shaolin' Kohji |
|---|
| 72 | - 1.3-0.1 |
|---|
| 73 | - version & release changed (contents are same as in 1.3b1-1) |
|---|
| 74 | |
|---|
| 75 | * Sun Aug 22 1999 MATSUBAYASHI 'Shaolin' Kohji |
|---|
| 76 | - 1.3b1 |
|---|