Accepting request 483890 from home:dmulder:branches:network:samba:STABLE

OBS-URL: https://build.opensuse.org/request/show/483890
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=555
This commit is contained in:
James McDonough 2017-03-31 11:23:32 +00:00 committed by Git OBS Bridge
parent 8c1ef5b501
commit 6a14d0bdd9
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 30 17:18:54 UTC 2017 - dmulder@suse.com
- Build and install the html man pages (bsc#1021907).
-------------------------------------------------------------------
Wed Mar 22 13:15:12 UTC 2017 - jmcdonough@suse.com

View File

@ -28,6 +28,7 @@
%endif
Name: samba
BuildRequires: autoconf
BuildRequires: cups-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: e2fsprogs-devel
@ -1151,6 +1152,11 @@ CONFIGURE_OPTIONS="\
make %{build_make_smp_mflags} \
all
pushd docs-xml
autoconf && ./configure
XML_CATALOG_FILES="file:///etc/xml/catalog file://$(pwd)/build/catalog.xml" make htmlman
popd
pushd pidl
%{__perl} Makefile.PL INSTALLDIRS=vendor
popd
@ -1353,6 +1359,7 @@ install -m 0644 docu/README.SUSE %{buildroot}/%{DOCDIR}/
install -m 0644 docu/Samba.desktop %{buildroot}/%{_datadir}/susehelp/meta/Administration/System/Samba.desktop
install -d -m 0755 -p ../docs/htmldocs
install -m 0644 docu/manpages.html ../docs/htmldocs/manpages.html
install -m 0644 ../docs-xml/output/htmldocs/manpages/* ../docs/htmldocs/
popd
# winbind stuff
install -m 0644 examples/pam_winbind/pam_winbind.conf %{buildroot}/%{_sysconfdir}/security/pam_winbind.conf