|
|
@@ -26,7 +26,7 @@
|
|
|
# package version
|
|
|
%define V_major 2
|
|
|
%define V_minor 9
|
|
|
-%define V_level 1
|
|
|
+%define V_level 2
|
|
|
|
|
|
# package information
|
|
|
Name: orbit2
|
|
|
@@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: System
|
|
|
License: GPL
|
|
|
Version: %{V_major}.%{V_minor}.%{V_level}
|
|
|
-Release: 20031114
|
|
|
+Release: 20031208
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/ORBit%{V_major}/%{V_major}.%{V_minor}/ORBit%{V_major}-%{version}.tar.gz
|
|
|
@@ -61,6 +61,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n ORBit%{V_major}-%{version}
|
|
|
+ touch *
|
|
|
|
|
|
%build
|
|
|
CC="%{l_cc}" \
|