]> git.pld-linux.org Git - packages/vblade.git/commitdiff
- updated to 13 AC-branch
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 6 Oct 2006 09:20:59 +0000 (09:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vblade.spec -> 1.4

vblade.spec

index c0fb6cc2b107a5e2f496b0846fde7bd62947944b..12889ce33e85dde73a00320c80ad1274c19a4362 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       vblade, virtual EtherDrive blade
 Summary(pl):   vblade - wirtualny blade EtherDrive
 Name:          vblade
-Version:       10
+Version:       13
 Release:       1
 License:       GPL v2
 Group:         Base/Utilities
 Source0:       http://dl.sourceforge.net/aoetools/%{name}-%{version}.tar.gz
-# Source0-md5: c51783ee3235aba58a0c095bdf5fc35c
+# Source0-md5: 225fcbeb1e7d9c02a233bd86bfa856a8
 URL:           http://aoetools.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,15 +29,16 @@ dane jako urz
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
 
-install vbladed $RPM_BUILD_ROOT%{_sbindir}
-install vblade $RPM_BUILD_ROOT%{_sbindir}
-install vblade.8 $RPM_BUILD_ROOT%{_mandir}/man8
+%{__make} install \
+       sbindir=$RPM_BUILD_ROOT%{_sbindir} \
+       mandir=$RPM_BUILD_ROOT%{_mandir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc NEWS README
 %attr(755,root,root) %{_sbindir}/vbladed
 %attr(755,root,root) %{_sbindir}/vblade
 %{_mandir}/man8/*
This page took 0.074383 seconds and 4 git commands to generate.