]> git.pld-linux.org Git - packages/Xaw3d.git/blob - Xaw3d.spec
*** empty log message ***
[packages/Xaw3d.git] / Xaw3d.spec
1 Summary:        X athena widgets in 3d
2 Summary(de):    X-Athena-Widgets in 3D 
3 Summary(fr):    Widgets X Athena en 3D
4 Summary(pl):    Biblioteka X athena widgets (wersja 3D)
5 Summary(tr):    3D X Athena arayüz elemanlarý (widgets)
6 Name:           Xaw3d
7 Version:        1.5
8 Release:        2
9 Group:          X11/Libraries
10 Group(pl):      X11/Biblioteki
11 Copyright:      MIT
12 Source:         ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/%{name}-%{version}.tar.gz
13 Patch0:         Xaw3d-1.3-glibc.patch
14 URL:            ftp://ftp.x.org/contrib/widgets/Xaw3d/
15 Prereq:         fileutils
16 BuildRoot:      /tmp/%{name}-%{version}-root
17
18 %description
19 Xaw3d is an enhanced version of the MIT Athena Widget set for X Windows
20 that adds a 3-dimensional look to the applications with minimal or no
21 source code changes.
22
23 %description -l de
24 Xaw3d ist eine erweiterte Version des MIT Athena Widget Set für X Windows,
25 das die Anwendung dreidimensional erscheinen läßt, ohne daß umfangreiche 
26 Änderungen am Quellcode notwendig sind.
27
28 %description -l fr
29 Xaw3d est une version améliorée de l'ensemble Athena Widget du MIT pour
30 X Window qui ajoute un aspect 3D aux applications avec peu, ou pas du tout,
31 de modification du code.
32
33 %description -l tr
34 Xaw3d, MIT Athena kitaplýðýna, uygulamalara herhangi bir kod deðiþikliði
35 yapýlmasýný gerektirmeden (ya da ufak deðiþiklikler yaparak), üç boyutlu
36 bir görüntü kazandýran bir geliþtirmedir.
37
38 %description -l pl
39 Xaw3d jest ulepszon± wersj± biblioteki X Athena Widget, która dodaje
40 trójwymiarowy wygl±d aplikacjom przy minimalnych (lub ¿adnych) zmianach
41 kodu ¼ród³owego.
42
43 %package devel
44 Summary:     Files for developing programs that use Xaw3d
45 Summary(de): Dateien zur Entwicklung von Programmen, die Xaw3d benutzen 
46 Summary(fr): Fichiers pour développer des programmes utilisant Xaw3d
47 Summary(tr): Xaw3d kitaplýðýný kullanan programlar geliþtirmek için gerekli dosyalar
48 Group:       X11/Libraries
49 Requires:    %{name} = %{version}
50
51 %description devel
52 Xaw3d is an enhanced version of the MIT Athena Widget set for X Windows
53 that adds a 3-dimensional look to the applications with minimal or no
54 source code changes.
55
56 This package includes the header files developing programs that take full
57 advantage of Xaw3d's features.
58
59 %description -l de devel
60 Xaw3d ist eine erweiterte Version des MIT-Athena Widget-Sets für X-Windows,
61 das einer Applikationen mit minimalen oder keinen Änderungen am Quellcode
62 einen 3D-Look verleiht. Das Paket enthält die Headerdateien zur Entwicklung
63 von Programmen, die die Vorteile von Xaw3d voll nutzen.
64
65 %description -l fr devel
66 Xaw3d est une version améliorée de l'ensemble Athena Widget du MIT pour X
67 Window qui ajoute un aspect 3D aux applications avec peu, ou pas du tout,
68 de modification du code. Ce paquetage contient les en-têtes pour
69 développer des programmes tirant plein avantage des caractéristiques de
70 Xaw3d.
71
72 %description -l pl devel
73 Xaw3d jest ulepszon± wersj± biblioteki X Athena Widget, która dodaje
74 trójwymiarowy wygl±d aplikacjom przy minimalnych (lub ¿adnych) zmianach
75 kodu ¼ród³owego.
76
77 Ten pakiet zawiera pliki nag³ówkowe potrzebne do kompilacji programów
78 wykorzystuj±cych Xaw3d.
79
80 %package static
81 Summary:     Xaw3d static library
82 Group:       X11/Libraries
83 Requires:    %{name}-devel = %{version}
84
85 %description static
86 Xaw3d is an enhanced version of the MIT Athena Widget set for X Windows
87 that adds a 3-dimensional look to the applications with minimal or no
88 source code changes.
89
90 This package includes the static library for developing programs that take
91 full advantage of Xaw3d's features.
92
93 %description -l de static
94 Xaw3d ist eine erweiterte Version des MIT-Athena Widget-Sets für X-Windows, 
95 das einer Applikationen mit minimalen oder keinen Änderungen am Quellcode
96 einen 3D-Look verleiht. Das Paket enthält die statischen Library zur
97 Entwicklung von Programmen, die die Vorteile von Xaw3d voll nutzen.
98
99 %description -l pl static
100 Xaw3d jest ulepszon± wersj± biblioteki X Athena Widget, która dodaje
101 trójwymiarowy wygl±d aplikacjom przy minimalnych (lub ¿adnych) zmianach
102 kodu ¼ród³owego.
103
104 Ten pakiet zawiera biblioteki statyczne dla Xaw3d.
105
106 %prep
107 %setup -q -c
108 %patch0 -p1
109
110 %build
111 export PATH=/usr/X11R6/bin:$PATH
112 cd xc/lib/Xaw3d
113 xmkmf
114 mkdir X11; ln -s `pwd` X11/Xaw3d
115 make    CDEBUGFLAGS="$RPM_OPT_FLAGS" \
116         CXXDEBUGFLAGS="$RPM_OPT_FLAGS" \
117         EXTRA_INCLUDES=-I.
118
119 %install
120 rm -rf $RPM_BUILD_ROOT
121 mkdir -p $RPM_BUILD_ROOT/usr/X11R6/include/X11
122 cd xc/lib/Xaw3d
123 make install DESTDIR=$RPM_BUILD_ROOT
124 mv      $RPM_BUILD_ROOT/usr/X11R6/include/X11/Xaw3d \
125         $RPM_BUILD_ROOT/usr/X11R6/include/Xaw3d
126 ln -s ../Xaw3d $RPM_BUILD_ROOT/usr/X11R6/include/X11/Xaw3d
127
128 strip $RPM_BUILD_ROOT/usr/X11R6/lib/lib*.so.*.*
129
130 %post   -p /sbin/ldconfig
131 %postun -p /sbin/ldconfig
132
133 %clean
134 rm -rf $RPM_BUILD_ROOT
135
136 %files
137 %attr(755, root, root) /usr/X11R6/lib/lib*.so.*.*
138
139 %files devel
140 %defattr(644, root, root, 755)
141 /usr/X11R6/lib/lib*.so
142 /usr/X11R6/include/Xaw3d
143 /usr/X11R6/include/X11/Xaw3d
144
145 %files static
146 %attr(644, root, root) /usr/X11R6/lib/*.a
147
148 %changelog
149 * Sat Jan 23 1999 Micha³ Kuratczyk <kurkens@polbox.com>
150 - added pl translation
151
152 * Mon Oct 12 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
153   [1.5-2]
154 - fixed compiling Xaw3d on system without installled Xaw3d-devel.
155
156 * Mon Aug 16 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
157   [1.5-1]
158 - added -q %setup parameter,
159 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
160 - added using %%{name} and %%{version} in Source,
161 - added static subpackage,
162 - changed dependencies to "Requires: %%{name} = %%{version}" in devel
163   subpackage,
164 - added using $RPM_OPT_FLAGS during compile,
165 - added stripping shared libraries,
166 - added %attr and %defattr macros in %files (allows build package from
167   non-root account).
168
169 * Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
170   [1.3-15]
171 - fixed the bad symlink
172 - BuildRoot
173
174 * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
175 - translations modified for de, fr, tr
176
177 * Tue Nov 04 1997 Erik Troan <ewt@redhat.com>
178 - don't lave an improper return code from %pre
179
180 * Mon Nov 03 1997 Cristian Gafton <gafton@redhat.com>
181 - take care of the old location of the Xaw3d includes in case that one exist
182 - updated Prereq: field
183
184 * Mon Oct 26 1997 Cristian Gafton <gafton@redhat.com
185 - fixed the -devel package for the right include files path
186
187 * Mon Oct 13 1997 Donnie Barnes <djb@redhat.com>
188 - minor spec file cleanups
189
190 * Wed Oct 01 1997 Erik Troan <ewt@redhat.com>
191 - i18n widec.h patch needs to be applied on all systems
192
193 * Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
194 - changed axp check to alpha
195
196 * Mon Jun 16 1997 Erik Troan <ewt@redhat.com>
197 - built against glibc
This page took 0.062868 seconds and 4 git commands to generate.