SPECS: klibc.spec - rel 3 - dropped klibc-kill_interp_sohash.patch: you pl...

baggins baggins at pld-linux.org
Mon Feb 23 16:59:42 CET 2009


Author: baggins                      Date: Mon Feb 23 15:59:42 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3
- dropped klibc-kill_interp_sohash.patch:
	you pluto, of all people, should know what soname is for.
	And: http://www.zytor.com/pipermail/klibc/2006-April/001465.html

---- Files affected:
SPECS:
   klibc.spec (1.76 -> 1.77) 

---- Diffs:

================================================================
Index: SPECS/klibc.spec
diff -u SPECS/klibc.spec:1.76 SPECS/klibc.spec:1.77
--- SPECS/klibc.spec:1.76	Sun Feb 22 13:55:38 2009
+++ SPECS/klibc.spec	Mon Feb 23 16:59:36 2009
@@ -8,13 +8,12 @@
 Summary(pl.UTF-8):	Zminimalizowany podzbiór biblioteki C do używania z initramfs
 Name:		klibc
 Version:	1.5.15
-Release:	2
+Release:	3
 License:	BSD/GPL
 Group:		Libraries
 Source0:	http://www.kernel.org/pub/linux/libs/klibc/Testing/%{name}-%{version}.tar.bz2
 # Source0-md5:	db2152a8a03bd81e21a5f451f537ae3d
 Patch0:		%{name}-klcc.patch
-Patch1:		%{name}-kill_interp_sohash.patch
 URL:		http://www.zytor.com/mailman/listinfo/klibc/
 BuildRequires:	bison
 BuildRequires:	flex
@@ -117,7 +116,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 cd usr/include
@@ -157,7 +155,7 @@
 install klcc/klcc -D $RPM_BUILD_ROOT%{_bindir}/klcc
 install klcc/klcc.1 -D $RPM_BUILD_ROOT%{_mandir}/man1/klcc.1
 install usr/klibc/libc.* usr/klibc/arch/%{_target_base_arch}/crt0.o usr/klibc/interp.o $RPM_BUILD_ROOT%{_libdir}/klibc
-install usr/klibc/klibc.so $RPM_BUILD_ROOT/%{_lib}
+install usr/klibc/klibc-*.so $RPM_BUILD_ROOT/%{_lib}
 install usr/dash/sh.shared $RPM_BUILD_ROOT%{_libdir}/klibc/bin-shared/sh
 install usr/dash/sh.shared.g $RPM_BUILD_ROOT%{_libdir}/klibc/bin-shared/sh.g
 install usr/dash/sh $RPM_BUILD_ROOT%{_libdir}/klibc/bin-static/sh
@@ -174,7 +172,7 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) /%{_lib}/klibc.so
+%attr(755,root,root) /%{_lib}/klibc-*.so
 
 %files devel
 %defattr(644,root,root,755)
@@ -216,6 +214,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77  2009/02/23 15:59:36  baggins
+- rel 3
+- dropped klibc-kill_interp_sohash.patch:
+	you pluto, of all people, should know what soname is for.
+	And: http://www.zytor.com/pipermail/klibc/2006-April/001465.html
+
 Revision 1.76  2009/02/22 12:55:38  baggins
 - move description to proper package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/klibc.spec?r1=1.76&r2=1.77&f=u



More information about the pld-cvs-commit mailing list