source: projects/specs/trunk/x/xgraph/xgraph-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: xgraph - 2D data plotting program
2Summary(ja): 2次元データプロッタ−
3Name: xgraph
4Version: 12.1
5Release: 3%{?_dist_release}
6#Source: ftp:://shambhala.Berkeley.EDU/pub/xgraph-11.3.2.tar.gz
7URL: http://www.isi.edu/nsnam/xgraph/index.html
8Source: %{name}-%{version}.tar.bz2
9Patch0: %{name}-%{version}-color1.patch
10Patch1: %{name}-man.patch
11Patch2: %{name}-%{version}-h9a.diff
12License: distributable
13Group: Applications/Engineering
14Buildroot: %{_tmppath}/%{name}-root
15Prefix: %{_prefix}
16
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21Xgraph is a two-dimensional plotting program that accepts data in a
22form similar to the Unix program "graph" and displays line graphs,
23scatter plots, or bar charts on an X11 display.  These graphs are
24fully annotated with a title, axis numbering and labels, and a legend.
25Zooming in on regions of a graph is supported.  The program can
26generate hardcopy output to Postscript printers and HPGL plotters.
27This package contains PSCOLOR patches.
28
29Install xgraph if you need a simple 2D scientific data
30viewer package.
31
32%description -l ja
33xgraph は科学技術分野に於いて伝統的に使われて来た2次元データ
34プロッターです。このパッケージでは機能拡張 (color PostScript)
35がなされています。
36
372次元のデータを手軽に視覚化したい場合は xgraph をインストールして下さい。
38
39%prep
40%setup
41%patch0 -p1 -b .colorPS
42mv %{name}.man %{name}.1
43%patch1 -p0 -b .man
44%patch2 -p1 -b .h9a
45aclocal
46automake -a
47autoconf
48
49%build
50%configure
51make DEFS="$DEFS -DPS_COLOR"
52
53%install
54rm -rf $RPM_BUILD_ROOT
55mkdir -p $RPM_BUILD_ROOT/%{_bindir} $RPM_BUILD_ROOT/%{_mandir}/man1
56make DESTDIR=$RPM_BUILD_ROOT install
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(-,root,root)
63%doc README*
64%doc examples/*.xg
65%{_bindir}/xgraph
66%{_mandir}/man1/xgraph.1*
67
68%changelog
69* Tue Oct 07 2008 KOBAYASHI Taizo <tkoba@vinelinux.org> 12.1-3
70- applied new versioning policy
71
72* Fri Jul 21 2006 KOBAYASHI Taizo <tkoba@vinelinux.org> 12.1-2vl5
73- fix h9 patch
74
75* Thu Oct 28 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 12.1-2vl4
76- modified hack9 patch for 12.1
77
78* Wed Mar 10 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 12.1-2vl3
79- rebuild
80
81* Wed Aug 13 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 12.1-2vl2
82- fixed ColorPS patch
83
84* Mon Jun 24 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 12.1-2vl1
85- update original sources
86- modified ColorPS patch and fixed color series
87
88* Wed Feb 13 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org>
89- fixed colorPS patch
90- fixed Group: section (by sagami@mwc.biglobe.ne.jp [VineSeed:05647])
91- rebuild on XF86-4
92
93* Mon Jan 15 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org>
94- fixed mark5 ps output.
95
96* Sat Dec 08 2001 KOBAYASHI R. Taizo <tkoba@vinelinux.org>
97- applied
98    hack9 : http://www.goice.co.jp/member/mo/hack-progs/xgraph.html
99    color PS : http://zeus.c.oka-pu.ac.jp/~watanabe/Solaris/xgraph.html
100    geometry fix : http://www.imc.im.hiroshima-cu.ac.jp/~sakapon/prog/
101    svga, colorPS option
102- first release
Note: See TracBrowser for help on using the repository browser.