Changeset 1282 for spec/trunk/SPECS
- Timestamp:
- Dec 27, 2017, 11:55:54 AM (8 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 3 added
- 1 edited
-
icu (added)
-
icu.spec (modified) (5 diffs)
-
icu/gennorm2-man.patch (added)
-
icu/icuinfo-man.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/icu.spec
r699 r1282 3 3 Name: icu 4 4 Version: 56.1 5 Release: 1%{?dist}5 Release: 2%{?dist} 6 6 Summary: International Components for Unicode 7 7 Group: Development/Tools … … 15 15 Requires: lib%{name}%{?_isa} = %{version}-%{release} 16 16 17 %define svn_url http://svn.netlabs.org/repos/ports/icu/trunk 18 %define svn_rev 1388 17 %scm_source svn http://svn.netlabs.org/repos/ports/icu/trunk 1388 19 18 20 Source: %{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip 21 22 BuildRequires: gcc make subversion zip 19 BuildRequires: gcc make 23 20 24 21 Patch4: gennorm2-man.patch … … 65 62 %prep 66 63 67 %if %{?svn_rev:%(sh -c 'if test -f "%{_sourcedir}/%{name}-%{version}-r%{svn_rev}.zip" ; then echo 1 ; else echo 0 ; fi')}%{!?svn_rev):0} 68 %setup -q 69 %else 70 %setup -n "%{name}-%{version}" -Tc 71 svn export %{?svn_rev:-r %{svn_rev}} %{svn_url} . --force 72 rm -f "%{_sourcedir}/%{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip" 73 (cd .. && zip -SrX9 "%{_sourcedir}/%{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip" "%{name}-%{version}") 74 %endif 64 %scm_setup 75 65 76 66 %patch4 -p1 … … 81 71 cd source 82 72 autoreconf -fvi 73 export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 83 74 %configure --with-data-packaging=library --disable-samples \ 84 75 --disable-renaming \ … … 178 169 179 170 %changelog 171 * Wed Dec 27 2017 Dmitriy Kuminov <coding@dmik.org> 56.1-2 172 - Build with high memory support. 173 - Use scm_source macro and friends. 174 180 175 * Tue Mar 15 2016 Dmitriy Kuminov <coding@dmik.org> 56.1-1 181 176 - Initial package for version 56.1.
Note:
See TracChangeset
for help on using the changeset viewer.
