source: projects/specs/trunk/P/Plotmtv/Plotmtv-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: fast multi-purpose plotting program for X11-windows
2Summary(ja): X11 ¾å¤ÇÆ°ºî¤¹¤ë¥°¥é¥ÕºîÀ®¥Ä¡¼¥ë
3Name:  Plotmtv
4Version: 1.4.4t
5Release: 0vl3
6Source:  plotmtv_1.4.4t.orig.tar.gz
7Patch0: Plotmtv.larger.patch
8Patch1: plotmtv_1.4.4t-6.diff.gz
9Patch2: Plotmtv_1.4.4t.larger.patch
10License: distributable
11Group: Applications/Engineering
12Buildroot: %{_tmppath}/%{name}-%{version}-root
13
14
15%description
16plotmtv  is  a fast and convenient X11 program for visual-
17ization of scientific data.  The program reads in data  in
18the  MTVDAT format and plots each dataset in the data-file
19in turn.  Each plot comes with  a  simple  but  functional
20Graphical User Interface (GUI), which allows users to zoom
21in or pan to areas of interest on the plot, or  to  toggle
22between  2D  and  3D  plots.  The  plots  may then be sent
23directly to a grayscale or color  PostScript  printer  for
24hard-copy output.
25
26%description -l ja
27plotmtv ¤Ï²Ê³Ø¥Ç¡¼¥¿¤ò²Ä»ë²Ä¤¹¤ë¹â®¤Ç»È¤¤¤ä¤¹¤¤¥×¥í¥°¥é¥à¤Ç¤¹¡¥
28MTVDAT¥Õ¥©¡¼¥Þ¥Ã¥È¤Î¥Ç¡¼¥¿¤òÆɤ߹þ¤ß¡¤¥Ç¡¼¥¿¥Õ¥¡¥¤¥ëÃæ¤Î³Æ¥Ç¡¼
29¥¿¥»¥Ã¥È¤ò¥×¥í¥Ã¥È¤·¤Þ¤¹¡¥³Æ¥×¥í¥Ã¥È¤Ï´Êñ¤Ê¤·¤«¤·µ¡Ç½Åª¤ÊGUI
30¤ÇÁàºî¤Ç¤­¡¤É½¼¨¥¨¥ê¥¢¤ÎÁªÂò¤ä¥º¡¼¥à¡¤2D, 3D ¥×¥í¥Ã¥È¤ÎÀÚ¤êÂؤ¨
31¤Ê¤É¤ò´Êñ¤Ë¤Ç¤­¤Þ¤¹¡¥ºîÀ®¤·¤¿¥°¥é¥Õ¤Ï¥°¥ì¥¤¥¹¥±¡¼¥ë¤ä¥«¥é¡¼¤Î
32¥×¥ê¥ó¥¿¡¼¤ËľÀܽÐÎϤǤ­¤Þ¤¹¡¥
33
34%prep
35%setup -n %{name}%{version}
36%patch1 -p1
37%patch2 -p1
38
39%build
40xmkmf
41make World
42
43%install
44[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
45
46make DESTDIR=${RPM_BUILD_ROOT} install
47cd Docs/
48install -d ${RPM_BUILD_ROOT}/usr/X11R6/man/man1/
49install -m 644 plotmtv.man ${RPM_BUILD_ROOT}/usr/X11R6/man/man1/plotmtv.1x
50
51%clean
52[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(-,root,root)
56%doc README.INSTALL README.VERSION Tests/ Docs/
57/usr/X11R6/bin/plotmtv
58/usr/X11R6/bin/ctr2mtv
59/usr/X11R6/bin/drawplot2mtv
60/usr/X11R6/bin/pdraw2mtv
61/usr/X11R6/bin/mtv2mtv
62/usr/X11R6/man/man1/plotmtv.1x*
63
64%changelog
65* Sun Jul 11 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.4t-0vl3
66- s/Copyright/License/
67- changed Group to Applications/Engineering
68- fixed Buildroot to use macros
69
70* Sun May 09 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.4.4t-0vl2
71- modified patch0 to patch2
72
73* Sat May 08 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.4.4t-0vl1
74- source update from debian package
75
76* Sun Oct 15 2000 MACHINO, Satoshi <machino@vinelinux.org> 1.4.1-0vl2
77- fixed in %files for brp-redhat scripts
78
79* Thu Mar  9 2000 Jun Nishii <jun@vinelinux.org> 1.4.1-0vl1
80- build for Vine Linux 2.0
81
82* Thu Nov 5 1997 Jun NISHII <Jun NISHII>
83- make array size larger
84
85* Thu Oct 9 1997 Jun NISHII <Jun NISHII>
86- make array size large
Note: See TracBrowser for help on using the repository browser.