source: projects/specs/trunk/lib/libX/libXaw3dXft/libXaw3dXft-vl.spec @ 12185

Revision 12185, 2.3 KB checked in by tomop, 5 years ago (diff)

updated X11 libs

RevLine 
[7871]1
2# Basic Information
3Name:           libXaw3dXft
[8999]4Summary:        X 3D Athena Widgets Library with Xft
[12185]5Version:        1.6.2e
[9247]6Release:        1%{?_dist_release}
[7871]7License:        MIT
[8999]8Group:          System Environment/Libraries
[9247]9
[7871]10Source0:        %{name}-%{version}.tar.bz2
[9247]11Patch7:         Xaw3d-1.6.1-3Dlabel.patch
12Patch10:        Xaw3d-1.6.1-fontset.patch
13
[7871]14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16Vendor:         Project Vine
17Distribution:   Vine Linux
18Packager:       yasumichi
19
20# Dependency
21Requires:       libXft
[8999]22Requires:       libXmu
[9247]23Requires:       libXpm
[7871]24BuildRequires:  libXft-devel
25BuildRequires:  libXmu-devel
[9247]26BuildRequires:  libXpm-devel
[7871]27
28%package devel
29Summary:        Development tools for programs which will use the libXaw3dXft library.
30Summary(ja):    libXaw3dXft ライブラリを使うプログラム向け開発ツール
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       libXft-devel
34Requires:       libXmu-devel
[9247]35Requires:       libXpm-devel
[7871]36
37%description
38X 3D Athena Widgets Library with Xft
39
40%description devel
41Development tools for programs which will use the libXaw3dXft library.
42
43%prep
44%setup -q
[9247]45%patch7 -p1 -b .3Dlabel
46%patch10 -p1 -b .fontset
[7871]47
48%build
[9247]49%configure \
50    --disable-static \
51    --enable-internationalization \
52    --enable-arrow-scrollbars \
53    --enable-gray-stipples \
54    --enable-multiplane-bitmaps
55
[7871]56%{__make} %{?_smp_mflags}
57
58%install
59%{__rm} -rf ${RPM_BUILD_ROOT}
60%{__make} install DESTDIR=${RPM_BUILD_ROOT}
61
62%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libXaw3dxft.la
63
64
[8999]65%post -p /sbin/ldconfig
66
67%postun -p /sbin/ldconfig
68
[7871]69%clean
70%{__rm} -rf ${RPM_BUILD_ROOT}
71
72
73%files
74%defattr(-,root,root)
[12185]75%license COPYING
76%doc README
[7871]77%{_libdir}/*.so.*
78
79%files devel
80%defattr(-,root,root)
81%{_includedir}/X11/Xaw3dxft
82%{_libdir}/*.so
[8928]83%{_libdir}/pkgconfig/libxaw3dxft.pc
[7871]84%{_docdir}/%{name}/README.XAW3D
85
86%changelog
[12185]87* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.2e-1
88- new upstream release.
89
[9247]90* Tue Jan  6 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.2d-1
91- new upstream release
92- enabled multiplane-bitmaps and gray-stipples
93- added Patch7 and Patch10 from Fedora
94
[8999]95* Sun Oct 05 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.2c-2
96- moved main package to System Environment/Libraries Group
97- added %%post and %%postun section
98
[8928]99* Wed Sep 03 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.6.2c-1
100- new upstream release
101
[7871]102* Sat Oct 05 2013 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.6.2b-1
103- initial build for Vine Linux
104
Note: See TracBrowser for help on using the repository browser.