Accepting request 95648 from home:a_jaeger:FactoryFix
Do not package NEWS and LICENSE twice. OBS-URL: https://build.opensuse.org/request/show/95648 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=70
This commit is contained in:
parent
b36427284d
commit
c465d4e3cd
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 20:35:26 UTC 2011 - aj@suse.de
|
||||
|
||||
- Do not package NEWS and LICENSE twice.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 01:14:22 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -72,7 +72,7 @@ BuildRequires: docbook docbook-xsl-stylesheets doxygen libxslt python-devel tex
|
||||
%if 0%suse_version > 1020
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
URL: http://www.boost.org
|
||||
Url: http://www.boost.org
|
||||
License: BSD3c
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Boost C++ Libraries
|
||||
@ -144,6 +144,7 @@ This package contains the license boost is provided under.
|
||||
%package doc-html
|
||||
Summary: HTML documentation for the Boost C++ Libraries
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: boost-license%{lib_appendix}
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
@ -679,6 +680,9 @@ rm -f %{buildroot}%{_libdir}/*.a
|
||||
%defattr(-, root, root, -)
|
||||
%doc %{_docdir}/*
|
||||
%exclude %{_docdir}/pdf
|
||||
# part of license package
|
||||
%exclude %doc %{_docdir}/NEWS
|
||||
%exclude %doc %{_docdir}/LICENSE_1_0.txt
|
||||
|
||||
%files doc-man
|
||||
%defattr(644, root, root, -)
|
||||
|
Loading…
Reference in New Issue
Block a user