https://bugzilla.redhat.com/show_bug.cgi?id=744416 Mukundan Ragavan <nonamedotc@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|fedora-review? |fedora-review+ --- Comment #18 from Mukundan Ragavan <nonamedotc@xxxxxxxxx> --- $ diff -Nu srpm-unpacked/libisofs1.spec libisofs1.spec --- srpm-unpacked/libisofs1.spec 2015-12-26 10:36:39.000000000 -0500 +++ libisofs1.spec 2016-04-30 17:13:37.000000000 -0400 @@ -3,14 +3,14 @@ Summary: Library to create ISO 9660 disk images Name: libisofs1 Version: 1.4.2 -Release: 2%{?dist} +Release: 3%{?dist} # make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+ License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://libburnia-project.org/ Source: http://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz Patch0: libisofs-0.6.16-multilib.patch -BuildRequires: libacl-devel, zlib-devel, doxygen, graphviz +BuildRequires: libacl-devel, zlib-devel %if 0%{?rhel} >= 6 BuildRequires: autoconf, automake, libtool %endif @@ -34,6 +34,19 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. +%package doc +Summary: Documentation files for %{name} +Group: Documentation +%if 0%{?fedora} || 0%{?rhel} >= 6 +BuildArch: noarch +%endif +BuildRequires: doxygen, graphviz + +%description doc +Libisofs is a library to create an ISO-9660 filesystem and supports +extensions like RockRidge or Joliet. This package contains the API +documentation for developing applications that use %{name}. + %prep %setup -q -n %{pkgname}-%{version} %patch0 -p1 -b .multilib @@ -82,12 +95,18 @@ %files devel %defattr(-,root,root,-) -%doc doc/html -%{_includedir}/%{name} +%{_includedir}/%{name}/ %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}*.pc +%files doc +%defattr(-,root,root,-) +%doc doc/html/ + %changelog +* Sat Apr 30 2016 Robert Scheck <robert@xxxxxxxxxxxxxxxxx> 1.4.2-3 +- Move large documentation into -doc subpackage (#744416) + * Sat Dec 26 2015 Robert Scheck <robert@xxxxxxxxxxxxxxxxx> 1.4.2-2 - Reworked spec file to build libisofs1 for RHEL >= 6 (#744416) ---> spec file changes look fine. Package builds on all arches. https://koji.fedoraproject.org/koji/taskinfo?taskID=13871208 -doc subpackage generated. I have nothing else to complain about. Package APPROVED. -- You are receiving this mail because: You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx