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

Revision 7871, 1.5 KB checked in by yasumichi, 11 years ago (diff)

new package

Line 
1
2# Basic Information
3Name:           libXaw3dXft
4Version:        1.6.2b
5Release:        1%{?_dist_release}
6License:        MIT
7Group:          Development/Libraries
8Source0:        %{name}-%{version}.tar.bz2
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10
11Vendor:         Project Vine
12Distribution:   Vine Linux
13Packager:       yasumichi
14
15Summary:        X 3D Athena Widgets Library with Xft
16
17# Dependency
18Requires:       libXft
19BuildRequires:  libXmu
20BuildRequires:  libXft-devel
21BuildRequires:  libXmu-devel
22
23%package devel
24Summary:        Development tools for programs which will use the libXaw3dXft library.
25Summary(ja):    libXaw3dXft ライブラリを使うプログラム向け開発ツール
26Group:          Development/Libraries
27Requires:       %{name} = %{version}-%{release}
28Requires:       libXft-devel
29Requires:       libXmu-devel
30
31%description
32X 3D Athena Widgets Library with Xft
33
34%description devel
35Development 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
Note: See TracBrowser for help on using the repository browser.