Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
- 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
- removed empty agents/Makefile.am
- 3.0.1
  • Loading branch information
Ladislav Slezak committed Aug 1, 2013
1 parent 325c961 commit ba03613
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 10 deletions.
2 changes: 1 addition & 1 deletion SUBDIRS
@@ -1 +1 @@
SUBDIRS = src scripts agents doc
SUBDIRS = src scripts doc
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.0
3.0.1
Empty file removed agents/Makefile.am
Empty file.
11 changes: 11 additions & 0 deletions package/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

Expand Down
26 changes: 18 additions & 8 deletions yast2-bootloader.spec.in
Expand Up @@ -3,9 +3,7 @@
@HEADER@
Group: System/YaST
License: GPL-2.0+
BuildRequires: gcc-c++ yast2-devtools yast2-testsuite yast2-installation yast2-storage >= 2.18.18 update-desktop-files swig docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel yast2-perl-bindings perl-gettext perl-Bootloader update-alternatives libtool
# to eliminate a cyclic dependency in autobuild:
#!BuildIgnore: autoyast2-installation
BuildRequires: yast2-devtools update-desktop-files
PreReq: /bin/sed %fillup_prereq
# Installation::*version variables
# Wizard::SetDialogTitleAndIcon
Expand All @@ -16,9 +14,6 @@ Requires: perl-Bootloader >= 0.5.4
Requires: yast2-core >= 2.18.7
Requires: yast2-storage >= 2.18.18 parted perl-Compress-Zlib
BuildRequires: yast2 >= 2.18.14
BuildRequires: yast2-packager >= 2.17.24
BuildRequires: yast2-pkg-bindings >= 2.17.25
BuildRequires: perl-Bootloader >= 0.5.0
BuildRequires: yast2-core >= 2.18.6

%ifarch %ix86 x86_64
Expand All @@ -43,6 +38,15 @@ Summary: YaST2 - Bootloader Configuration
%description
This package contains the YaST2 component for bootloader configuration.

%package devel-doc
Requires: yast2-bootloader = %version
Group: System/YaST
Summary: YaST2 - Bootloader Configuration - Development Documentation

%description devel-doc
This package contains development documentation for using the API
provided by yast2-bootloader package.

@PREP@

@BUILD@
Expand All @@ -63,8 +67,6 @@ This package contains the YaST2 component for bootloader configuration.
@desktopdir@/bootloader.desktop
%endif

%doc @docdir@

%dir @yncludedir@/bootloader
@yncludedir@/bootloader/*
@moduledir@/*
Expand All @@ -76,3 +78,11 @@ This package contains the YaST2 component for bootloader configuration.
@scrconfdir@/*.scr
@fillupdir@/*
@schemadir@/autoyast/rnc/bootloader.rnc

%dir @docdir@
%doc @docdir@/README
%doc @docdir@/COPYING

%files devel-doc
%doc @docdir@/autodocs

0 comments on commit ba03613

Please sign in to comment.