summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2002-02-23 02:30:45 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit44cbc5d002b20ca361eb54a8c1f67c381cec1ec4 (patch)
tree62cf92075f3cf89f1c2914a901351d6e46838c2c
parent39a9f44bfdff7d8b6ffc3b88bc78fa47fa6f30ab (diff)
downloadhxd-44cbc5d002b20ca361eb54a8c1f67c381cec1ec4.zip
hxd-44cbc5d002b20ca361eb54a8c1f67c381cec1ec4.tar.gz
- adapterized.
Changed files: hxd.spec -> 1.7
-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/*