]> git.pld-linux.org Git - packages/cyclone.git/commitdiff
- adapterized.
authorkloczek <kloczek@pld-linux.org>
Sat, 23 Feb 2002 01:44:57 +0000 (01:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyclone.spec -> 1.5

cyclone.spec

index 0713e5268598328c17e5a7055a49b296ca826d43..fbc870ed6ebf11c217185736037a56d48365b67e 100644 (file)
@@ -13,14 +13,15 @@ URL:                http://www.cs.cornell.edu/projects/cyclone/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 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
 
 %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} -a1
 
 %prep
 %setup -q -n %{name} -a1
@@ -32,7 +33,7 @@ wolnym od SEGV, przepe
        -sh /bin/sh \
        -bindir %{_bindir} \
        -libdir %{_libdir}/%{name} \
        -sh /bin/sh \
        -bindir %{_bindir} \
        -libdir %{_libdir}/%{name} \
-       -incdir %{_includedir}/%{name} 
+       -incdir %{_includedir}/%{name}
 
 %{__make}
 %{__make} cyclone_src
 
 %{__make}
 %{__make} cyclone_src
@@ -48,7 +49,7 @@ echo 'clean:' > doc/Makefile
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.042811 seconds and 4 git commands to generate.