packages (rpm-4_5): rpm/rpm-macros-ti.patch - don't generate: R: libtool(...

hawk hawk at pld-linux.org
Fri Nov 19 14:01:57 CET 2010


Author: hawk                         Date: Fri Nov 19 13:01:58 2010 GMT
Module: packages                      Tag: rpm-4_5
---- Log message:
- don't generate:
  R: libtool(foo) - the plan is to remove *.la from packages in the future
  R: pkgconfig(foo) - it enforces mass rebuild (probably will be reenabled
                      in the future)

---- Files affected:
packages/rpm:
   rpm-macros-ti.patch (1.2.2.1 -> 1.2.2.1.2.1) 

---- Diffs:

================================================================
Index: packages/rpm/rpm-macros-ti.patch
diff -u packages/rpm/rpm-macros-ti.patch:1.2.2.1 packages/rpm/rpm-macros-ti.patch:1.2.2.1.2.1
--- packages/rpm/rpm-macros-ti.patch:1.2.2.1	Wed Aug  6 11:31:19 2008
+++ packages/rpm/rpm-macros-ti.patch	Fri Nov 19 14:01:50 2010
@@ -1,6 +1,7 @@
---- rpm-4.4.9/macros.in	2008-03-27 19:45:51.090959034 +0200
-+++ rpm-4.4.9/macros.in	2008-04-04 23:09:48.869762337 +0300
-@@ -271,6 +271,9 @@
+diff -urN rpm-4.5/macros.in rpm-4.5.new//macros.in
+--- rpm-4.5/macros.in	2010-05-28 20:56:02.854032755 +0200
++++ rpm-4.5.new//macros.in	2010-05-28 20:59:04.177348180 +0200
+@@ -277,6 +277,9 @@
  #
  #%distribution
  
@@ -10,7 +11,25 @@
  #	Configurable distribution URL, same as DistURL: tag in a specfile.
  #	The URL will be used to supply reliable information to tools like
  #	rpmfind.
-@@ -1464,6 +1467,8 @@
+@@ -1449,7 +1452,7 @@
+ # Note: Used iff _use_internal_dependency_generator is non-zero. The
+ # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
+ %__libtool_provides	%{_rpmhome}/libtooldeps.sh --provides %{buildroot} %{name}
+-%__libtool_requires	%{_rpmhome}/libtooldeps.sh --requires %{buildroot} %{name}
++%__libtool_requires	%{nil}
+ 
+ #------------------------------------------------------------------------
+ # pkgconfig(...) configuration.
+@@ -1459,7 +1462,7 @@
+ # Note: Used iff _use_internal_dependency_generator is non-zero. The
+ # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
+ %__pkgconfig_provides	%{_rpmhome}/pkgconfigdeps.sh --provides
+-%__pkgconfig_requires	%{_rpmhome}/pkgconfigdeps.sh --requires
++%__pkgconfig_requires	%{nil}
+ 
+ #------------------------------------------------------------------------
+ # executable(...) configuration.
+@@ -1482,6 +1485,8 @@
  # -feliminate-dwarf2-dups disabled until PR ld/3290 is fixed.
  
  %debugcflags	-O0 -g -Wall
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpm/rpm-macros-ti.patch?r1=1.2.2.1&r2=1.2.2.1.2.1&f=u



More information about the pld-cvs-commit mailing list