Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2015-05-28 09:56:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker (Old)
 and      /work/SRC/openSUSE:Factory/.docker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker/docker.changes    2015-05-26 
12:33:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes       2015-05-28 
09:56:16.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 27 10:02:51 UTC 2015 - [email protected]
+
+- build and install man pages
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ docker.spec ++++++
--- /var/tmp/diff_new_pack.Uesrn7/_old  2015-05-28 09:56:17.000000000 +0200
+++ /var/tmp/diff_new_pack.Uesrn7/_new  2015-05-28 09:56:17.000000000 +0200
@@ -44,6 +44,7 @@
 BuildRequires:  device-mapper-devel >= 1.2.68
 BuildRequires:  glibc-devel-static
 BuildRequires:  go >= 1.3
+BuildRequires:  go-go-md2man
 BuildRequires:  libapparmor-devel
 BuildRequires:  libbtrfs-devel >= 3.8
 BuildRequires:  procps
@@ -108,6 +109,7 @@
 export DOCKER_BUILDTAGS="exclude_graphdriver_aufs apparmor selinux"
 export DOCKER_GITCOMMIT=%{git_version}
 ./hack/make.sh dynbinary
+docs/man/md2man-all.sh
 
 %install
 install -d %{buildroot}%{go_contribdir}
@@ -139,6 +141,12 @@
 # sysconfig file
 install -D -m 644 %SOURCE4 
%{buildroot}/var/adm/fillup-templates/sysconfig.docker
 
+# install manpages
+install -d %{buildroot}%{_mandir}/man1
+install -p -m 644 docs/man/man1/*.1 %{buildroot}%{_mandir}/man1
+install -d %{buildroot}%{_mandir}/man5
+install -p -m 644 docs/man/man5/Dockerfile.5 %{buildroot}%{_mandir}/man5
+
 %pre
 echo "creating group docker..."
 groupadd -r docker 2>/dev/null || :
@@ -165,6 +173,9 @@
 %{_unitdir}/%{name}.socket
 %{_prefix}/lib/udev/rules.d/80-%{name}.rules
 /var/adm/fillup-templates/sysconfig.docker
+%{_mandir}/man1/docker-*.1.gz
+%{_mandir}/man1/docker.1.gz
+%{_mandir}/man5/Dockerfile.5.gz
 
 %files bash-completion
 %defattr(-,root,root)


Reply via email to