diff --git a/yast2-bootloader-3.0.0.tar.bz2 b/yast2-bootloader-3.0.0.tar.bz2 deleted file mode 100644 index aa38256..0000000 --- a/yast2-bootloader-3.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0942ce58cfe26e3651f586ad2f4ec749e57bb619eb051e57b6ae184786a0bc42 -size 410268 diff --git a/yast2-bootloader-3.0.1.tar.bz2 b/yast2-bootloader-3.0.1.tar.bz2 new file mode 100644 index 0000000..28ffacc --- /dev/null +++ b/yast2-bootloader-3.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88bbe64e8fa68c050967208e17a768a4b2875800409dd1994e4d9d650534bd8 +size 277172 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index d384702..376581c 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 1 14:52:09 UTC 2013 - lslezak@suse.cz + +- move the development documentation to devel-doc subpackage +- removed obsolete BuildRequires, not needed anymore: + docbook-xsl-stylesheets doxygen gcc-c++ libxslt perl-Bootloader + perl-gettext perl-XML-Writer sgml-skel swig update-alternatives + libtool yast2-installation yast2-packager yast2-perl-bindings + yast2-pkg-bindings yast2-storage yast2-testsuite +- 3.0.1 + ------------------------------------------------------------------- Wed Jul 31 08:27:20 UTC 2013 - yast-devel@opensuse.org diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 460f5ad..23974d1 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,31 +17,14 @@ Name: yast2-bootloader -Version: 3.0.0 +Version: 3.0.1 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-bootloader-%{version}.tar.bz2 -BuildRequires: docbook-xsl-stylesheets -BuildRequires: doxygen -BuildRequires: gcc-c++ -BuildRequires: libtool -BuildRequires: libxslt -BuildRequires: perl-Bootloader -BuildRequires: perl-XML-Writer -BuildRequires: perl-gettext -BuildRequires: sgml-skel -BuildRequires: swig -BuildRequires: update-alternatives BuildRequires: update-desktop-files BuildRequires: yast2-devtools -BuildRequires: yast2-installation -BuildRequires: yast2-perl-bindings -BuildRequires: yast2-storage >= 2.18.18 -BuildRequires: yast2-testsuite -# to eliminate a cyclic dependency in autobuild: -#!BuildIgnore: autoyast2-installation PreReq: /bin/sed %fillup_prereq # Installation::*version variables # Wizard::SetDialogTitleAndIcon @@ -53,11 +36,8 @@ Requires: yast2-core >= 2.18.7 Requires: yast2-packager >= 2.17.24 Requires: yast2-pkg-bindings >= 2.17.25 Requires: yast2-storage >= 2.18.18 -BuildRequires: perl-Bootloader >= 0.5.0 BuildRequires: yast2 >= 2.18.14 BuildRequires: yast2-core >= 2.18.6 -BuildRequires: yast2-packager >= 2.17.24 -BuildRequires: yast2-pkg-bindings >= 2.17.25 %ifarch %ix86 x86_64 Requires: syslinux @@ -97,6 +77,15 @@ Group: System/YaST %description This package contains the YaST2 component for bootloader configuration. +%package devel-doc +Requires: yast2-bootloader = %version +Summary: YaST2 - Bootloader Configuration - Development Documentation +Group: System/YaST + +%description devel-doc +This package contains development documentation for using the API +provided by yast2-bootloader package. + %prep %setup -n yast2-bootloader-%{version} @@ -136,8 +125,6 @@ rm -rf "$RPM_BUILD_ROOT" %{_prefix}/share/applications/YaST2/bootloader.desktop %endif -%doc %{_prefix}/share/doc/packages/yast2-bootloader - %dir /usr/share/YaST2/include/bootloader /usr/share/YaST2/include/bootloader/* /usr/share/YaST2/modules/* @@ -150,4 +137,11 @@ rm -rf "$RPM_BUILD_ROOT" /var/adm/fillup-templates/* /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc +%dir %{_prefix}/share/doc/packages/yast2-bootloader +%doc %{_prefix}/share/doc/packages/yast2-bootloader/README +%doc %{_prefix}/share/doc/packages/yast2-bootloader/COPYING + +%files devel-doc +%doc %{_prefix}/share/doc/packages/yast2-bootloader/autodocs + %changelog