remove the redundant post and postun scripts (#625330)
This commit is contained in:
parent
0a3b98317e
commit
a362d1d300
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.3.0.20100621
|
Version: 1.3.0.20100621
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -24,15 +24,13 @@ Group: Development/Libraries
|
|||||||
Requires: %{name} = %{version}-%{release}, pkgconfig
|
Requires: %{name} = %{version}-%{release}, pkgconfig
|
||||||
|
|
||||||
%description -n %{name}-devel
|
%description -n %{name}-devel
|
||||||
Headers and other files needed to develop applications using the %{name} library.
|
Development files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static --disable-additional
|
||||||
--prefix=%{_prefix} \
|
|
||||||
--disable-additional
|
|
||||||
%__make %{?_smp_mflags}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -44,13 +42,6 @@ Headers and other files needed to develop applications using the %{name} library
|
|||||||
%clean
|
%clean
|
||||||
%__rm -rf $RPM_BUILD_ROOT
|
%__rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
### temp keep additional tables until ibus-table-{code,latin} are ready in repo
|
|
||||||
#ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/compose.db
|
|
||||||
#ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/latex.db
|
|
||||||
###
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -107,6 +98,9 @@ Headers and other files needed to develop applications using the %{name} library
|
|||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 1 2010 Jens Petersen <petersen@redhat.com> - 1.3.0.20100621-3
|
||||||
|
- remove the redundant post and postun scripts (#625330)
|
||||||
|
|
||||||
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.0.20100621-2
|
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.0.20100621-2
|
||||||
- recompiling .py files against Python 2.7 (rhbz#623320)
|
- recompiling .py files against Python 2.7 (rhbz#623320)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user