Splitted documentation to the doc subpackage

Resolves: rhbz#1380291
- Fixed whitespace
- Dropped obsoleted defattr
This commit is contained in:
Jaroslav Škarvada 2016-09-29 12:17:36 +02:00
parent 0024b402c2
commit 2a938ea302
1 changed files with 21 additions and 6 deletions

View File

@ -5,7 +5,7 @@
Summary: Tool Command Language, pronounced tickle
Name: tcl
Version: %{vers}
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
License: TCL
Group: Development/Languages
@ -36,6 +36,15 @@ cross-platform GUI applications. Tcl can also be used for a variety
of web-related tasks and for creating powerful command languages for
applications.
%package doc
Summary: Tcl documentation
Group: Development/Languages
Requires: %{name} = %{epoch}:%{version}-%{release}
BuildArch: noarch
%description doc
TCL documentation.
%package devel
Summary: Tcl scripting language development environment
Group: Development/Languages
@ -115,21 +124,21 @@ rm -rf %{buildroot}/%{_datadir}/%{name}%{majorver}/ldAix
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%{_bindir}/tclsh*
%{_datadir}/%{name}%{majorver}
%exclude %{_datadir}/%{name}%{majorver}/tclAppInit.c
%{_datadir}/%{name}8
%{_libdir}/lib%{name}%{majorver}.so
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/mann/*
%dir %{_libdir}/%{name}%{majorver}
%doc README changes
%doc README changes
%doc license.terms
%files doc
%{_mandir}/man3/*
%{_mandir}/mann/*
%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/lib%{name}stub%{majorver}.a
%{_libdir}/lib%{name}.so
@ -140,6 +149,12 @@ rm -rf %{buildroot}/%{_datadir}/%{name}%{majorver}/ldAix
%{_datadir}/%{name}%{majorver}/tclAppInit.c
%changelog
* Thu Sep 29 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.6.6-2
- Splitted documentation to the doc subpackage
Resolves: rhbz#1380291
- Fixed whitespace
- Dropped obsoleted defattr
* Wed Jul 27 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.6.6-1
- New version
Resolves: rhbz#1360516