]> git.pld-linux.org Git - packages/cciss_vol_status.git/commitdiff
- install to sbin; rel 2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Oct 2009 13:02:49 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cciss_vol_status.spec -> 1.2

cciss_vol_status.spec

index 40487aa837e5ff47f9d59fa0d9fc1abfe3fdfc9e..f866731a65eee3b7e1650fe89e5a246b374e31e7 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Shows status of logical drives attached to HP SmartArray controllers
 Summary(pl.UTF-8):     Wyświetla status logicznych dysków stworzonych w kontrolerach HP SmartArray
 Name:          cciss_vol_status
 Version:       1.03
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications
 Source0:       http://dl.sourceforge.net/cciss/%{name}-%{version}.tar.gz
@@ -30,7 +30,8 @@ dysków kontrolera Smart Array jak również MSA1000.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --bindir=%{_sbindir}
 %{__make}
 
 %install
@@ -45,5 +46,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man8/*
+%attr(755,root,root) %{_sbindir}/cciss_vol_status
+%{_mandir}/man8/cciss_vol_status*
This page took 0.103924 seconds and 4 git commands to generate.