source: projects/specs/trunk/w/wishx_transition/wishx_transition-vl.spec @ 521

Revision 521, 1.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:   wishx_transition
2Version:        1.0
3Release:        1%{?_dist_release}
4
5Summary:        Replacement for wishx script
6Summary(ja): wishx ¤òÃÖ¤­´¹¤¨¤ë¥¹¥¯¥ê¥×¥È
7Group:          Applications/Other
8License:        GPLv2
9URL:            http://wiki.tcl.tk/207
10
11Source0: wishx.sh
12
13BuildRoot:  %{_tmppath}/%{name}-%{version}-root
14
15Requires: tcl, tk, tclx
16
17#--------------------------------------------------------------------
18%description
19Replacement for wishx script
20http://wiki.tcl.tk/207
21
22%description -l ja
23wishx ¤òÍ׵᤹¤ë¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Î°Ù¤Ë tclx¤Ø¤Î¶¶ÅϤ·¤ò¹Ô¤¦¥¹¥¯¥ê¥×¥È
24¤Ç¤¹¡£
25
26¾ÜºÙ¤Ï http://wiki.tcl.tk/207 ¤Ë¤¢¤ê¤Þ¤¹¡£
27
28#--------------------------------------------------------------------
29%prep
30## %setup -q -n %{name}-%{version}
31
32## %build
33
34%install
35
36rm -rf $RPM_BUILD_ROOT
37
38# make wishx for tcl/tk timidity
39mkdir -p $RPM_BUILD_ROOT/usr/local/bin/
40cp -p %{SOURCE0} $RPM_BUILD_ROOT/usr/local/bin/wishx
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45#--------------------------------------------------------------------
46%files
47%defattr(-,root,root)
48/usr/local/bin/wishx
49
50#--------------------------------------------------------------------
51%changelog
52* Fri May 23 2008 Seiichirou Babasaki 1.0-1
53- Updated specfile
54- create wishx.sh package
55
56
Note: See TracBrowser for help on using the repository browser.