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

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

updated X11 libs

Line 
1Summary: X.Org X11 libXfont2 runtime library
2Summary(ja): X.Org X11 libXfont2 ランタイムライブラリ
3Name: libXfont2
4Version: 2.0.3
5Release: 2%{?_dist_release}
6License: MIT
7Group: System Environment/Libraries
8URL: http://www.x.org
9
10Source0: http://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
11
12BuildRequires: autoconf automake libtool
13BuildRequires: pkgconfig(fontsproto)
14BuildRequires: xorg-x11-util-macros
15BuildRequires: xorg-x11-xtrans-devel >= 1.0.3
16BuildRequires: libfontenc-devel
17BuildRequires: freetype-devel
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22%description
23X.Org X11 libXfont2 runtime library
24
25%package devel
26Summary: X.Org X11 libXfont2 development package
27Summary(ja): X.Org X11 libXfont2 開発パッケージ
28Group: Development/Libraries
29Requires: %{name}%{?_isa} = %{version}-%{release}
30Requires: libfontenc-devel%{?_isa}
31
32%description devel
33X.Org X11 libXfont development package
34
35%prep
36%autosetup
37
38%build
39autoreconf -v --install --force
40export CFLAGS="$RPM_OPT_FLAGS -Os"
41%configure --disable-static
42make %{?_smp_mflags} 
43
44%install
45%make_install
46
47# We intentionally don't ship *.la files
48rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
49
50%post -p /sbin/ldconfig
51%postun -p /sbin/ldconfig
52
53%files
54%license COPYING
55%doc AUTHORS README ChangeLog
56%{_libdir}/libXfont2.so.2*
57
58%files devel
59%{_includedir}/X11/fonts/libxfont2.h
60%{_libdir}/libXfont2.so
61%{_libdir}/pkgconfig/xfont2.pc
62
63%changelog
64* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.3-2
65- rebuilt with current environment.
66
67* Wed Feb 14 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.0.3-1
68- Initial build for VineLinux
69- This package is based on libXfont2-2.0.2-1.fc28
70  (Thanks to fc team)
71
72
Note: See TracBrowser for help on using the repository browser.