Changeset 614 for spec/trunk/SPECS
- Timestamp:
- Dec 14, 2015, 8:04:00 PM (10 years ago)
- File:
-
- 1 moved
-
spec/trunk/SPECS/fontconfig-legacy.spec (moved) (moved from spec/trunk/SPECS/fontconfig.spec ) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/fontconfig-legacy.spec
r563 r614 1 1 Summary: Font configuration and customization library 2 Name: fontconfig 3 Version: 2. 8.04 Release: 2%{?dist}2 Name: fontconfig-legacy 3 Version: 2.11.94 4 Release: 1%{?dist} 5 5 # src/ftglue.[ch] is in Public Domain 6 6 # src/fccache.c contains Public Domain code … … 11 11 #Source: http://fontconfig.org/release/%{name}-%{version}.tar.bz2 12 12 URL: http://fontconfig.org 13 13 14 %define svn_url http://svn.netlabs.org/repos/ports/fontconfig_os2/trunk 14 %define svn_rev 918 15 %define svn_rev 1188 16 15 17 Source: %{name}-%{version}-r%{svn_rev}.zip 16 18 17 BuildR oot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)19 BuildRequires: gcc make subversion zip 18 20 19 21 BuildRequires: freetype-devel >= 2.5.3 … … 22 24 Requires(pre): freetype 23 25 26 # fontconfig-legacy used to be fontconfig before 2.11.94 (fontconfig is now a different 27 # package containing the complete upstream version with a differnt DLL name). 28 Obsoletes: fontconfig < 2.11.94 29 24 30 %description 25 31 Fontconfig is designed to locate fonts within the 26 system and select them according to requirements specified by 32 system and select them according to requirements specified by 27 33 applications. 28 34 … … 30 36 Summary: Font configuration and customization library 31 37 Group: Development/Libraries 32 Requires: %{name} %{?_isa}= %{version}-%{release}38 Requires: %{name} = %{version}-%{release} 33 39 Requires: freetype-devel >= 2.5.3 34 40 Requires: pkgconfig 41 42 Obsoletes: fontconfig-devel < 2.11.94 35 43 36 44 %description devel … … 38 46 and developer docs for the fontconfig package. 39 47 40 Install fontconfig-devel if you want to develop programs which 48 Install fontconfig-devel if you want to develop programs which 41 49 will use fontconfig. 50 51 %debug_package 42 52 43 53 … … 53 63 54 64 55 %build56 65 %define kmk_env \ 57 66 KMK_FLAGS="\ 58 67 KBUILD_VERBOSE=2 \ 59 68 BUILD_TYPE=release \ 60 NIX_INST_DIR=%{_prefix}" \ 61 unset BUILD_PLATFORM 69 INST_PREFIX=%{_prefix}" 70 71 72 %build 62 73 63 74 %{kmk_env} … … 71 82 rm -rf "%{buildroot}" 72 83 73 cmd /c kmk $KMK_FLAGS PATH_INS="%{buildroot}/%{_prefix}" install 74 emximp -o %{buildroot}/%{_libdir}/fontconfig_dll.a %{buildroot}/%{_libdir}/fontconfig.lib 75 rm %{buildroot}/%{_libdir}/*.lib 84 cmd /c kmk $KMK_FLAGS DESTDIR="%{buildroot}" install 85 76 86 77 87 %clean … … 87 97 %files devel 88 98 %defattr(-,root,root) 89 %{_libdir}/fontconfig*. a99 %{_libdir}/fontconfig*.lib 90 100 %{_libdir}/pkgconfig/* 91 101 %{_includedir}/fontconfig … … 93 103 94 104 %changelog 105 * Mon Dec 14 2015 Dmitriy Kuminov <coding@dmik.orgh> - 2.11.94-1 106 - Import version 2.11.94 and add many new exports. 107 - Complete support for many APIs (FcPattern*, FcStr*, FcLang*) 108 which makes this version much closer to original fontconfig. 109 - Hard-code substitution of WarpSans with Workplace Sans. 110 - Makefiles cleanup. 111 - Rename package from fontconfig to fontconfig-legacy due to the OS/2 112 release of the full version of the original fontconfig library. 113 95 114 * Wed Oct 28 2014 Silvan Scherrer <silvan.scherrer@aroa.ch> - 2.8.0-2 96 115 - build with svn source now
Note:
See TracChangeset
for help on using the changeset viewer.
