]> git.pld-linux.org Git - packages/xpaint.git/blob - xpaint.spec
- updated to 2.5.6,
[packages/xpaint.git] / xpaint.spec
1 Summary:     paint program for X
2 Summary(de): Malprogramm für X
3 Summary(fr): Programme de dessin sous X
4 Summary(pl): Program do rysowania pod X Window
5 Summary(tr): X altýnda boyama programý
6 Name:        xpaint
7 Version:     2.5.6
8 Release:     1
9 Copyright:   MIT
10 Group:       X11/Applications/Graphics
11 Group(pl):   X11/Aplikacje/Grafika
12 Source:      ftp://sunsite.unc.edu/pub/Linux/apps/graphics/draw/%{name}-%{version}.tar.gz
13 Icon:        xpaint.gif
14 URL:         http://www.danbbs.dk/~torsten/xpaint/
15 BuildRoot:   /tmp/%{name}-%{version}-root
16
17 %description
18 XPaint is a color image editing tool which features most standard paint
19 program options, as well as advanced features such as image processing
20 algorithms.  It allows for the editing of multiple images simultaneously and
21 supp
22
23 %description -l de
24 XPaint ist ein Farbbildbearbeitungs-Tool mit den meisten üblichen, aber auch
25 erweiterten Funktionen wie Bildverarbeitungsalgorithmen. Sie können mehrere
26 Bilder gleichzeitig bearbeiten.
27
28 %description -l fr
29 xpaint est un outil d'édition d'images en couleur offrant la plupart des
30 options du programme paint, ainsi que des caractéristiques avancées comme
31 des algorithmes de traitement d'image. Il permet l'édition simultanée de
32 plusieurs images et plus.
33
34 %description
35 XPaint jest programem do edycji kolorowych grafik z funkcjami jakie ma
36 wiêkszo¶c typowych programów tego typu a tak¿e niektóre bardziej
37 zaawansowane funkcje jak ró¿ne algorytmy obróbki grafiki. 
38
39 program options, as well as advanced features such as image processing
40 algorithms.  It allows for the editing of multiple images simultaneously and
41 supp
42
43 %description -l tr
44 Xpaint, X ortamýnda en temel resimleme yeteneklerini barýndýran basit bir
45 programdýr.
46
47 %prep
48 %setup -q -n xpaint
49
50 %build
51 xmkmf
52 make Makefiles
53 make CXXDEBUGFLAGS="$RPM_OPT_FLAGS" CDEBUGFLAGS="$RPM_OPT_FLAGS"
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
58
59 make DESTDIR=$RPM_BUILD_ROOT install install.man
60
61 cat > $RPM_BUILD_ROOT/etc/X11/wmconfig/xpaint <<EOF
62 xpaint name "xpaint"
63 xpaint description "Paint Program"
64 xpaint group Graphics
65 xpaint exec "xpaint &"
66 EOF
67
68 gzip -9nf $RPM_BUILD_ROOT/usr/X11R6/man/man1/*
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644, root, root, 755)
75 %doc Doc/CHANGES README README.PNG TODO Doc
76 %config /etc/X11/wmconfig/xpaint
77 %attr(755, root, root) /usr/X11R6/bin/xpaint
78 /usr/X11R6/lib/X11/app-defaults/XPaint
79 %attr(644, root,  man) /usr/X11R6/man/man1/*
80
81 %changelog
82 * Sun Nov 29 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
83   [2.5.6-1]
84 - added pl translation,
85 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
86 - added using %%{name} and %%{version} in Source,
87 - changeded dependences to "Requires: %%{name} = %%{version}" in devel
88   subpackage,
89 - added using $RPM_OPT_FLAGS during compile,
90 - added gzipping man pages,
91 - added URL,
92 - added full %attr description in %files.
93
94 * Mon Aug  3 1998 Jeff Johnson <jbj@redhat.com>
95 - build root.
96
97 * Tue Jun 09 1998 Mike Wangsmo <wanger@redhat.com>
98 - changed the docs from being %config files.
99
100 * Fri May 01 1998 Prospector System <bugs@redhat.com>
101 - translations modified for de, fr, tr
102
103 * Thu Apr 16 1998 Erik Troan <ewt@redhat.com>
104 - built against libpng 1.0
105
106 * Fri Oct 24 1997 Marc Ewing <marc@redhat.com>
107 - new release
108 - wmconfig
109
110 * Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
111 - build against new libpng
112
113 * Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
114 - built against glibc
115
116 * Tue Mar 25 1997 Erik Troan <ewt@redhat.com>
117 - "make install.man" places man page in wrong location
This page took 0.071828 seconds and 3 git commands to generate.