I have made the following changes intended for : CE:Utils / wget Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/4455 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4455: Messages from BOSS: State: review at 2012-03-05T17:31:56 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sage:branches:CE:Utils / wget -> CE:Utils / wget changes files: -------------- --- wget.changes +++ wget.changes @@ -0,0 +1,3 @@ +* Mon Mar 05 2012 Marko Saukko <[email protected]> - 1.12 +- Created -docs subpackage to fix part of MER#197. + old: ---- Makefile wget-1.10.2-218211.patch spec files: ----------- --- wget.spec +++ wget.spec @@ -17,8 +17,6 @@ Patch0: wget-1.12-path.patch Patch1: wget-1.10.1-helpfix.patch Patch2: wget-1.12-CVE-2010-2252.patch -Requires(post): /sbin/install-info -Requires(postun): /sbin/install-info BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig BuildRequires: texinfo @@ -38,6 +36,17 @@ +%package docs +Summary: Documentation files for %{name} +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +Requires(post): /sbin/install-info +Requires(postun): /sbin/install-info + +%description docs +%{summary}. + + %prep %setup -q -n %{name}-%{version} @@ -86,24 +95,34 @@ -%post + + + + +%post docs %install_info --info-dir=%_infodir %{_infodir}/wget.info.gz -%postun +%postun docs if [ $1 = 0 ] ;then %install_info_delete --info-dir=%{_infodir} %{_infodir}/wget.info.gz fi - %files -f wget.lang %defattr(-,root,root,-) # >> files -%doc AUTHORS COPYING MAILING-LIST NEWS README +%doc COPYING %doc doc/sample.wgetrc -%doc %{_mandir}/man1/wget.* -%doc %{_infodir}/wget.info.gz %config(noreplace) %{_sysconfdir}/wgetrc %{_bindir}/wget # << files +%files docs +%defattr(-,root,root,-) +# >> files docs +%doc AUTHORS MAILING-LIST NEWS README +%doc doc/sample.wgetrc +%doc %{_mandir}/man1/wget.* +%doc %{_infodir}/wget.info.gz +# << files docs + other changes: -------------- ++++++ wget.yaml --- wget.yaml +++ wget.yaml @@ -39,3 +39,10 @@ - --enable-ipv6 - --disable-rpath LocaleName: wget + +SubPackages: + - Name: docs + Summary: Documentation files for %{name} + Group: Applications/Internet + Description: | + %{summary}. ++++++ deleted files: --- Makefile --- wget-1.10.2-218211.patch
