Split developer documentation into evolution-devel-docs subpackage
This commit is contained in:
parent
bbc85fc0d4
commit
64b6ac04e0
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.9.90
|
Version: 3.9.90
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -139,6 +139,16 @@ Obsoletes: libgal2-devel <= %{last_libgal2_version}
|
|||||||
%description devel
|
%description devel
|
||||||
Development files needed for building things which link against %{name}.
|
Development files needed for building things which link against %{name}.
|
||||||
|
|
||||||
|
%package devel-docs
|
||||||
|
Summary: Developer documentation for Evolution
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: devhelp
|
||||||
|
Requires: evolution-devel = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description devel-docs
|
||||||
|
This package contains developer documentation for Evolution.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Help files for %{name}
|
Summary: Help files for %{name}
|
||||||
@ -483,10 +493,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_datadir}/gtk-doc/html/evolution-mail-composer
|
|
||||||
%{_datadir}/gtk-doc/html/evolution-mail-formatter
|
|
||||||
%{_datadir}/gtk-doc/html/evolution-shell
|
|
||||||
%{_datadir}/gtk-doc/html/evolution-util
|
|
||||||
%{_includedir}/evolution-%{evo_base_version}
|
%{_includedir}/evolution-%{evo_base_version}
|
||||||
%{_libdir}/pkgconfig/evolution-calendar-3.0.pc
|
%{_libdir}/pkgconfig/evolution-calendar-3.0.pc
|
||||||
%{_libdir}/pkgconfig/evolution-mail-3.0.pc
|
%{_libdir}/pkgconfig/evolution-mail-3.0.pc
|
||||||
@ -494,6 +500,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/evolution-shell-3.0.pc
|
%{_libdir}/pkgconfig/evolution-shell-3.0.pc
|
||||||
%{_libdir}/pkgconfig/libemail-engine.pc
|
%{_libdir}/pkgconfig/libemail-engine.pc
|
||||||
|
|
||||||
|
%files devel-docs
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc %{_datadir}/gtk-doc/html/evolution-mail-composer
|
||||||
|
%doc %{_datadir}/gtk-doc/html/evolution-mail-formatter
|
||||||
|
%doc %{_datadir}/gtk-doc/html/evolution-shell
|
||||||
|
%doc %{_datadir}/gtk-doc/html/evolution-util
|
||||||
|
|
||||||
%files help -f help.lang
|
%files help -f help.lang
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%dir %{_datadir}/help/*/evolution
|
%dir %{_datadir}/help/*/evolution
|
||||||
@ -518,6 +531,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2013 Milan Crha <mcrha@redhat.com> - 3.9.90-2
|
||||||
|
- Split developer documentation into evolution-devel-docs subpackage
|
||||||
|
|
||||||
* Mon Aug 19 2013 Milan Crha <mcrha@redhat.com> - 3.9.90-1
|
* Mon Aug 19 2013 Milan Crha <mcrha@redhat.com> - 3.9.90-1
|
||||||
- Update to 3.9.90
|
- Update to 3.9.90
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user