]> git.pld-linux.org Git - packages/cyclone.git/blobdiff - cyclone.spec
fixed a small typo
[packages/cyclone.git] / cyclone.spec
index a33d431f5556befe20790e48a71ab741428d9016..fbc870ed6ebf11c217185736037a56d48365b67e 100644 (file)
@@ -4,10 +4,7 @@ Name:          cyclone
 Version:       0.2
 Release:       1
 License:       GPL
-#Vendor:               
 Group:         Development/Languages
-Group(de):     Entwicklung/Sprachen
-Group(pl):     Programowanie/Jêzyki
 Source0:       http://www.cs.cornell.edu/projects/%{name}/%{name}-%{version}.tar.gz
 Source1:       http://www.cs.cornell.edu/projects/%{name}-%{version}-docs.tar.gz
 Patch0:                %{name}-DESTDIR.patch
@@ -16,27 +13,27 @@ URL:                http://www.cs.cornell.edu/projects/cyclone/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Cyclone is a language for C programmers who want to write secure, robust
-programs. It's a dialect of C designed to be safe: free of crashes,
-buffer overflows, format string attacks, and so on.
+Cyclone is a language for C programmers who want to write secure,
+robust programs. It's a dialect of C designed to be safe: free of
+crashes, buffer overflows, format string attacks, and so on.
 
 %description -l pl
-Cyclone jest jêzykiem dla programistów C, którzy chc± pisaæ bezpieczne i
-szybkie programy. Jest on dialektem C zaprojektowanym by byæ bezpiecznym:
-wolnym od SEGV, przepe³nieñ buforów, format string attacks, itd.
+Cyclone jest jêzykiem dla programistów C, którzy chc± pisaæ bezpieczne
+i szybkie programy. Jest on dialektem C zaprojektowanym by byæ
+bezpiecznym: 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 \
        -sh /bin/sh \
        -bindir %{_bindir} \
        -libdir %{_libdir}/%{name} \
-       -incdir %{_includedir}/%{name} 
+       -incdir %{_includedir}/%{name}
 
 %{__make}
 %{__make} cyclone_src
@@ -52,16 +49,14 @@ echo 'clean:' > doc/Makefile
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf INSTALL
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %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.059141 seconds and 4 git commands to generate.