Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 21 years ago
parent
commit
aaa71cabe9
4 changed files with 6 additions and 53 deletions
  1. +2
    -2
      package/fake/bluez-hcidump/bluez-hcidump.desc
  2. +2
    -2
      package/fake/bluez-libs/bluez-libs.desc
  3. +2
    -2
      package/fake/bluez-utils/bluez-utils.desc
  4. +0
    -47
      package/fake/bluez-utils/fix-mandir.patch

+ 2
- 2
package/fake/bluez-hcidump/bluez-hcidump.desc

@ -32,8 +32,8 @@
[L] GPL
[S] Stable
[V] 1.7
[V] 1.8
[P] X -----5---9 604.000
[D] 2268206401 bluez-hcidump-1.7.tar.gz http://bluez.sourceforge.net/download/
[D] 602762632 bluez-hcidump-1.8.tar.gz http://bluez.sourceforge.net/download/

+ 2
- 2
package/fake/bluez-libs/bluez-libs.desc

@ -32,7 +32,7 @@
[L] GPL
[S] Stable
[V] 2.5
[V] 2.6
[P] X -----5---9 600.100
[D] 537935599 bluez-libs-2.5.tar.gz http://bluez.sourceforge.net/download/
[D] 1982026859 bluez-libs-2.6.tar.gz http://bluez.sourceforge.net/download/

+ 2
- 2
package/fake/bluez-utils/bluez-utils.desc

@ -32,8 +32,8 @@
[L] GPL
[S] Stable
[V] 2.4
[V] 2.6
[P] X -----5---9 600.200
[D] 4294579632 bluez-utils-2.4.tar.gz http://bluez.sourceforge.net/download/
[D] 3287521339 bluez-utils-2.6.tar.gz http://bluez.sourceforge.net/download/

+ 0
- 47
package/fake/bluez-utils/fix-mandir.patch

@ -1,47 +0,0 @@
diff -rduN bluez-utils-2.4-orig/rfcomm/Makefile.am bluez-utils-2.4/rfcomm/Makefile.am
--- bluez-utils-2.4-orig/rfcomm/Makefile.am 2003-07-18 11:25:50.000000000 +0200
+++ bluez-utils-2.4/rfcomm/Makefile.am 2004-01-02 21:05:24.964888336 +0100
@@ -2,7 +2,6 @@
# $Id: Makefile.am,v 1.5 2003/07/18 09:25:50 holtmann Exp $
#
-mandir = $(prefix)/usr/share/man
confdir = $(sysconfdir)/bluetooth
bin_PROGRAMS = rfcomm
diff -rduN bluez-utils-2.4-orig/rfcomm/Makefile.in bluez-utils-2.4/rfcomm/Makefile.in
--- bluez-utils-2.4-orig/rfcomm/Makefile.in 2003-12-18 19:36:54.000000000 +0100
+++ bluez-utils-2.4/rfcomm/Makefile.in 2004-01-02 21:05:46.092676424 +0100
@@ -89,7 +89,7 @@
VERSION = @VERSION@
YACC = @YACC@
-mandir = $(prefix)/usr/share/man
+mandir = @mandir@
confdir = $(sysconfdir)/bluetooth
bin_PROGRAMS = rfcomm
diff -rduN bluez-utils-2.4-orig/tools/Makefile.am bluez-utils-2.4/tools/Makefile.am
--- bluez-utils-2.4-orig/tools/Makefile.am 2003-07-03 00:27:41.000000000 +0200
+++ bluez-utils-2.4/tools/Makefile.am 2004-01-02 21:06:10.017039368 +0100
@@ -2,8 +2,6 @@
# $Id: Makefile.am,v 1.9 2003/07/02 22:27:41 holtmann Exp $
#
-mandir = $(prefix)/usr/share/man
-
sbin_PROGRAMS = hciattach hciconfig
bin_PROGRAMS = hcitool l2ping
diff -rduN bluez-utils-2.4-orig/tools/Makefile.in bluez-utils-2.4/tools/Makefile.in
--- bluez-utils-2.4-orig/tools/Makefile.in 2003-12-18 19:36:53.000000000 +0100
+++ bluez-utils-2.4/tools/Makefile.in 2004-01-02 21:06:21.549286200 +0100
@@ -89,7 +89,7 @@
VERSION = @VERSION@
YACC = @YACC@
-mandir = $(prefix)/usr/share/man
+mandir = @mandir@
sbin_PROGRAMS = hciattach hciconfig
bin_PROGRAMS = hcitool l2ping

Loading…
Cancel
Save