Skip to content

Commit

Permalink
Merge pull request #343 from yast/drop-devel-doc-package
Browse files Browse the repository at this point in the history
Drop *-devel-doc package
  • Loading branch information
imobachgs committed Jun 1, 2016
2 parents daa289a + 4df936a commit 47b507d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
6 changes: 6 additions & 0 deletions package/yast2-bootloader.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 1 13:31:57 UTC 2016 - igonzalezsosa@suse.com

- Drop yast2-bootloader-devel-doc package (fate#320356)
- 3.1.192

-------------------------------------------------------------------
Mon May 30 08:23:24 UTC 2016 - jreidinger@suse.com

Expand Down
16 changes: 1 addition & 15 deletions package/yast2-bootloader.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-bootloader
Version: 3.1.191
Version: 3.1.192
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -59,23 +59,13 @@ 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 %{name}-%{version}

%check
rake test:unit

%build
yardoc

%install
rake install DESTDIR="%{buildroot}"
Expand Down Expand Up @@ -112,8 +102,4 @@ rake install DESTDIR="%{buildroot}"
%doc %{yast_docdir}/README.md
%doc %{yast_docdir}/CONTRIBUTING.md

%files devel-doc
%defattr(-,root,root)
%doc %{yast_docdir}/autodocs

%changelog

0 comments on commit 47b507d

Please sign in to comment.