Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2012-06-26 16:02:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and      /work/SRC/openSUSE:Factory/.ispell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ispell", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ispell/ispell.changes    2012-02-15 
16:16:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes       2012-06-26 
16:03:00.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 18 14:08:25 UTC 2012 - [email protected]
+
+- Rename and relocate SuSEconfig.ispell
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ispell.spec ++++++
--- /var/tmp/diff_new_pack.JYH2K5/_old  2012-06-26 16:03:02.000000000 +0200
+++ /var/tmp/diff_new_pack.JYH2K5/_new  2012-06-26 16:03:02.000000000 +0200
@@ -23,7 +23,9 @@
 Url:            http://www.lasr.cs.ucla.edu/geoff/ispell.html
 PreReq:         fillup fileutils
 Provides:       spell
-Requires:       words ispell_english_dictionary ispell_dictionary
+Requires:       ispell_dictionary
+Requires:       ispell_english_dictionary
+Requires:       words
 Version:        3.3.02
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -69,7 +71,10 @@
 %package     -n ispell-american
 Summary:        American ispell dictionary
 Group:          Productivity/Text/Spell
-Provides:       ispell_english_dictionary ispell_dictionary iamerica 
locale(ispell:en)
+Provides:       iamerica
+Provides:       ispell_dictionary
+Provides:       ispell_english_dictionary
+Provides:       locale(ispell:en)
 Obsoletes:      iamerica
 
 %description -n ispell-american
@@ -84,7 +89,10 @@
 %package     -n ispell-british
 Summary:        British ispell dictionary
 Group:          Productivity/Text/Spell
-Provides:       ispell_english_dictionary ispell_dictionary ibritish 
locale(ispell:en_GB)
+Provides:       ibritish
+Provides:       ispell_dictionary
+Provides:       ispell_english_dictionary
+Provides:       locale(ispell:en_GB)
 Obsoletes:      ibritish
 
 %description -n ispell-british
@@ -121,78 +129,77 @@
   make all
 
 %install
-  DESTDIR=$RPM_BUILD_ROOT
+  DESTDIR=%{buildroot}
   export DESTDIR
-  mkdir -p ${DESTDIR}/usr/doc/packages/ispell
-  mkdir -p ${DESTDIR}/usr/lib/ispell/emacs
-  mkdir -p ${DESTDIR}/sbin/conf.d
-  mkdir -p ${DESTDIR}/var/adm/fillup-templates
-  mkdir -p ${DESTDIR}/var/lib/dict
-  make install DESTDIR=$DESTDIR
-  rm -f ${DESTDIR}/usr/share/emacs/site-lisp/ispell.el*
-  install -m 0444 suse/ispell-emacs-menu.el    ${DESTDIR}/usr/lib/ispell/
-  install -m 0444 suse/emacs/american.el       ${DESTDIR}/usr/lib/ispell/emacs/
-  install -m 0444 suse/emacs/british.el                
${DESTDIR}/usr/lib/ispell/emacs/
-  install -m 0444 suse/emacs/english.el                
${DESTDIR}/usr/lib/ispell/emacs/
-  rm -f ${DESTDIR}/usr/lib/ispell/british.hash
-  rm -r ${DESTDIR}/usr/lib/ispell/american.hash
-  ln -sf britishxlg.hash  ${DESTDIR}/usr/lib/ispell/british.hash
-  ln -sf americanxlg.hash ${DESTDIR}/usr/lib/ispell/american.hash
-  mv ${DESTDIR}/usr/lib/ispell/english.aff 
${DESTDIR}/usr/lib/ispell/american.aff
-  cp -a ${DESTDIR}/usr/lib/ispell/american.aff 
${DESTDIR}/usr/lib/ispell/british.aff
-  install -m 755 $RPM_SOURCE_DIR/SuSEconfig.ispell ${DESTDIR}/sbin/conf.d/
-  install -m 644 $RPM_SOURCE_DIR/sysconfig.ispell  
${DESTDIR}/var/adm/fillup-templates/
-  mkdir -p ${DESTDIR}/var/lib/dict
-  ln -sf /usr/lib/ispell/american.hash ${DESTDIR}/var/lib/dict/english.hash
-  ln -sf /usr/lib/ispell/american.aff  ${DESTDIR}/var/lib/dict/english.aff
-  rm -f  ${DESTDIR}/usr/lib/ispell/english.hash
-  rm -f  ${DESTDIR}/usr/lib/ispell/english.aff
-  ln -sf /var/lib/dict/english.hash    ${DESTDIR}/usr/lib/ispell/
-  ln -sf /var/lib/dict/english.aff     ${DESTDIR}/usr/lib/ispell/
-  rm -f ${DESTDIR}/usr/bin/defmt-*
+  mkdir -p %{buildroot}/usr/doc/packages/ispell
+  mkdir -p %{buildroot}%{_libexecdir}/ispell/emacs
+  mkdir -p %{buildroot}/var/adm/fillup-templates
+  mkdir -p %{buildroot}/var/lib/dict
+  make install DESTDIR=%{buildroot}
+  rm -f %{buildroot}/usr/share/emacs/site-lisp/ispell.el*
+  install -m 0444 suse/ispell-emacs-menu.el    
%{buildroot}%{_libexecdir}/ispell/
+  install -m 0444 suse/emacs/american.el       
%{buildroot}%{_libexecdir}/ispell/emacs/
+  install -m 0444 suse/emacs/british.el                
%{buildroot}%{_libexecdir}/ispell/emacs/
+  install -m 0444 suse/emacs/english.el                
%{buildroot}%{_libexecdir}/ispell/emacs/
+  rm -f %{buildroot}%{_libexecdir}/ispell/british.hash
+  rm -r %{buildroot}%{_libexecdir}/ispell/american.hash
+  ln -sf britishxlg.hash  %{buildroot}%{_libexecdir}/ispell/british.hash
+  ln -sf americanxlg.hash %{buildroot}%{_libexecdir}/ispell/american.hash
+  mv %{buildroot}%{_libexecdir}/ispell/english.aff 
%{buildroot}%{_libexecdir}/ispell/american.aff
+  cp -a %{buildroot}%{_libexecdir}/ispell/american.aff 
%{buildroot}%{_libexecdir}/ispell/british.aff
+  install -m 755 %{S:1} %{buildroot}%{_libexecdir}/ispell/update
+  install -m 644 %{S:2} %{buildroot}/var/adm/fillup-templates/
+  mkdir -p %{buildroot}/var/lib/dict
+  ln -sf %{_libexecdir}/ispell/american.hash 
%{buildroot}/var/lib/dict/english.hash
+  ln -sf %{_libexecdir}/ispell/american.aff  
%{buildroot}/var/lib/dict/english.aff
+  rm -f  %{buildroot}%{_libexecdir}/ispell/english.hash
+  rm -f  %{buildroot}%{_libexecdir}/ispell/english.aff
+  ln -sf /var/lib/dict/english.hash    %{buildroot}%{_libexecdir}/ispell/
+  ln -sf /var/lib/dict/english.aff     %{buildroot}%{_libexecdir}/ispell/
+  rm -f %{buildroot}%{_bindir}/defmt-*
 
 %post
 %{fillup_only}
 
 %post -n ispell-american
-if test -z "$YAST_IS_RUNNING" -a -x /sbin/conf.d/SuSEconfig.ispell ; then
-    /sbin/conf.d/SuSEconfig.ispell
+if test -z "$YAST_IS_RUNNING" -a -x %{_libexecdir}/ispell/update ; then
+    %{_libexecdir}/ispell/update
 fi
 
 %postun -n ispell-american
-if test -z "$YAST_IS_RUNNING" -a -x /sbin/conf.d/SuSEconfig.ispell ; then
-    /sbin/conf.d/SuSEconfig.ispell
+if test -z "$YAST_IS_RUNNING" -a -x %{_libexecdir}/ispell/update ; then
+    %{_libexecdir}/ispell/update
 fi
 
 %post -n ispell-british
-if test -z "$YAST_IS_RUNNING" -a -x /sbin/conf.d/SuSEconfig.ispell ; then
-    /sbin/conf.d/SuSEconfig.ispell
+if test -z "$YAST_IS_RUNNING" -a -x %{_libexecdir}/ispell/update ; then
+    %{_libexecdir}/ispell/update
 fi
 
 %postun -n ispell-british
-if test -z "$YAST_IS_RUNNING" -a -x /sbin/conf.d/SuSEconfig.ispell ; then
-    /sbin/conf.d/SuSEconfig.ispell
+if test -z "$YAST_IS_RUNNING" -a -x %{_libexecdir}/ispell/update ; then
+    %{_libexecdir}/ispell/update
 fi
 
 %files
 %defattr(-, root, root)
 %doc suse/LIESMICH suse/README
-%dir /usr/lib/ispell
-/usr/bin/buildhash
-/usr/bin/findaffix
-/usr/bin/icombine
-/usr/bin/ijoin
-/usr/bin/ispell
-/usr/bin/munchlist
-/usr/bin/sq
-/usr/bin/tryaffix
-/usr/bin/unsq
-/usr/lib/ispell/ispell-emacs-menu.el
-%dir /usr/lib/ispell/emacs
-/usr/lib/ispell/emacs/english.el
-/usr/lib/ispell/english.hash
-/usr/lib/ispell/english.aff
-/sbin/conf.d/SuSEconfig.ispell
+%dir %{_libexecdir}/ispell
+%{_bindir}/buildhash
+%{_bindir}/findaffix
+%{_bindir}/icombine
+%{_bindir}/ijoin
+%{_bindir}/ispell
+%{_bindir}/munchlist
+%{_bindir}/sq
+%{_bindir}/tryaffix
+%{_bindir}/unsq
+%{_libexecdir}/ispell/ispell-emacs-menu.el
+%dir %{_libexecdir}/ispell/emacs
+%{_libexecdir}/ispell/emacs/english.el
+%{_libexecdir}/ispell/english.hash
+%{_libexecdir}/ispell/english.aff
+%attr(0755,root,root) %{_libexecdir}/ispell/update
 /var/adm/fillup-templates/sysconfig.ispell
 %verify(not link mtime) /var/lib/dict/english.hash
 %verify(not link mtime) /var/lib/dict/english.aff 
@@ -208,18 +215,18 @@
 
 %files -n ispell-american
 %defattr(-, root, root)
-/usr/lib/ispell/american.hash
-/usr/lib/ispell/americanmed.hash
-/usr/lib/ispell/americanxlg.hash
-/usr/lib/ispell/emacs/american.el
-/usr/lib/ispell/american.aff
+%{_libexecdir}/ispell/american.hash
+%{_libexecdir}/ispell/americanmed.hash
+%{_libexecdir}/ispell/americanxlg.hash
+%{_libexecdir}/ispell/emacs/american.el
+%{_libexecdir}/ispell/american.aff
 
 %files -n ispell-british
 %defattr(-, root, root)
-/usr/lib/ispell/british.hash
-/usr/lib/ispell/britishmed.hash
-/usr/lib/ispell/britishxlg.hash
-/usr/lib/ispell/emacs/british.el
-/usr/lib/ispell/british.aff
+%{_libexecdir}/ispell/british.hash
+%{_libexecdir}/ispell/britishmed.hash
+%{_libexecdir}/ispell/britishxlg.hash
+%{_libexecdir}/ispell/emacs/british.el
+%{_libexecdir}/ispell/british.aff
 
 %changelog

++++++ sysconfig.ispell ++++++
--- /var/tmp/diff_new_pack.JYH2K5/_old  2012-06-26 16:03:02.000000000 +0200
+++ /var/tmp/diff_new_pack.JYH2K5/_new  2012-06-26 16:03:02.000000000 +0200
@@ -3,6 +3,7 @@
 ## Type:        string
 ## Default:     "system american british"
 ## Config:      ispell
+## Command:     /usr/lib/ispell/update
 #
 # SuSEconfig.ispell maintains a symbolic link from the `english' (default)
 # dictionary to either `american' or `british'. In case only one of

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to