cosmetic spec file fixes

OBS-URL: https://build.opensuse.org/package/show/utilities/ncdu?expand=0&rev=2
This commit is contained in:
Pascal Bleser 2011-11-03 22:01:23 +00:00 committed by Git OBS Bridge
parent ef1680128e
commit c531491b7c

View File

@ -1,10 +1,9 @@
# vim: set sw=4 ts=4 et:
# #
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
# norootforbuild
Name: ncdu Name: ncdu
Version: 1.8 Version: 1.8
Release: 1 Release: 1
@ -21,30 +20,23 @@ ncdu (NCurses Disk Usage) is a curses-based version of
the well-known 'du', and provides a fast way to see what the well-known 'du', and provides a fast way to see what
directories are using your disk space. directories are using your disk space.
Authors:
--------
Yoran Heling <projects@yorhel.nl>
%prep %prep
%setup -q %setup -q
%build %build
%configure %configure
%__make %{?jobs:-j%jobs} %__make %{?_smp_flags}
%install %install
%makeinstall %makeinstall
%clean %clean
[ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}" %{?buildroot:%__rm -rf "%{buildroot}"}
%files %files
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%doc ChangeLog README COPYING %doc ChangeLog README COPYING
%doc %{_mandir}/man1/%{name}.1.gz %doc %{_mandir}/man1/%{name}.1*
%{_bindir}/%{name} %{_bindir}/%{name}
%changelog %changelog
# vim: set sw=4 ts=4 et: