source: projects/specs/trunk/S/SDL2_ttf/SDL2_ttf-vl.spec @ 12382

Revision 12382, 2.5 KB checked in by tomop, 4 years ago (diff)

updated 8 packages

SDL2-2.0.12-1

SDL2_image-2.0.5-1

SDL2_mixer-2.0.4-1

SDL2_ttf-2.0.15-1

babl-0.1.74-1

bubblewrap-0.4.1-1

gegl04-0.4.22-1

libcap-2.33-1

Line 
1Name:           SDL2_ttf
2Version:        2.0.15
3Release:        1%{?_dist_release}
4Summary:        TrueType font rendering library for SDL2
5Vendor:         Project Vine
6Distribution:   Vine Linux
7Packager:       iwaim
8
9License:        zlib
10URL:            https://www.libsdl.org/projects/SDL_ttf/
11Source0:        %{url}release/%{name}-%{version}.tar.gz
12BuildRequires:  SDL2-devel
13BuildRequires:  libGL-devel
14BuildRequires:  freetype2-devel
15BuildRequires:  zlib-devel
16
17%description
18This library allows you to use TrueType fonts to render text in SDL2
19applications.
20
21%package devel
22Summary:        Development files for %{name}
23Requires:       %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
24Requires:       SDL2-devel%{?_isa}
25
26%description devel
27The %{name}-devel package contains libraries and header files for
28developing applications that use %{name}.
29
30%prep
31%autosetup
32rm -rf external
33# Fix end-of-line encoding
34sed -i 's/\r//' README.txt CHANGES.txt COPYING.txt
35
36%build
37%configure --disable-dependency-tracking --disable-static
38sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
39%make_build
40
41%install
42%make_install
43find %{buildroot} -type f -name '*.la' -delete -print
44
45%post -p /sbin/ldconfig
46%postun -p /sbin/ldconfig
47
48%files
49%license COPYING.txt
50%doc README.txt CHANGES.txt
51%{_libdir}/lib*.so.*
52
53%files devel
54%{_libdir}/lib*.so
55%{_includedir}/SDL2/*
56%{_libdir}/pkgconfig/%{name}.pc
57
58%changelog
59* Fri Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.15-1
60- new upstream release.
61- renamed specfile.
62
63* Sun Apr 16 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 2.0.14-1
64- initial build for Vine Linux
65
66* Tue Jul 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.14-2
67- add libGL-devel to BRs
68
69* Tue Feb  2 2016 Tom Callaway <spot@fedoraproject.org> - 2.0.14-1
70- update to 2.0.14
71
72* Sun Jan 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.13-1
73- Update to 2.0.13 (RHBZ #1296754)
74
75* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.12-5
76- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
77
78* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.12-4
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
80
81* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.12-3
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
83
84* Thu Jan 2 2014 Tom Callaway <spot@fedoraproject.org> - 2.0.12-2
85- delete external directory to drop bundles
86- do not own /usr/include/SDL2
87- fix unused-direct-shlib-dependency
88
89* Mon Nov 25 2013 Tom Callaway <spot@fedoraproject.org> - 2.0.12-1
90- initial package
Note: See TracBrowser for help on using the repository browser.