rpms/ibus-table-erbi/devel ibus-table-erbi.spec,1.7,1.8

Caius Chance cchance at fedoraproject.org
Mon May 18 13:40:35 UTC 2009


Author: cchance

Update of /cvs/pkgs/rpms/ibus-table-erbi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29983

Modified Files:
	ibus-table-erbi.spec 
Log Message:
rebuilt with install .db without index, and create index on .db during post-install



Index: ibus-table-erbi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table-erbi/devel/ibus-table-erbi.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ibus-table-erbi.spec	18 May 2009 00:23:15 -0000	1.7
+++ ibus-table-erbi.spec	18 May 2009 13:40:04 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name:       ibus-table-erbi
 Version:    1.1.0.20090407
-Release:    7%{?dist}
+Release:    8%{?dist}
 Summary:    Erbi input methods for ibus-table
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -43,30 +43,22 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} NO_INDEX=true install INSTALL="install -p"
 
-# installs table source
-%__install -m 0755 -d %{buildroot}/%{_datadir}/ibus-table/tables/
-%__install -m 0644 tables/erbi_qs.txt %{buildroot}/%{_datadir}/ibus-table/tables/
-
-# removes table binary as it should be created post install
-%__rm %{buildroot}/%{_datadir}/ibus-table/tables/erbi_qs.db
-
 %clean
 rm -rf %{buildroot}
 
 %post
-%{_bindir}/ibus-table-createdb -n %{_datadir}/ibus-table/tables/erbi_qs.db -s %{_datadir}/ibus-table/tables/erbi_qs.txt
-%__rm %{_datadir}/ibus-table/tables/erbi_qs.txt
-
-%postun
-%__rm %{_datadir}/ibus-table/tables/erbi_qs.db
+%{_bindir}/ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/erbi_qs.db
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
-%{_datadir}/ibus-table/tables/erbi_qs.txt
+%{_datadir}/ibus-table/tables/erbi_qs.db
 %{_datadir}/ibus-table/icons/erbi-qs.svg
 
 %changelog
+* Mon May 18 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090407-8.fc12
+- Rebuilt with index creation during post-install.
+
 * Mon May 18 2009 Caius Chance <cchance at redhat.com> - 1.1.0.20090407-7.fc12
 - Resolves: rhbz#500973 (Missing .txt during post.)
 




More information about the scm-commits mailing list