Changeset 1211 for spec/trunk/SPECS
- Timestamp:
- Aug 9, 2017, 9:41:24 AM (8 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/freetype.spec (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/freetype.spec
r1041 r1211 2 2 Summary: A free and portable font rendering engine 3 3 Name: freetype 4 Version: 2. 7.14 Version: 2.8.0 5 5 Release: 1%{?dist} 6 6 License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement … … 9 9 10 10 Vendor: bww bitwise works GmbH 11 %scm_source svn http://svn.netlabs.org/repos/ports/freetype2/trunk 2 10911 %scm_source svn http://svn.netlabs.org/repos/ports/freetype2/trunk 2215 12 12 #Source: http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.bz2 13 13 #Source1: http://download.savannah.gnu.org/releases/freetype/freetype-doc-%{version}.tar.bz2 … … 18 18 BuildRequires: libpng-devel 19 19 BuildRequires: zlib-devel 20 BuildRequires: bzip2-devel 20 21 21 22 Provides: %{name}-bytecode … … 46 47 Group: Development/Libraries 47 48 Requires: %{name} = %{version}-%{release} 48 Requires: libpng-devel49 49 50 50 %description devel … … 65 65 export LDFLAGS=" -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 66 66 export VENDOR="%{vendor}" 67 %configure --disable-static 67 %configure --disable-static \ 68 --with-zlib=yes \ 69 --with-bzip2=yes \ 70 --with-png=yes \ 71 --with-harfbuzz=no 72 68 73 make %{?_smp_mflags} 69 74 … … 72 77 rm -rf $RPM_BUILD_ROOT 73 78 74 %make install gnulocaledir=$RPM_BUILD_ROOT%{_datadir}/locale79 %make_install gnulocaledir=$RPM_BUILD_ROOT%{_datadir}/locale 75 80 76 81 # Don't package static a or .la files … … 83 88 84 89 %files 85 %defattr(-,root,root) 90 %{!?_licensedir:%global license %%doc} 91 %license docs/LICENSE.TXT docs/FTL.TXT docs/GPLv2.TXT 86 92 %{_libdir}/freetyp*.dll 87 93 %doc README 88 %doc docs/LICENSE.TXT docs/FTL.TXT docs/GPLv2.TXT89 %doc docs/CHANGES docs/formats.txt90 94 %doc docs/VERSIONS.TXT 91 95 92 96 93 97 #%files demos 94 #%defattr(-,root,root)95 98 #%{_bindir}/ftbench 96 99 #%{_bindir}/ftchkwd … … 106 109 107 110 %files devel 108 %defattr(-,root,root) 111 %doc docs/CHANGES docs/formats.txt 112 #%doc docs/ft2faq.html 109 113 %dir %{_includedir}/freetype2 110 114 %{_datadir}/aclocal/freetype2.m4 … … 113 117 %{_bindir}/freetype-config 114 118 %{_libdir}/pkgconfig/freetype2.pc 119 #%doc docs/design 120 #%doc docs/glyphs 115 121 %doc docs/reference 122 #%doc docs/tutorial 116 123 %{_mandir}/man1/* 117 124 118 125 119 126 %changelog 127 * Wed Aug 09 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> - 2.8.0-1 128 - updated source to 2.8.0 129 120 130 * Wed Mar 01 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> - 2.7.1-1 121 131 - updated source to 2.7.1
Note:
See TracChangeset
for help on using the changeset viewer.
