]> git.pld-linux.org Git - packages/sheepdog.git/commitdiff
- up to 0.8.0 auto/th/sheepdog-0.8.0-1
authorGrzegorz Pycia <gzohop@pld-linux.org>
Thu, 6 Feb 2014 23:50:49 +0000 (00:50 +0100)
committerGrzegorz Pycia <gzohop@pld-linux.org>
Thu, 6 Feb 2014 23:50:49 +0000 (00:50 +0100)
 - subpackage for bash_completion

sheepdog.spec

index 3f4a8074c6a69d523f46c3010a67e37f9f52be5a..01bb08a77d90edb6d626a1b60cec2d374515a50f 100644 (file)
@@ -6,12 +6,12 @@
 Summary:       Sheepdog - distributed storage system for QEMU/KVM
 Summary(pl.UTF-8):     Sheepdog - rozproszony system przechowywania danych dla QEMU/KVM
 Name:          sheepdog
-Version:       0.5.1
-Release:       2
+Version:       0.8.0
+Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       https://github.com/collie/sheepdog/tarball/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: b9f78edf23916fd379b70dd5504cad50
+# Source0-md5: 5dfcb8ec99266b439b6fdee25027a705
 URL:           http://www.osrg.net/sheepdog/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
@@ -37,8 +37,17 @@ Sheepdog skaluje się do setek węzłów i obsługuje zaawansowane
 możliwości zarządzania wolumentami, takie jak migawka (snapshot),
 klonowanie i nadalokacja (thin provisioning).
 
+%package -n bash-completion-%{name}
+Summary:        bash-completion for sheepdog
+Group:          Applications/Shells
+Requires:       %{name} = %{version}-%{release}
+Requires:       bash-completion
+
+%description -n bash-completion-%{name}
+bash-completion for sheepdog
+
 %prep
-%setup -q -n collie-sheepdog-80ceb7f
+%setup -q -n sheepdog-sheepdog-f06a150
 
 %build
 %{__aclocal}
@@ -60,11 +69,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
-%attr(755,root,root) %{_sbindir}/collie
+%doc COPYING README INSTALL
+%attr(755,root,root) %{_sbindir}/dog
 %attr(755,root,root) %{_sbindir}/sheep
 %attr(755,root,root) %{_sbindir}/sheepfs
+%attr(755,root,root) %{_sbindir}/shepherd
+%dir /var/lib/sheepdog
 %attr(754,root,root) /etc/rc.d/init.d/sheepdog
-%{_mandir}/man8/collie.8*
+%{_mandir}/man8/dog.8*
 %{_mandir}/man8/sheep.8*
 %{_mandir}/man8/sheepfs.8*
+
+%files -n bash-completion-%{name}
+%defattr(644,root,root,755)
+/etc/bash_completion.d/dog
This page took 0.087165 seconds and 4 git commands to generate.