Logoj0ke.net Open Build Service > Projects > server:database:paradox > pxview > Changes
Sign Up | Log In

Changes of Revision 11

[-] Changed pxview.spec
x
 
1
@@ -1,15 +1,21 @@
2
-Summary: Program to read and convert Paradox DB files
3
-Name: pxview
4
-Version: 0.2.5
5
-Release: 1
6
-License: see doc/COPYING
7
-Group: Applications/Utils
8
-Url: http://pxlib.sourceforge.net/
9
-Packager: Carsten Schoene <cs@linux-administrator.com>
10
-Source: http://prdownloads.sourceforge.net/pxlib/pxview-%{PACKAGE_VERSION}.tar.gz
11
-BuildRoot: /var/tmp/rpm/pxview-root
12
+Summary:   Program to read and convert Paradox DB files
13
+Name:      pxview
14
+Version:   0.2.5
15
+Release:   1
16
+License:   see doc/COPYING
17
+Group:     Applications/Utils
18
+Url:       http://pxlib.sourceforge.net/
19
+Source:        http://prdownloads.sourceforge.net/pxlib/%{name}-%{version}.tar.bz2
20
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
21
 Prefix: /usr
22
-BuildRequires: pxlib-devel perl-XML-Parser sqlite2-devel docbook-to-man
23
+BuildRequires: pxlib-devel perl-XML-Parser docbook-to-man
24
+
25
+%if 0%{?suse_version} >= 1110
26
+BuildRequires:          sqlite-devel
27
+%else
28
+BuildRequires:          sqlite2-devel
29
+%endif
30
+
31
 
32
 %description
33
 pxview is a simple program based on pxlib to read and convert Paradox DB files.
34