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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Jul 16 20:38:40 UTC 2008


Author: spot

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

Modified Files:
	dietlibc.spec 
Log Message:
fix license tag


Index: dietlibc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dietlibc/devel/dietlibc.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- dietlibc.spec	21 Jun 2008 14:57:08 -0000	1.56
+++ dietlibc.spec	16 Jul 2008 20:37:53 -0000	1.57
@@ -28,17 +28,17 @@
 Summary:	Small libc implementation
 Name:		dietlibc
 Version:	0.31
-Release:	%release_func 5%{?snapshot:.%snapshot}
-License:	GPL
+Release:	%release_func 6%{?snapshot:.%snapshot}
+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,17 +186,20 @@
 %{?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
+* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.31-6.20080517
+- fix license tag
+
 * Sun May 18 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.31-5.20080517
 - updated to 20080517 snapshot
 - use patches from git repository




More information about the fedora-extras-commits mailing list