]> git.pld-linux.org Git - packages/cyclone.git/commitdiff
- simplify unpack Source1,
authorkloczek <kloczek@pld-linux.org>
Fri, 14 Dec 2001 03:54:10 +0000 (03:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove INSTALL from %doc.

Changed files:
    cyclone.spec -> 1.2

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
 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
 %patch0 -p1
 %patch1 -p1
-tar zxf %{SOURCE1}
 
 %build
 ./configure \
 
 %build
 ./configure \
@@ -54,14 +53,12 @@ rm -rf $RPM_BUILD_ROOT
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf INSTALL
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %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}
 %attr(755, root, root) %{_bindir}/*
 %{_libdir}/%{name}
 %{_includedir}/%{name}
This page took 0.06713 seconds and 4 git commands to generate.