rpms/arm-gp2x-linux-glibc/devel arm-gp2x-linux-glibc.spec,1.1,1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Aug 5 18:50:54 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/arm-gp2x-linux-glibc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv774

Modified Files:
	arm-gp2x-linux-glibc.spec 
Log Message:
* Sun Aug  5 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3.6-4
- Do NOT provide and require native glibc symbols <sigh>



Index: arm-gp2x-linux-glibc.spec
===================================================================
RCS file: /cvs/extras/rpms/arm-gp2x-linux-glibc/devel/arm-gp2x-linux-glibc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- arm-gp2x-linux-glibc.spec	3 Aug 2007 17:53:58 -0000	1.1
+++ arm-gp2x-linux-glibc.spec	5 Aug 2007 18:50:22 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           %{target}-glibc
 Version:        2.3.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Cross Compiled GNU C Library targeted at %{target}
 Group:          Development/Languages
 License:        LGPLv2+
@@ -77,11 +77,17 @@
 install -m 644 bits/stdio_lim.h $RPM_BUILD_ROOT%{_prefix}/%{target}/include/bits
 install -m 644 stubs.h $RPM_BUILD_ROOT%{_prefix}/%{target}/include/gnu
 popd
+
 # despite us being noarch redhat-rpm-config insists on stripping our files
 # and on running find-debuginfo.sh on our files
 %define __debug_install_post %{nil}
 %define __os_install_post /usr/lib/rpm/redhat/brp-compress
 
+# stop rpm from claiming we provide and need native glibc symbols <sigh>
+%define _use_internal_dependency_generator 0
+%define __find_requires %{nil}
+%define __find_provides %{nil}
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -97,9 +103,12 @@
 
 
 %changelog
+* Sun Aug  5 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3.6-4
+- Do NOT provide and require native glibc symbols <sigh>
+
 * Fri Aug  3 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3.6-3
 - Change License tag to: LGPLv2+
-- Don't own %{_prefix}/%{target} and %{_prefix}/%{target}/include dirs, as
+- Don't own %%{_prefix}/%%{target} and %%{_prefix}/%%{target}/include dirs, as
   these are already owned by the required arm-gp2x-linux-kernel-headers rpm
 
 * Thu May 31 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3.6-2




More information about the fedora-extras-commits mailing list