|
|
@@ -23,10 +23,6 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
-# package versions
|
|
|
-%define V_path 0.92
|
|
|
-%define V_prog pre7
|
|
|
-
|
|
|
# package information
|
|
|
Name: dia
|
|
|
Summary: Graphical Diagram Editor
|
|
|
@@ -36,11 +32,11 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [EVAL]
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
-Version: %{V_path}%{V_prog}
|
|
|
-Release: 20031015
|
|
|
+Version: 0.92
|
|
|
+Release: 20031020
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.gnome.org/pub/gnome/sources/dia/%{V_path}/dia-%{V_path}-%{V_prog}.tar.gz
|
|
|
+Source0: ftp://ftp.gnome.org/pub/gnome/sources/dia/%{version}/dia-%{version}.tar.bz2
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -67,7 +63,7 @@ AutoReqProv: no
|
|
|
multiple pages).
|
|
|
|
|
|
%prep
|
|
|
- %setup -q -n dia-%{V_path}-%{V_prog}
|
|
|
+ %setup -q
|
|
|
|
|
|
%build
|
|
|
%{l_shtool} subst \
|