]> git.pld-linux.org Git - packages/rpmorphan.git/blame - rpmorphan-noarch.patch
- up to 1.19
[packages/rpmorphan.git] / rpmorphan-noarch.patch
CommitLineData
70525689
JR
1diff -ur rpmorphan-1.19.orig/Makefile rpmorphan-1.19/Makefile
2--- rpmorphan-1.19.orig/Makefile 2018-09-14 17:45:29.000000000 +0200
3+++ rpmorphan-1.19/Makefile 2021-04-08 10:03:49.757653188 +0200
6f3c2281 4@@ -8,7 +8,7 @@
70525689 5 VERSION = $(shell grep Version rpmorphan.lsm | awk '{print $$2}')
6f3c2281
JR
6
7 BINDIR = $(DESTDIR)/usr/bin
8-LIBDIR = $(DESTDIR)/usr/lib/rpmorphan/
9+LIBDIR = $(DESTDIR)/usr/share/rpmorphan/
10 LOGETC = $(DESTDIR)/etc/
11 LOGROT = $(LOGETC)/logrotate.d/
12 MANDIR = $(DESTDIR)/usr/share/man
9238ce90
JR
13@@ -19,7 +19,7 @@
14 # for keep file
70525689 15 DATADIR = $(DESTDIR)/var/lib/rpmorphan
9238ce90 16 # locales
70525689
JR
17-TARGET_LOCALE = $(DESTDIR)/usr/lib/rpmorphan/locale
18+TARGET_LOCALE = $(DESTDIR)/usr/share/rpmorphan/locale
9238ce90
JR
19
20 # log
70525689
JR
21 LOGDIR = $(DESTDIR)/var/log
22diff -ur rpmorphan-1.19.orig/rpmdep.pl rpmorphan-1.19/rpmdep.pl
23--- rpmorphan-1.19.orig/rpmdep.pl 2018-09-14 17:45:29.000000000 +0200
24+++ rpmorphan-1.19/rpmdep.pl 2021-04-08 10:03:49.757653188 +0200
25@@ -30,7 +30,7 @@
9238ce90 26
6f3c2281 27 # library
70525689
JR
28 push @INC, dirname($PROGRAM_NAME); # dev, tgz
29-push @INC, '/usr/lib/rpmorphan/'; # prod rpm
30+push @INC, '/usr/share/rpmorphan/'; # prod rpm
6f3c2281 31
6f3c2281
JR
32 ## no critic (RequireBarewordIncludes)
33 require 'rpmorphan-lib.pl'
70525689
JR
34diff -ur rpmorphan-1.19.orig/rpmduplicates.pl rpmorphan-1.19/rpmduplicates.pl
35--- rpmorphan-1.19.orig/rpmduplicates.pl 2018-09-14 17:45:29.000000000 +0200
36+++ rpmorphan-1.19/rpmduplicates.pl 2021-04-08 10:03:49.757653188 +0200
6f3c2281 37@@ -28,7 +28,7 @@
70525689
JR
38 use File::Basename;
39
40 ## library is not necessary in current code
41-#use lib '/usr/lib/rpmorphan/';
42+#use lib '/usr/share/rpmorphan/';
43 #push @INC, dirname($PROGRAM_NAME);
44 #
45 ### no critic (RequireBarewordIncludes)
46diff -ur rpmorphan-1.19.orig/rpmextra.pl rpmorphan-1.19/rpmextra.pl
47--- rpmorphan-1.19.orig/rpmextra.pl 2018-09-14 17:45:29.000000000 +0200
48+++ rpmorphan-1.19/rpmextra.pl 2021-04-08 10:03:49.757653188 +0200
49@@ -31,7 +31,7 @@
6f3c2281
JR
50
51 # library
70525689
JR
52 push @INC, dirname($PROGRAM_NAME); # dev, tgz
53-push @INC, '/usr/lib/rpmorphan/'; # prod rpm
54+push @INC, '/usr/share/rpmorphan/'; # prod rpm
55
6f3c2281
JR
56 ## no critic (RequireBarewordIncludes)
57 require 'rpmorphan-lib.pl'
70525689
JR
58diff -ur rpmorphan-1.19.orig/rpmorphan.pl rpmorphan-1.19/rpmorphan.pl
59--- rpmorphan-1.19.orig/rpmorphan.pl 2018-09-14 17:45:29.000000000 +0200
60+++ rpmorphan-1.19/rpmorphan.pl 2021-04-08 10:03:49.757653188 +0200
61@@ -29,7 +29,7 @@
6f3c2281
JR
62
63 # library
70525689
JR
64 push @INC, dirname($PROGRAM_NAME); # dev, tgz
65-push @INC, '/usr/lib/rpmorphan/'; # prod rpm
66+push @INC, '/usr/share/rpmorphan/'; # prod rpm
67
6f3c2281
JR
68 ## no critic (RequireBarewordIncludes)
69 require 'rpmorphan-lib.pl'
70525689
JR
70diff -ur rpmorphan-1.19.orig/rpmusage.pl rpmorphan-1.19/rpmusage.pl
71--- rpmorphan-1.19.orig/rpmusage.pl 2018-09-14 17:45:29.000000000 +0200
72+++ rpmorphan-1.19/rpmusage.pl 2021-04-08 10:03:49.757653188 +0200
73@@ -28,7 +28,7 @@
6f3c2281
JR
74
75 # library
70525689
JR
76 push @INC, dirname($PROGRAM_NAME); # dev, tgz
77-push @INC, '/usr/lib/rpmorphan/'; # prod rpm
78+push @INC, '/usr/share/rpmorphan/'; # prod rpm
79
6f3c2281
JR
80 ## no critic (RequireBarewordIncludes)
81 require 'rpmorphan-lib.pl'
This page took 0.040552 seconds and 4 git commands to generate.