rpms/freetds/devel .cvsignore, 1.2, 1.3 freetds.spec, 1.9, 1.10 sources, 1.2, 1.3 freetds-0.64-makefile-doc.patch, 1.1, NONE

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Tue Jun 10 15:11:06 UTC 2008


Author: buc

Update of /cvs/extras/rpms/freetds/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25274

Modified Files:
	.cvsignore freetds.spec sources 
Removed Files:
	freetds-0.64-makefile-doc.patch 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/freetds/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Jun 2007 15:34:56 -0000	1.2
+++ .cvsignore	10 Jun 2008 15:10:18 -0000	1.3
@@ -1 +1 @@
-freetds-0.64.tar.gz
+freetds-0.82.tar.gz


Index: freetds.spec
===================================================================
RCS file: /cvs/extras/rpms/freetds/devel/freetds.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- freetds.spec	26 Feb 2008 17:44:16 -0000	1.9
+++ freetds.spec	10 Jun 2008 15:10:18 -0000	1.10
@@ -6,8 +6,8 @@
 
 Name: freetds
 Summary: Implementation of the TDS (Tabular DataStream) protocol
-Version: 0.64
-Release: 11%{?dist}
+Version: 0.82
+Release: 1%{?dist}
 Group: System Environment/Libraries
 License: LGPLv2+ and GPLv2+
 URL: http://www.freetds.org/
@@ -15,8 +15,6 @@
 Source1: freetds-tds_sysdep_public.h
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: unixODBC-devel, readline-devel
-BuildRequires: doxygen, docbook-style-dsssl
-Patch0: freetds-0.64-makefile-doc.patch
  
 
 %description 
@@ -49,18 +47,11 @@
 
 %prep 
 %setup -q
-%patch0 -p1
 
-# cleanup the initial source
-sed -i 's/\r//' doc/tds_ssl.html
-sed -i '1 s,#!.*/perl,#!%{__perl},' samples/*.pl doc/api_status.txt
-
-find doc/ samples/ COPYING* -type f -print0 | xargs -0 chmod -x
-find . -name "*.[ch]" -print0 | xargs -0 chmod -x
-
-# cause to rebuild docs
-rm doc/doc/freetds-%{version}/reference/index.html
-rm doc/doc/freetds-%{version}/userguide/index.htm
+#  correct perl path
+sed -i '1 s,#!.*/perl,#!%{__perl},' samples/*.pl
+
+chmod -x samples/*.sh
 
  
 %build 
@@ -70,15 +61,14 @@
 	--with-tdsver="4.2" \
 	--with-unixodbc="%{_prefix}" \
 	--enable-msdblib \
-	--enable-sybase-compat
+	--enable-sybase-compat \
+	--with-openssl
 
 # avoid any rpath
 sed -i -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
 	-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-make %{?_smp_mflags} DOCBOOK_DSL="`rpm -ql docbook-style-dsssl | fgrep html/docbook.dsl`"
-
-chmod -x samples/*.template
+make %{?_smp_mflags}
 
  
 %install 
@@ -112,8 +102,8 @@
 %{_bindir}/*
 %{_libdir}/*.so.*
 %config(noreplace) %{_sysconfdir}/*.conf
-%doc AUTHORS BUGS COPYING* NEWS README TODO 
-%doc doc/*.html doc/doc/freetds-%{version}/userguide
+%doc AUTHORS BUGS COPYING* NEWS README TODO doc/*.html
+%doc doc/doc/freetds-%{version}/userguide doc/images
 %{_mandir}/*/*
 
  
@@ -131,6 +121,9 @@
  
 
 %changelog
+* Mon Jun  9 2008 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.82-1
+- Upgrade to 0.82
+
 * Tue Feb 26 2008 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.64-11
 - fix "64 or 32 bit" test (#434975)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/freetds/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Jun 2007 15:34:56 -0000	1.2
+++ sources	10 Jun 2008 15:10:18 -0000	1.3
@@ -1 +1 @@
-ecfee5d6c96932172a1f29fb215c9d23  freetds-0.64.tar.gz
+3df6b2e83fd420e90f1becbd1162990a  freetds-0.82.tar.gz


--- freetds-0.64-makefile-doc.patch DELETED ---




More information about the fedora-extras-commits mailing list