Changeset 1643 for spec/trunk/SPECS
- Timestamp:
- May 27, 2019, 2:26:39 PM (7 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/fontconfig.spec (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/fontconfig.spec
r1212 r1643 6 6 %global _fontconfig_templatedir %{_datadir}/fontconfig/conf.avail 7 7 8 %global freetype_version 2.1 .48 %global freetype_version 2.10.0 9 9 10 10 Summary: Font configuration and customization library 11 11 Name: fontconfig 12 Version: 2.1 2.412 Version: 2.13.1 13 13 Release: 1%{?dist} 14 14 # src/ftglue.[ch] is in Public Domain … … 18 18 License: MIT and Public Domain and UCD 19 19 Group: System Environment/Libraries 20 #Source: http://fontconfig.org/release/%{name}-%{version}.tar.bz221 20 URL: http://fontconfig.org 22 21 Vendor: bww bitwise works GmbH 23 %scm_source svn http://svn.netlabs.org/repos/ports/fontconfig/trunk 222022 %scm_source github http://github.com/bitwiseworks/%{name}-os2 %{version}-os2 24 23 25 24 Source1: 30-os2-unsupported.conf … … 29 28 BuildRequires: freetype-devel >= %{freetype_version} 30 29 #BuildRequires: fontpackages-devel 31 BuildRequires: autoconf automake libtool 30 BuildRequires: autoconf automake libtool gettext 32 31 #BuildRequires: gperf 33 32 34 33 #Requires: fontpackages-filesystem 35 34 Requires: freetype 36 Requires(pre): freetype 35 Requires(pre): freetype >= 2.10.0 37 36 Requires(post): grep coreutils 38 37 #Requires: font(:lang=en) 38 #Sugests: dejavu-sans-fonts 39 39 40 40 # @todo Temporary enforce dependency on the legacy package (that was previously named … … 53 53 Requires: freetype-devel >= %{freetype_version} 54 54 Requires: pkgconfig 55 Requires: gettext 55 56 56 57 %description devel … … 76 77 %prep 77 78 %scm_setup 78 79 # Generate configure and friends80 autoreconf -fvi81 79 82 80 %build … … 88 86 export VENDOR="%{vendor}" 89 87 88 # Generate configure and friends 89 autoreconf -fvi 90 90 91 %configure \ 91 92 --with-add-fonts=%{_prefix}/local/share/fonts,%{_datadir}/fonts \ … … 95 96 96 97 %install 97 rm -rf "$RPM_BUILD_ROOT"98 98 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" 99 99 … … 109 109 mv $RPM_BUILD_ROOT%{_docdir}/fontconfig/* . 110 110 rmdir $RPM_BUILD_ROOT%{_docdir}/fontconfig/ 111 112 %find_lang %{name} 113 %find_lang %{name}-conf 114 cat %{name}-conf.lang >> %{name}.lang 111 115 112 116 %check … … 119 123 120 124 %post 125 #%{?ldconfig} 121 126 122 127 umask 0022 … … 138 143 #%{_bindir}/fc-cache -s 139 144 140 %files 145 %files -f %{name}.lang 141 146 %doc README AUTHORS 142 147 %doc fontconfig-user.txt fontconfig-user.html … … 146 151 %{_bindir}/fc-cache.exe 147 152 %{_bindir}/fc-cat.exe 153 %{_bindir}/fc-conflist.exe 148 154 %{_bindir}/fc-list.exe 149 155 %{_bindir}/fc-match.exe … … 163 169 164 170 %files devel 165 %{_libdir}/fontconfig* .a171 %{_libdir}/fontconfig*_dll.a 166 172 %{_libdir}/pkgconfig/* 167 173 %{_includedir}/fontconfig 168 174 %{_mandir}/man3/* 175 %{_datadir}/gettext/its/fontconfig.its 176 %{_datadir}/gettext/its/fontconfig.loc 169 177 170 178 %files devel-doc … … 172 180 173 181 %changelog 182 * Fri May 24 2019 Silvan Scherrer <silvan.scherrer@aroa.com> 2.13.1-1 183 - update to version 2.13.1 184 - moved source to github 185 - adjusted spec according to fedora one 186 174 187 * Wed Aug 09 2017 Silvan Scherrer <silvan.scherrer@aroa.com> 2.12.4-1 175 188 - Update to version 2.12.4.
Note:
See TracChangeset
for help on using the changeset viewer.
