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

Revision 8999, 1.8 KB checked in by inagaki, 10 years ago (diff)

2014-10-05 Ryoichi INAGAKI <ryo1@…>

  • dtc, libXaw3dXft, protobuf, qdbm: update


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