summaryrefslogtreecommitdiff
path: root/rpm/build/native/Ovid.diff
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2010-12-27 00:04:45 +0000
committercvs2git <cvs2git>2010-12-27 00:04:45 +0000
commitc82d349f864e6bd9f96fd1156903bc1f7193a203 (patch)
treee117a87533656110b6acd56fc0ca64289892a9f5 /rpm/build/native/Ovid.diff
parent74e058c8a010ef6feb539248a550d0bb169c1e94 (diff)
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'rpm/build/native/Ovid.diff')
-rw-r--r--rpm/build/native/Ovid.diff30
1 files changed, 0 insertions, 30 deletions
diff --git a/rpm/build/native/Ovid.diff b/rpm/build/native/Ovid.diff
deleted file mode 100644
index 81db7c5..0000000
--- a/rpm/build/native/Ovid.diff
+++ /dev/null
@@ -1,30 +0,0 @@
---- Package.pm.orig 2007-05-25 09:54:14.000000000 -0400
-+++ Package.pm 2007-07-07 15:35:20.000000000 -0400
-@@ -165,6 +165,7 @@
- push @out, $self->provreq($n);
- }
-
-+ return join("\n", map { "Provides: $_"; } @out) if scalar(@out) > 5;
- return join('', 'Provides: ', join ' ', @out);
- }
-
-@@ -376,10 +377,15 @@
-
- %install
-
--make PREFIX=%{_prefix} \
-- DESTDIR=%{buildroot} \
-- INSTALLDIRS=@installdirs@ \
-- install
-+if [ -f Build.PL -a -f Build ] ; then
-+ ./Build destdir=%{buildroot} \
-+ install
-+else
-+ make PREFIX=%{_prefix} \
-+ DESTDIR=%{buildroot} \
-+ INSTALLDIRS=@installdirs@ \
-+ install
-+fi
-
- [ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
-