|
|
@@ -23,6 +23,10 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
+# package version
|
|
|
+%define V_major 0.92
|
|
|
+%define V_minor 1
|
|
|
+
|
|
|
# package information
|
|
|
Name: dia
|
|
|
Summary: Graphical Diagram Editor
|
|
|
@@ -32,11 +36,11 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [EVAL]
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
-Version: 0.92
|
|
|
-Release: 20031020
|
|
|
+Version: %{V_major}.%{V_minor}
|
|
|
+Release: 20031026
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.gnome.org/pub/gnome/sources/dia/%{version}/dia-%{version}.tar.bz2
|
|
|
+Source0: ftp://ftp.gnome.org/pub/gnome/sources/dia/%{V_major}/dia-%{version}.tar.bz2
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|