Overview
Submit package home:awissu:branches:Extra / libXaw3dXft to package Extra / libXaw3dXft
libXaw3dXft.changes
Added
x
1
2
+-------------------------------------------------------------------
3
+Fri Oct 3 21:12:35 UTC 2014 - avvissu@yandex.ru
4
+
5
+- Initial release
6
libXaw3dXft.spec
Added
99
1
2
+#
3
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
4
+#
5
+# All modifications and additions to the file contributed by third parties
6
+# remain the property of their copyright owners, unless otherwise agreed
7
+# upon. The license for this file, and modifications and additions to the
8
+# file, is the same license as for the pristine package itself (unless the
9
+# license for the pristine package is not an Open Source License, in which
10
+# case the license is the MIT License). An "Open Source License" is a
11
+# license that conforms to the Open Source Definition (Version 1.9)
12
+# published by the Open Source Initiative.
13
+
14
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
15
+#
16
+
17
+%define soname 8
18
+%define pkg_name libXaw3dxft
19
+
20
+Name: libXaw3dXft
21
+Version: 1.6.2c
22
+Release: 0
23
+Summary: Xaw3d with support for freetype and UTF8
24
+Group: Productivity/Graphics/Bitmap Editors
25
+License: GPL-3.0
26
+URL: http://sourceforge.net/projects/sf-xpaint
27
+Source0: %{name}-%{version}.tar.bz2
28
+BuildRequires: bison
29
+BuildRequires: flex
30
+%if %suse_version < 1210
31
+BuildRequires: xorg-x11-devel
32
+BuildRequires: xorg-x11-libX11-devel
33
+BuildRequires: xorg-x11-libXp-devel
34
+%else
35
+BuildRequires: libX11-devel
36
+BuildRequires: libXmu-devel
37
+BuildRequires: libXft-devel
38
+%endif
39
+BuildRequires: pkg-config
40
+
41
+%description
42
+Xaw3dxft is an extended version of Xaw3d, developed as part of xpaint
43
+with support for freetype and UTF8 encoding and allows to correctly highlight
44
+text strings in AsciiText widgets, and also allows making Lists with
45
+special colors.
46
+
47
+%package -n %{pkg_name}%{soname}
48
+Summary: Library for Xaw3d with support for freetype and UTF8
49
+Group: System/Libraries
50
+License: LGPL-3.0
51
+
52
+%description -n %{pkg_name}%{soname}
53
+Xaw3dxft is an extended version of Xaw3d, developed as part of xpaint
54
+with support for freetype and UTF8 encoding and allows to correctly highlight
55
+text strings in AsciiText widgets, and also allows making Lists with
56
+special colors.
57
+
58
+%package -n %{pkg_name}-devel
59
+Summary: Development files for libXaw3dxft
60
+Group: Development/Libraries/C and C++
61
+License: LGPL-3.0
62
+Requires: %{pkg_name}%{soname} = %{version}
63
+
64
+%description -n %{pkg_name}-devel
65
+This package contains header files and libraries needed to
66
+develop application that use libXaw3dxft.
67
+
68
+%prep
69
+%setup -q
70
+
71
+%build
72
+%configure --enable-arrow-scrollbars \
73
+ --enable-static=no
74
+%__make
75
+
76
+%install
77
+%makeinstall
78
+
79
+# Used README.xaw3d instead README.XAW3D
80
+%__rm -rf %{buildroot}%{_datadir}/doc/%name
81
+
82
+%post -n %{pkg_name}%{soname} -p /sbin/ldconfig
83
+%postun -n %{pkg_name}%{soname} -p /sbin/ldconfig
84
+
85
+%files -n %{pkg_name}%{soname}
86
+%defattr(-,root,root,-)
87
+%doc README README.xaw3d COPYING
88
+%{_libdir}/%{pkg_name}.so.*
89
+
90
+%files -n %{pkg_name}-devel
91
+%defattr(-,root,root)
92
+%{_includedir}/X11/Xaw3dxft
93
+%{_libdir}/%{pkg_name}.so
94
+%{_libdir}/pkgconfig/libxaw3dxft.pc
95
+%exclude %{_libdir}/%{pkg_name}.la
96
+
97
+%changelog
98
\ No newline at end of file
99
baselibs.conf
Added
3
1
2
+libXaw3dxft8
3
libXaw3dXft-1.6.2c.tar.bz2
Added
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
awissu created request over 10 years ago
olh accepted request over 10 years ago
Please add a comment