- Split off an evolution-help package
This commit is contained in:
parent
d2f959da10
commit
5679cfbc2a
@ -45,7 +45,7 @@
|
||||
|
||||
Name: evolution
|
||||
Version: 2.11.92
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2 and GFDL+
|
||||
Group: Applications/Productivity
|
||||
Summary: GNOME's next-generation groupware suite
|
||||
@ -231,6 +231,14 @@ Obsoletes: libgal2-devel <= %{last_libgal2_version}
|
||||
%description devel
|
||||
Development files needed for building things which link against evolution.
|
||||
|
||||
%package help
|
||||
Group: Applications/Productivity
|
||||
Summary: Help files for Evolution
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description help
|
||||
This package contains the help for Evolution.
|
||||
|
||||
%prep
|
||||
%setup -q -n evolution-%{version}
|
||||
%patch10 -p1 -b .ldaphack
|
||||
@ -399,6 +407,9 @@ for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
|
||||
done
|
||||
%find_lang evolution-%{evo_major} --all-name --with-gnome
|
||||
|
||||
grep "/usr/share/locale" evolution-%{evo_major}.lang > translations.lang
|
||||
grep -v "/usr/share/locale" evolution-%{evo_major}.lang > help.lang
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
scrollkeeper-update -q
|
||||
@ -423,7 +434,7 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f evolution-%{evo_major}.lang
|
||||
%files -f translations.lang
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
|
||||
@ -446,9 +457,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/redhat-evolution-contacts.desktop
|
||||
%{_datadir}/applications/redhat-evolution-tasks.desktop
|
||||
|
||||
# Online help:
|
||||
%{_datadir}/omf/evolution
|
||||
|
||||
# Icons:
|
||||
%{_datadir}/icons/hicolor/16x16/apps/evolution.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/evolution.png
|
||||
@ -694,10 +702,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/evolution/%{evo_major}/libfilter.so
|
||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||
|
||||
%files help -f help.lang
|
||||
%dir %{_datadir}/omf/evolution
|
||||
|
||||
# Look into re-enabling the inline-audio plugin once 2.12 ships.
|
||||
# It uses gstreamer 0.10 now instead of 0.8 (GNOME bug #329629).
|
||||
|
||||
%changelog
|
||||
* Sat Sep 8 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.92-2.fc8
|
||||
- Split off an evolution-help package
|
||||
|
||||
* Mon Sep 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.92-1.fc8
|
||||
- Update to 2.11.92
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user