rpms/dietlibc/devel dietlibc.spec,1.57,1.58

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Wed Jul 16 21:06:43 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/dietlibc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1602

Modified Files:
	dietlibc.spec 
Log Message:
fixed typo; reverted %if changes from last commit


Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- dietlibc.spec	16 Jul 2008 20:37:53 -0000	1.57
+++ dietlibc.spec	16 Jul 2008 21:05:56 -0000	1.58
@@ -14,7 +14,7 @@
 %endif
 
 %ifarch %ix86 x86_64 arm
-%bcond_with		dynamic\
+%bcond_with		dynamic
 %endif
 
 %ifarch %ix86
@@ -32,13 +32,13 @@
 License:	GPLv2
 Group:		Development/Libraries
 URL:		http://www.fefe.de/dietlibc/
-# %%if !0%{?snapshot:1}
-# Source0:	http://www.kernel.org/pub/linux/libs/dietlibc/%name-%version.tar.bz2
-# Source1:	http://www.fefe.de/dietlibc/%name-%version.tar.bz2.sig
-# %%else
+%if !0%{?snapshot:1}
+Source0:	http://www.kernel.org/pub/linux/libs/dietlibc/%name-%version.tar.bz2
+Source1:	http://www.fefe.de/dietlibc/%name-%version.tar.bz2.sig
+%else
 # generated by 'make cvs-sources [CVS_DATE=....]'
 Source0:	%name-%version.%snapshot.tar.bz2
-# %%endif
+%endif
 Source10:	runtests-X.sh
 Patch1:		dietlibc-0.28-setpriority.patch
 Patch10:	dietlibc-0.29-scall.patch
@@ -111,14 +111,14 @@
 %patch49 -p1 -b .noreturn
 
 
-# %%if %{without ssp}
+%if %{without ssp}
 %patch20 -p1 -b .nostackprotector
 sed -i -e 's!^#define WANT_SSP$!// \0!g;
 	   s!.*\(#define WANT_STACKGAP\).*!\1!g' dietfeatures.h
 %global xtra_fixcflags	-fno-stack-protector
-# %%else
-# %%global xtra_fixcflags	%nil
-# %%endif
+%else
+%global xtra_fixcflags	%nil
+%endif
 
 %ifarch %ix86
 sed -i \
@@ -186,14 +186,14 @@
 %{?with_dynamic:%exclude %pkglibdir/*/*.so}
 
 
-# %%if %{with dynamic}
+%if %{with dynamic}
 %files lib
 %defattr(-,root,root,-)
 %config(noreplace) %_sysconfdir/*
 %dir %pkglibdir
 %dir %pkglibdir/lib-*
 %pkglibdir/lib-%target_cpu/*.so
-# %%endif
+%endif
 
 
 %changelog




More information about the fedora-extras-commits mailing list