| 1 | |
|---|
| 2 | # Basic Information |
|---|
| 3 | Name: libXaw3dXft |
|---|
| 4 | Version: 1.6.2b |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | License: MIT |
|---|
| 7 | Group: Development/Libraries |
|---|
| 8 | Source0: %{name}-%{version}.tar.bz2 |
|---|
| 9 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 10 | |
|---|
| 11 | Vendor: Project Vine |
|---|
| 12 | Distribution: Vine Linux |
|---|
| 13 | Packager: yasumichi |
|---|
| 14 | |
|---|
| 15 | Summary: X 3D Athena Widgets Library with Xft |
|---|
| 16 | |
|---|
| 17 | # Dependency |
|---|
| 18 | Requires: libXft |
|---|
| 19 | BuildRequires: libXmu |
|---|
| 20 | BuildRequires: libXft-devel |
|---|
| 21 | BuildRequires: libXmu-devel |
|---|
| 22 | |
|---|
| 23 | %package devel |
|---|
| 24 | Summary: Development tools for programs which will use the libXaw3dXft library. |
|---|
| 25 | Summary(ja): libXaw3dXft ライブラリを使うプログラム向け開発ツール |
|---|
| 26 | Group: Development/Libraries |
|---|
| 27 | Requires: %{name} = %{version}-%{release} |
|---|
| 28 | Requires: libXft-devel |
|---|
| 29 | Requires: libXmu-devel |
|---|
| 30 | |
|---|
| 31 | %description |
|---|
| 32 | X 3D Athena Widgets Library with Xft |
|---|
| 33 | |
|---|
| 34 | %description devel |
|---|
| 35 | Development tools for programs which will use the libXaw3dXft library. |
|---|
| 36 | |
|---|
| 37 | %prep |
|---|
| 38 | %setup -q |
|---|
| 39 | |
|---|
| 40 | %build |
|---|
| 41 | %configure --enable-internationalization --enable-arrow-scrollbars |
|---|
| 42 | %{__make} %{?_smp_mflags} |
|---|
| 43 | |
|---|
| 44 | %install |
|---|
| 45 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 46 | %{__make} install DESTDIR=${RPM_BUILD_ROOT} |
|---|
| 47 | |
|---|
| 48 | %{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libXaw3dxft.a |
|---|
| 49 | %{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libXaw3dxft.la |
|---|
| 50 | |
|---|
| 51 | |
|---|
| 52 | %clean |
|---|
| 53 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 54 | |
|---|
| 55 | |
|---|
| 56 | %files |
|---|
| 57 | %defattr(-,root,root) |
|---|
| 58 | %doc COPYING README |
|---|
| 59 | %{_libdir}/*.so.* |
|---|
| 60 | |
|---|
| 61 | %files devel |
|---|
| 62 | %defattr(-,root,root) |
|---|
| 63 | %{_includedir}/X11/Xaw3dxft |
|---|
| 64 | %{_libdir}/*.so |
|---|
| 65 | %{_libdir}/pkgconfig/xaw3dxft.pc |
|---|
| 66 | %{_docdir}/%{name}/README.XAW3D |
|---|
| 67 | |
|---|
| 68 | %changelog |
|---|
| 69 | * Sat Oct 05 2013 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.6.2b-1 |
|---|
| 70 | - initial build for Vine Linux |
|---|
| 71 | |
|---|