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

Changes of Revision 10

[-] Changed pxlib.spec
x
 
1
@@ -5,12 +5,17 @@
2
 License: see doc/COPYING
3
 Group: Applications/Utils
4
 Url: http://pxlib.sourceforge.net/
5
-Packager: Carsten Schoene <cs@linux-administrator.com>
6
 Source: http://prdownloads.sourceforge.net/pxlib/pxlib-%{PACKAGE_VERSION}.tar.gz
7
 BuildRoot: /var/tmp/rpm/pxlib-root
8
 Prefix: /usr
9
 Provides: libpx
10
-BuildRequires: perl-XML-Parser sqlite2-devel docbook-to-man
11
+BuildRequires: perl-XML-Parser docbook-to-man
12
+
13
+%if 0%{?suse_version} >= 1110
14
+BuildRequires:     sqlite-devel
15
+%else
16
+BuildRequires:     sqlite2-devel
17
+%endif
18
 
19
 %description
20
 pxlib is a simply and still small C library to read Paradox DB files. It
21