summaryrefslogtreecommitdiff
path: root/hxd.spec
diff options
context:
space:
mode:
Diffstat (limited to 'hxd.spec')
-rw-r--r--hxd.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/hxd.spec b/hxd.spec
index 7428919..b824d90 100644
--- a/hxd.spec
+++ b/hxd.spec
@@ -25,7 +25,7 @@ Jest to pakiet pozwalający na udostępnianie zasobów hotline pod
systemami z X w nazwie, BSD też się liczą.
%prep
-%setup -q
+%setup -q
%build
CFLAGS="%{rpmcflags}" \
@@ -44,14 +44,14 @@ install -d $RPM_BUILD_ROOT%{_bindir}
install src/hxd/hxd $RPM_BUILD_ROOT%{_bindir}
#install $RPM_BUILD_ROOT%{_mandir}/man1/
-gzip -9nf ChangeLog AUTHORS INSTALL COPYING NEWS PROBLEMS README*
+gzip -9nf ChangeLog AUTHORS INSTALL NEWS PROBLEMS README*
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc ChangeLog.gz AUTHORS.gz INSTALL.gz COPYING.gz
+%doc ChangeLog.gz AUTHORS.gz INSTALL.gz
%doc NEWS.gz PROBLEMS.gz README*.gz
%attr(755,root,root) %{_bindir}/*
#%{_mandir}/man1/*