Fix [Bug 496886] libchewing-debuginfo does not contain sources

epel9
Ding-Yi Chen 16 years ago
parent c9d1b51017
commit dfcb414a5e

@ -6,3 +6,4 @@ libchewing-0_3_2-2_fc10:HEAD:libchewing-0.3.2-2.fc10.src.rpm:1230010807
libchewing-0_3_2-3_fc10:HEAD:libchewing-0.3.2-3.fc10.src.rpm:1231914268 libchewing-0_3_2-3_fc10:HEAD:libchewing-0.3.2-3.fc10.src.rpm:1231914268
libchewing-0_3_2-4_fc10:HEAD:libchewing-0.3.2-4.fc10.src.rpm:1232696067 libchewing-0_3_2-4_fc10:HEAD:libchewing-0.3.2-4.fc10.src.rpm:1232696067
libchewing-0_3_2-6_fc10:HEAD:libchewing-0.3.2-6.fc10.src.rpm:1235113283 libchewing-0_3_2-6_fc10:HEAD:libchewing-0.3.2-6.fc10.src.rpm:1235113283
libchewing-0_3_2-8_fc10:HEAD:libchewing-0.3.2-8.fc10.src.rpm:1240375796

@ -1,7 +1,7 @@
Name: libchewing Name: libchewing
Version: 0.3.2 Version: 0.3.2
Release: 7%{?dist} Release: 8%{?dist}
Summary: Intelligent phonetic input method library for Traditional Chinese Summary: Intelligent phonetic input method library for Traditional Chinese
Group: System Environment/Libraries Group: System Environment/Libraries
@ -54,19 +54,18 @@ library.
#%patch6 -p1 -b .7-bz237916 #%patch6 -p1 -b .7-bz237916
#%patch7 -p1 -b .8-bz200694 #%patch7 -p1 -b .8-bz200694
#%patch8 -p1 -b .9-bz195416 #%patch8 -p1 -b .9-bz195416
%patch9 -p0 -b .libpatch %patch9 -p0 -b .bz477690
%build %build
#./autogen.sh #./autogen.sh
#autoreconf -v #autoreconf -v
export CFLAGS=-DLIBINSTDIR='\"%{_libdir}\"' export CFLAGS=-DLIBINSTDIR='\"%{_libdir}\" -g'
%configure --disable-static %configure --disable-static
#make LIBINSTDIR="\"%{_libdir}\"" %{__make} RPM_CFLAGS="%{optflags}" %{_smp_mflags}
make all RPM_CFLAGS="$RPM_OPT_FLAGS"
%install %install
rm -rf $RPM_BUILD_ROOT #rm -rf $RPM_BUILD_ROOT
make DESTDIR=%{buildroot} install %{__make} DESTDIR=%{buildroot} install
rm $RPM_BUILD_ROOT%{_libdir}/libchewing.la rm $RPM_BUILD_ROOT%{_libdir}/libchewing.la
mkdir -p $RPM_BUILD_ROOT%{libchewing_python_dir} mkdir -p $RPM_BUILD_ROOT%{libchewing_python_dir}
cp python/chewing.py $RPM_BUILD_ROOT%{libchewing_python_dir} cp python/chewing.py $RPM_BUILD_ROOT%{libchewing_python_dir}
@ -98,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so %{_libdir}/*.so
%changelog %changelog
* Wed Apr 22 2009 Ding-Yi Chen <dchen at redhat dot com> - 0.3.2-8
- Fix [Bug 496968] - libchewing-debuginfo does not contain sources.
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-7 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Loading…
Cancel
Save