From 29295f93c5a1b807eda1e4d6c92f9d1271e72597 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 8 Oct 2014 09:17:26 -0400 Subject: [PATCH] Fixed again the spec file --- packaging/rhel/sogo.spec | 55 +++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/packaging/rhel/sogo.spec b/packaging/rhel/sogo.spec index 0234ad118..06f4b2f3a 100644 --- a/packaging/rhel/sogo.spec +++ b/packaging/rhel/sogo.spec @@ -306,13 +306,13 @@ rm -fr ${RPM_BUILD_ROOT} %files -n sogo-devel %{_includedir}/SOGo %{_includedir}/SOGoUI -%{_libdir}/sogo/libSOGo.so -%{_libdir}/sogo/libSOGoUI.so +%{_libdir}/sogo/libSOGo.so.* +%{_libdir}/sogo/libSOGoUI.so.* %{_libdir}/GNUstep/Frameworks/SOGo.framework/Headers -%{_libdir}/GNUstep/Frameworks/SOGo.framework/sogo/libSOGo.so +%{_libdir}/GNUstep/Frameworks/SOGo.framework/sogo/libSOGo.so.* %{_libdir}/GNUstep/Frameworks/SOGo.framework/sogo/SOGo %{_libdir}/GNUstep/Frameworks/SOGo.framework/Versions/%{sogo_major_version}/Headers -%{_libdir}/GNUstep/Frameworks/SOGo.framework/Versions/%{sogo_major_version}/sogo/libSOGo.so +%{_libdir}/GNUstep/Frameworks/SOGo.framework/Versions/%{sogo_major_version}/sogo/libSOGo.so.* %{_libdir}/GNUstep/Frameworks/SOGo.framework/Versions/%{sogo_major_version}/sogo/SOGo %files -n sope%{sope_major_version}%{sope_minor_version}-gdl1-contentstore @@ -371,73 +371,76 @@ fi # ********************************* changelog ************************* %changelog -* Wed Jan 15 2014 Jean Raby +* Wed Oct 8 2014 Inverse inc. +- fixed the library move to "sogo" app dir + +* Wed Jan 15 2014 Inverse inc. - New package: sogo-activesync - explicitly list all *.SOGo modules in sogo package - added dependency on sogo = %version for sogo-tool -* Thu Apr 17 2013 Jean Raby +* Thu Apr 17 2013 Inverse inc. - Install openchange_user_cleanup in sbindir instead of doc -* Wed Apr 10 2013 Jean Raby +* Wed Apr 10 2013 Inverse inc. - use %sogo_user instead of 'sogo' - install a sample sogo.conf in /etc/sogo -* Tue Jan 22 2013 Jean Raby +* Tue Jan 22 2013 Inverse inc. - Create the sogo user as a system user - Use %attr() to set directory permissions instead of chown/chmod -* Mon Nov 12 2012 Jean Raby +* Mon Nov 12 2012 Inverse inc. - Add missing dependency on lasso and lasso-devel -* Mon Nov 05 2012 Jean Raby +* Mon Nov 05 2012 Inverse inc. - Disable saml2 on rhel5 - glib2 too old -* Fri Nov 02 2012 Jean Raby +* Fri Nov 02 2012 Inverse inc. - Enable saml2 -* Tue Aug 28 2012 Jean Raby +* Tue Aug 28 2012 Inverse inc. - Add openchange_cleanup.py and tweak it to work on RHEL5 -* Tue Jul 31 2012 Jean Raby +* Tue Jul 31 2012 Inverse inc. - treat logrotate file as a config file -* Fri May 24 2012 Jean Raby +* Fri May 24 2012 Inverse inc. - %post: restart sogo if it was running before rpm install -* Fri Mar 16 2012 Jean Raby +* Fri Mar 16 2012 Inverse inc. - %post: update timestamp on imgs,css,js to let apache know the files changed -* Fri Feb 16 2012 Jean Raby +* Fri Feb 16 2012 Inverse inc. - Use globbing to include all sql upgrade scripts instead of listing them all -* Tue Jan 10 2012 Jean Raby +* Tue Jan 10 2012 Inverse inc. - /etc/cron.d/sogo -* Thu Oct 27 2011 Wolfgang Sourdeau +* Thu Oct 27 2011 Inverse inc. - make build of sogo-openchange-backend conditional to sogo_version >= 2 -* Fri Oct 14 2011 Wolfgang Sourdeau +* Fri Oct 14 2011 Inverse inc. - adapted to gnustep-make 2.6 - added sogo-openchange-backend -* Tue Sep 28 2010 Wolfgang Sourdeau +* Tue Sep 28 2010 Inverse inc. - removed "README" from documentation -* Fri Aug 20 2010 Wolfgang Sourdeau +* Fri Aug 20 2010 Inverse inc. - added sogo-ealarms-notify package -* Tue Apr 06 2010 Wolfgang Sourdeau +* Tue Apr 06 2010 Inverse inc. - added sogo-slapd-sockd package -* Thu Jul 31 2008 Wolfgang Sourdeau +* Thu Jul 31 2008 Inverse inc. - added dependencies on sopeXY-appserver, -core, -gdl1-contentstore and -ldap -* Wed May 21 2008 Wolfgang Sourdeau +* Wed May 21 2008 Inverse inc. - removed installation of template and resource files, since it is now done by the upstream package -* Tue Oct 4 2007 Francis Lachapelle +* Tue Oct 4 2007 Inverse inc. - added package sope-gdl1-contentstore -* Wed Jul 18 2007 Wolfgang Sourdeau +* Wed Jul 18 2007 Inverse inc. - initial build