]> git.pld-linux.org Git - packages/freetds.git/commitdiff
- new bcond style
authorhawk <hawk@pld-linux.org>
Sun, 2 Jan 2005 13:13:31 +0000 (13:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added NEWS to docs
- updated to 0.62.4

Changed files:
    freetds.spec -> 1.4.2.3

freetds.spec

index 1f7d3b1a7eb19f0c518ffa6b21d8416e6de8e7d6..989495de98358a4b7e08ce980931afa670f0e7b2 100644 (file)
@@ -1,5 +1,6 @@
+#
 # Conditional build:
-# _with_msdblib - use MS-style dblib
+%bcond_with    msdblib         # use MS-style dblib
 #
 # %%define tdsver - protocol version; valid versions:
 # 4.2 (used by Sybase SQLServer <= 10 and MS SQL Server 6.5)
 Summary:       Free implementation of Sybase's db-lib
 Summary(pl):   Wolnodostêpna implementacja db-lib firmy Sybase
 Name:          freetds
-Version:       0.60
+Version:       0.62.4
 Release:       1
 License:       LGPL
 Group:         Libraries
-Source0:       http://ibiblio.org/pub/Linux/ALPHA/freetds/old/%{name}-%{version}.tgz
-# Source0-md5: bf719c9e1a5f8cd080dec6f9664e7f44
+Source0:       http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/%{name}-%{version}.tar.gz
+# Source0-md5: 09695686e7aa2eaf963c2ebe30c7ae74
 URL:           http://www.freetds.org/
 BuildRequires: autoconf
-BuildRequires: glib-devel
+BuildRequires: libltdl-devel
+BuildRequires: libtool
 BuildRequires: unixODBC-devel
 Requires(post):        /sbin/ldconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -74,7 +76,7 @@ Statyczne biblioteki FreeTDS.
 %{__autoconf}
 %configure \
        --with-tdsver=%{tdsver} \
-       %{?_with_msdblib:--with-msdblib} \
+       %{?with_msdblib:--with-msdblib} \
        --with-unixodbc
 
 %{__make}
@@ -98,7 +100,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS ChangeLog README* TODO
+%doc AUTHORS BUGS ChangeLog NEWS README* TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %attr(755,root,root) %{_bindir}/*
 %dir %{_sysconfdir}
This page took 0.654229 seconds and 4 git commands to generate.