]> git.pld-linux.org Git - packages/cyclone.git/blobdiff - cyclone.spec
- simplify unpack Source1,
[packages/cyclone.git] / cyclone.spec
index a33d431f5556befe20790e48a71ab741428d9016..b3c2d78dc335ce66f3ec208addab9491dc4f6e7d 100644 (file)
@@ -26,10 +26,9 @@ szybkie programy. Jest on dialektem C zaprojektowanym by by
 wolnym od SEGV, przepe³nieñ buforów, format string attacks, itd.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name} -a1
 %patch0 -p1
 %patch1 -p1
-tar zxf %{SOURCE1}
 
 %build
 ./configure \
@@ -54,14 +53,12 @@ rm -rf $RPM_BUILD_ROOT
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf INSTALL
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz online-manual/*
+%doc online-manual/*
 %attr(755, root, root) %{_bindir}/*
 %{_libdir}/%{name}
 %{_includedir}/%{name}
This page took 0.053188 seconds and 4 git commands to generate.