]> git.pld-linux.org Git - SPECS.git/blob - neXtaw.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / neXtaw.spec
1 Summary:        neXtaw - a replacement library for the Athena
2 Summary(pl.UTF-8):      neXtaw - zamiennik biblioteki Athena
3 Name:           neXtaw
4 Version:        0.15.1
5 Release:        0.1
6 License:        GPL-like
7 Group:          Libraries
8 Source0:        http://siag.nu/pub/neXtaw/%{name}-%{version}.tar.gz
9 # Source0-md5:  1c9cbcef735d8e26f3e48bd529aca6a7
10 URL:            http://siag.nu/neXtaw/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _xincludedir    /usr/X11R6/include
14
15 %description
16 neXtaw is a replacement library for the Athena (libXaw) widget set. It
17 is based on Xaw3d, by Kaleb Keithley and is almost 100% backward
18 compatible with it. Its goal is to try to emulate the look and feel of
19 the N*XTSTEP GUI.
20
21 %description -l pl.UTF-8
22 neXtaw to zamiennik biblioteki zestawu widgetów Athena (libXaw). Jest
23 oparty na Xaw3d Kaleba Keithleya i jest z nią prawie w 100% wstecznie
24 kompatybilna. Celem jest próba emulacji wyglądu i zachowania GUI
25 N*XTSTEP.
26
27 %package devel
28 Summary:        Header files for neXtaw library
29 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki neXtaw
30 Group:          Development/Libraries
31 Requires:       %{name} = %{version}-%{release}
32
33 %description devel
34 Header files for neXtaw library.
35
36 %description devel -l pl.UTF-8
37 Pliki nagłówkowe biblioteki neXtaw.
38
39 %package static
40 Summary:        Static neXtaw library
41 Summary(pl.UTF-8):      Statyczna biblioteka neXtaw
42 Group:          Development/Libraries
43 Requires:       %{name}-devel = %{version}-%{release}
44
45 %description static
46 Static neXtaw library.
47
48 %description static -l pl.UTF-8
49 Statyczna biblioteka neXtaw.
50
51 %prep
52 %setup -q
53
54 %build
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 install -d $RPM_BUILD_ROOT%{_xincludedir}
65 mv $RPM_BUILD_ROOT%{_includedir}/X11 $RPM_BUILD_ROOT%{_xincludedir}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %files
74 %defattr(644,root,root,755)
75 %doc AUTHORS COPYING ChangeLog README TODO doc/CHANGES doc/FAQ doc/README.XAW3D
76 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
77
78 %files devel
79 %defattr(644,root,root,755)
80 %doc doc/app-defaults/*
81 %attr(755,root,root) %{_libdir}/lib*.so
82 %{_libdir}/lib*.la
83 %{_xincludedir}/X11/neXtaw
84
85 %files static
86 %defattr(644,root,root,755)
87 %{_libdir}/lib*.a
This page took 0.476549 seconds and 3 git commands to generate.