|
@@ -2,11 +2,15 @@
|
|
# Basic Information
|
|
# Basic Information
|
|
Name: libXaw3dXft
|
|
Name: libXaw3dXft
|
|
Summary: X 3D Athena Widgets Library with Xft
|
|
Summary: X 3D Athena Widgets Library with Xft
|
|
-Version: 1.6.2c
|
|
+Version: 1.6.2d
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: MIT
|
|
License: MIT
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
|
|
+
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
+Patch7: Xaw3d-1.6.1-3Dlabel.patch
|
|
|
|
+Patch10: Xaw3d-1.6.1-fontset.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -16,8 +20,10 @@ Packager: yasumichi
|
|
# Dependency
|
|
# Dependency
|
|
Requires: libXft
|
|
Requires: libXft
|
|
Requires: libXmu
|
|
Requires: libXmu
|
|
|
|
+Requires: libXpm
|
|
BuildRequires: libXft-devel
|
|
BuildRequires: libXft-devel
|
|
BuildRequires: libXmu-devel
|
|
BuildRequires: libXmu-devel
|
|
|
|
+BuildRequires: libXpm-devel
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development tools for programs which will use the libXaw3dXft library.
|
|
Summary: Development tools for programs which will use the libXaw3dXft library.
|
|
@@ -26,6 +32,7 @@ Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: libXft-devel
|
|
Requires: libXft-devel
|
|
Requires: libXmu-devel
|
|
Requires: libXmu-devel
|
|
|
|
+Requires: libXpm-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
X 3D Athena Widgets Library with Xft
|
|
X 3D Athena Widgets Library with Xft
|
|
@@ -35,16 +42,23 @@ Development tools for programs which will use the libXaw3dXft library.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch7 -p1 -b .3Dlabel
|
|
|
|
+%patch10 -p1 -b .fontset
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --enable-internationalization --enable-arrow-scrollbars
|
|
+%configure \
|
|
|
|
+ --disable-static \
|
|
|
|
+ --enable-internationalization \
|
|
|
|
+ --enable-arrow-scrollbars \
|
|
|
|
+ --enable-gray-stipples \
|
|
|
|
+ --enable-multiplane-bitmaps
|
|
|
|
+
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT}
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT}
|
|
|
|
|
|
-%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libXaw3dxft.a
|
|
|
|
%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libXaw3dxft.la
|
|
%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libXaw3dxft.la
|
|
|
|
|
|
|
|
|
|
@@ -69,6 +83,11 @@ Development tools for programs which will use the libXaw3dXft library.
|
|
%{_docdir}/%{name}/README.XAW3D
|
|
%{_docdir}/%{name}/README.XAW3D
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jan 6 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.2d-1
|
|
|
|
+- new upstream release
|
|
|
|
+- enabled multiplane-bitmaps and gray-stipples
|
|
|
|
+- added Patch7 and Patch10 from Fedora
|
|
|
|
+
|
|
* Sun Oct 05 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.2c-2
|
|
* Sun Oct 05 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.2c-2
|
|
- moved main package to System Environment/Libraries Group
|
|
- moved main package to System Environment/Libraries Group
|
|
- added %%post and %%postun section
|
|
- added %%post and %%postun section
|