packages: libcassandra/libcassandra.spec - Version 0.2.91.

matkor matkor at pld-linux.org
Wed Jun 1 14:32:48 CEST 2011


Author: matkor                       Date: Wed Jun  1 12:32:48 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Version 0.2.91.

---- Files affected:
packages/libcassandra:
   libcassandra.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/libcassandra/libcassandra.spec
diff -u packages/libcassandra/libcassandra.spec:1.3 packages/libcassandra/libcassandra.spec:1.4
--- packages/libcassandra/libcassandra.spec:1.3	Thu Apr 14 23:52:14 2011
+++ packages/libcassandra/libcassandra.spec	Wed Jun  1 14:32:43 2011
@@ -1,20 +1,16 @@
 # $Revision$, $Date$
-# TODO: Use PLD automagic instead of  ./config/autorun.sh
-# TODO: Review link_fix.patch:
-#	  why extra -lthrift is needed
-#	  as all linkinfo about thrift should be in  $(LIBTHRIFT)
 
 Summary:	A high level C++ client for Cassandra
 Summary(pl.UTF-8):	Klient Cassandry wyższego poziomu w C++
 Name:		libcassandra
-Version:	0.2.0.git20110414
+Version:	0.2.91
 Release:	1
 License:	BSD
 Group:		Libraries
-# http://beauty.ant.gliwice.pl/PLD/libcassandra-0.2.0.git-20110414.tar.gz
-Source0:	http://beauty.ant.gliwice.pl/PLD/%{name}-%{version}.tar.gz
-# Source0-md5:	c1f2e536267500c55707f96d341d7297
-Patch0:		%{name}-link_fix.patch
+# https://download.github.com/matkor-libcassandra-0.2.91-0-g98ab52b.tar.gz
+Source0:	https://download.github.com/matkor-libcassandra-%{version}-0-g98ab52b.tar.gz
+# Source0-md5:	8563f97a35ca4b465250e1e26873016e
+# Patch0:		%{name}-link_fix.patch
 URL:		https://github.com/posulliv/libcassandra
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -47,8 +43,8 @@
 
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n matkor-libcassandra-98ab52b
+# %patch0 -p1
 
 %build
 %{__libtoolize}
@@ -57,7 +53,8 @@
 %{__autoheader}
 %{__automake}
 %configure \
-	CXXFLAGS="%{rpmcxxflags} -Wno-error"
+	CXXFLAGS="%{rpmcxxflags} -Wno-variadic-macros -Wno-deprecated"
+
 %{__make}
 
 %install
@@ -78,9 +75,9 @@
 %defattr(644,root,root,755)
 # %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_libdir}/libcassandra.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libcassandra.so.2
+%attr(755,root,root) %ghost %{_libdir}/libcassandra.so.3
 %attr(755,root,root) %{_libdir}/libgenthrift.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgenthrift.so.0
+%attr(755,root,root) %ghost %{_libdir}/libgenthrift.so.3
 
 %files devel
 %defattr(644,root,root,755)
@@ -97,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2011/06/01 12:32:43  matkor
+- Version 0.2.91.
+
 Revision 1.3  2011/04/14 21:52:14  matkor
 - Release 1. Works for me.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libcassandra/libcassandra.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list