Patch for ORBit.spec.in
- From: Ross Golder <ross golder org>
- To: ORBit-list gnome org
- Subject: Patch for ORBit.spec.in
- Date: 12 Oct 2001 11:58:48 +0100
In ORBit2 CVS HEAD w/d, 'make dist; rpm -ta ORBit2-2.3.95.tar.gz'
results in '...File not found'.
Attached patch should fix this.
--
Ross
Index: ORBit.spec.in
===================================================================
RCS file: /cvs/gnome/ORBit2/ORBit.spec.in,v
retrieving revision 1.7
diff -u -r1.7 ORBit.spec.in
--- ORBit.spec.in 2001/09/24 16:30:18 1.7
+++ ORBit.spec.in 2001/10/12 10:53:31
@@ -2,7 +2,7 @@
Name: ORBit2
Version: @ORBIT_VERSION@
Release: 1
-Source: ftp://ftp.labs.redhat.com/pub/ORBit/ORBit-%{version}.tar.gz
+Source: ftp://ftp.labs.redhat.com/pub/ORBit/ORBit2-%{version}.tar.gz
Group: System Environment/Libraries
Copyright: LGPL/GPL
BuildRoot: /var/tmp/%{name}-%{version}-root
@@ -38,7 +38,7 @@
write such programs, you'll also need to install the ORBit package.
%prep
-%setup -q -n ORBit-%{version}
+%setup -q -n %{name}-%{version}
%build
# Needed for snapshot releases.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]