]> git.pld-linux.org Git - packages/wterm.git/blob - wterm.spec
- Initiale release of wterm
[packages/wterm.git] / wterm.spec
1 Summary:        Terminal Emulator for WindowMaker
2 Summary(pl):    Emulator terminala dla WindowMaker'a
3 Name:           wterm
4 Version:        6.2.9
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://largo.windowmaker.org/files/%{name}-%{version}.tar.bz2
9 # Source0-md5:  09ec12901333ad51aeca2ecd8c88730d
10 URL:            http://largo.windowmaker.org/files.php#wterm
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Wterm is a rxvt clone designed for WindowMaker. It has some interesting
15 featrues like very fast transparency or transparent NeXT scroll bar.
16
17 %description -l pl
18 Wterm to klon rxvt stworzony specjalnie z mysla o WindowMakerze. Oferuje wiele
19 interesujacych funkcji jak bardzo szybkie przezroczyste tlo czy przezroczysty
20 pasek przewijania typu  NeXT.
21
22 %prep
23 %setup -q -n %{name}-%{version}.orig -a 1
24
25 %build
26 %{__gettextize}
27 %{__aclocal}
28 %{__autoconf}
29 %{__autoheader}
30 %{__automake}
31 %configure \
32         --enable-transparency \
33         --enable-next-scroll \
34         --enable-ttygid \
35         --enable-xpm-background
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 # create directories if necessary
42 #install -d $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 #%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
53 #%attr(755,root,root) %{_bindir}/*
54 #%{_datadir}/%{name}
55
56 #%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
57 %changelog
58 * %{date} PLD Team <feedback@pld-linux.org>
59 All persons listed below can be reached at <cvs_login>@pld-linux.org
60
61 $Log: wterm.spec,v $
62 Revision 1.1  2003-10-13 18:29:17  gausus
63 - Initiale release of wterm
64
65 Revision 1.26  2003/08/04 19:06:42  qboosh
66 - "rm missing" is not necessary in general, so don't propagate it everywhere
67
68 Revision 1.25  2003/07/30 17:18:42  qboosh
69 - Requires are placed after Requires()
70
71 Revision 1.24  2003/07/28 12:40:47  qboosh
72 - added more common filenames to doc (easier to remove than to add...
73   and now it's harder to forget about updating doc section)
74
75 Revision 1.23  2003/07/13 13:29:45  deejay1
76 - inspired by ...., cut off changelog
This page took 0.069002 seconds and 4 git commands to generate.