Browse Source

hannes:


			
			
				rocklinux
			
			
		
hannes 20 years ago
parent
commit
8abaea8fe8
7 changed files with 34 additions and 15 deletions
  1. +30
    -0
      package/base/dmapi/buildmacros.patch
  2. +1
    -1
      package/base/dmapi/dmapi.conf
  3. +1
    -1
      package/base/dmapi/dmapi.desc
  4. +0
    -0
      package/base/dmapi/install.patch
  5. +1
    -1
      package/base/xfsdump/xfsdump.conf
  6. +1
    -1
      package/base/xfsdump/xfsdump.desc
  7. +0
    -11
      package/hannes/dmapi/buildmacros.patch

+ 30
- 0
package/base/dmapi/buildmacros.patch

@ -0,0 +1,30 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/base/dmapi/buildmacros.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./include/buildmacros.orig 2004-12-05 08:09:03.778078400 +0100
+++ ./include/buildmacros 2004-12-05 08:09:15.082359888 +0100
@@ -102,8 +102,6 @@
../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_DEVLIB_DIR)/$(LIBNAME).la ; \
../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR); \
- ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).a $(PKG_LIB_DIR)/$(LIBNAME).a; \
- ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).la $(PKG_LIB_DIR)/$(LIBNAME).la; \
../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(PKG_DEVLIB_DIR)/$(LIBNAME).so
else
INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC)

package/hannes/dmapi/dmapi.conf → package/base/dmapi/dmapi.conf

@ -5,7 +5,7 @@
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/hannes/dmapi/dmapi.conf
# ROCK Linux: rock-src/package/base/dmapi/dmapi.conf
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify

package/hannes/dmapi/dmapi.desc → package/base/dmapi/dmapi.desc

@ -5,7 +5,7 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/hannes/dmapi/dmapi.desc
[COPY] ROCK Linux: rock-src/package/base/dmapi/dmapi.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify

package/hannes/dmapi/install.patch → package/base/dmapi/install.patch


package/hannes/xfsdump/xfsdump.conf → package/base/xfsdump/xfsdump.conf

@ -5,7 +5,7 @@
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/hannes/xfsdump/xfsdump.conf
# ROCK Linux: rock-src/package/base/xfsdump/xfsdump.conf
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify

package/hannes/xfsdump/xfsdump.desc → package/base/xfsdump/xfsdump.desc

@ -5,7 +5,7 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/hannes/xfsdump/xfsdump.desc
[COPY] ROCK Linux: rock-src/package/base/xfsdump/xfsdump.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify

+ 0
- 11
package/hannes/dmapi/buildmacros.patch

@ -1,11 +0,0 @@
--- ./include/buildmacros.orig 2004-12-05 08:09:03.778078400 +0100
+++ ./include/buildmacros 2004-12-05 08:09:15.082359888 +0100
@@ -102,8 +102,6 @@
../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_DEVLIB_DIR)/$(LIBNAME).la ; \
../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR); \
- ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).a $(PKG_LIB_DIR)/$(LIBNAME).a; \
- ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).la $(PKG_LIB_DIR)/$(LIBNAME).la; \
../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(PKG_DEVLIB_DIR)/$(LIBNAME).so
else
INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC)

Loading…
Cancel
Save