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:
parent
8c1ef5b501
commit
6a14d0bdd9
@ -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
|
Wed Mar 22 13:15:12 UTC 2017 - jmcdonough@suse.com
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: samba
|
Name: samba
|
||||||
|
BuildRequires: autoconf
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
@ -1151,6 +1152,11 @@ CONFIGURE_OPTIONS="\
|
|||||||
make %{build_make_smp_mflags} \
|
make %{build_make_smp_mflags} \
|
||||||
all
|
all
|
||||||
|
|
||||||
|
pushd docs-xml
|
||||||
|
autoconf && ./configure
|
||||||
|
XML_CATALOG_FILES="file:///etc/xml/catalog file://$(pwd)/build/catalog.xml" make htmlman
|
||||||
|
popd
|
||||||
|
|
||||||
pushd pidl
|
pushd pidl
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
popd
|
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 -m 0644 docu/Samba.desktop %{buildroot}/%{_datadir}/susehelp/meta/Administration/System/Samba.desktop
|
||||||
install -d -m 0755 -p ../docs/htmldocs
|
install -d -m 0755 -p ../docs/htmldocs
|
||||||
install -m 0644 docu/manpages.html ../docs/htmldocs/manpages.html
|
install -m 0644 docu/manpages.html ../docs/htmldocs/manpages.html
|
||||||
|
install -m 0644 ../docs-xml/output/htmldocs/manpages/* ../docs/htmldocs/
|
||||||
popd
|
popd
|
||||||
# winbind stuff
|
# winbind stuff
|
||||||
install -m 0644 examples/pam_winbind/pam_winbind.conf %{buildroot}/%{_sysconfdir}/security/pam_winbind.conf
|
install -m 0644 examples/pam_winbind/pam_winbind.conf %{buildroot}/%{_sysconfdir}/security/pam_winbind.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user