Spec file cleanup
This commit is contained in:
parent
5ebd2b55e6
commit
6984a6cdaa
@ -54,10 +54,10 @@ graphical tools for certain account management tasks.
|
|||||||
%build
|
%build
|
||||||
%configure --with-selinux
|
%configure --with-selinux
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
%make_install INSTALL='install -p'
|
||||||
|
|
||||||
# make userformat symlink to usermount
|
# make userformat symlink to usermount
|
||||||
ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat
|
ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat
|
||||||
@ -78,7 +78,8 @@ done
|
|||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc COPYING ChangeLog NEWS README
|
%license COPYING
|
||||||
|
%doc ChangeLog NEWS README
|
||||||
%attr(4711,root,root) /usr/sbin/userhelper
|
%attr(4711,root,root) /usr/sbin/userhelper
|
||||||
%{_bindir}/consolehelper
|
%{_bindir}/consolehelper
|
||||||
%{_mandir}/man8/userhelper.8*
|
%{_mandir}/man8/userhelper.8*
|
||||||
|
Loading…
Reference in New Issue
Block a user