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

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

import VineSeed package specs

Line 
1Summary: An X Window System screenshot grabber.
2Summary(ja): X ウィンドウ・システムの画像切取ツール
3Name: xwpick
4Version: 2.20
5Release: 12%{?_dist_release}
6License: MIT
7Group: User Interface/X
8Source: ftp://ftp.x.org/contrib/applications/xwpick-%{version}.tar.gz
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10BuildRequires: XOrg-devel
11
12%description
13The xwpick program allows you to choose an image or a rectangular piece
14of an image from an X Window System window and then write the image to
15a file in a variety of formats, incuding PostScript(TM), GIF, and PICT.
16
17Install the xwpick program if you need to take screenshots from X Window
18System screens and write them to files.
19
20%description -l ja
21xwpick を使うと X Window System のウィンドウの画像を切り取って
22PostScript(TM), GIF, PICT などのフォーマットで保存することができます.
23
24%prep
25%setup -q
26
27%build
28xmkmf
29make
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34make DESTDIR=$RPM_BUILD_ROOT MANPATH=%{_mandir} install install.man
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(-,root,root)
41%doc 0README
42%{_bindir}/xwpick
43%{_mandir}/man1/xwpick.1*
44
45%changelog
46* Wed Oct 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.20-12vl5
47- applied new versioning policy, spec in utf-8
48- modified install directories
49
50* Tue Jul 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20-11vl3
51- rebuilt with new toolchains
52- changed Group to User Interface/X
53- added BuildRequires
54- s/Copyright/License/
55
56* Thu Nov  9 2000 Masato Bito <masato@nets.ce.hiroshima-cu.ac.jp>
57- 2.20-11vl2
58- modified %files section to handle compressed man pages
59
60* Fri Mar 10 2000 Jun Nishii <jun@vinelinux.org>
61- build for Vine Linux 2.0
62
63* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
64- auto rebuild in the new build environment (release 11)
65
66* Fri Dec 20 1998 Bill Nottingham <notting@redhat.com>
67- build for 6.0
68
69* Thu Aug 13 1998 Jeff Johnson <jbj@redhat.com>
70- build root
71
72* Fri May 08 1998 Prospector System <bugs@redhat.com>
73- translations modified for de, fr, tr
74
75* Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
76- fixed src url
77
78* Fri Aug 22 1997 Erik Troan <ewt@redhat.com>
79- built against glibc
Note: See TracBrowser for help on using the repository browser.