packages: serf/serf.spec - updated to 1.0.0 (note: new library name)

qboosh qboosh at pld-linux.org
Sun Jul 24 18:19:21 CEST 2011


Author: qboosh                       Date: Sun Jul 24 16:19:21 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.0.0 (note: new library name)

---- Files affected:
packages/serf:
   serf.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: packages/serf/serf.spec
diff -u packages/serf/serf.spec:1.8 packages/serf/serf.spec:1.9
--- packages/serf/serf.spec:1.8	Mon Mar 14 19:41:41 2011
+++ packages/serf/serf.spec	Sun Jul 24 18:19:16 2011
@@ -1,18 +1,18 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without	tests	# don't perform "make check"
+%bcond_with	tests	# perform "make check" (uses localhost network, fails on apr side when IPV6 is enabled and localhost resolves only to IPV4 addresses)
 #
 Summary:	A high-performance asynchronous HTTP client library
 Summary(pl.UTF-8):	Wysokowydajna biblioteka asynchronicznego klienta HTTP
 Name:		serf
-Version:	0.7.2
+Version:	1.0.0
 Release:	1
 License:	Apache v2.0
 Group:		Libraries
 #Source0Download: http://code.google.com/p/serf/downloads/list
 Source0:	http://serf.googlecode.com/files/%{name}-%{version}.tar.bz2
-# Source0-md5:	66ed12163b14b704888e628ee38e9581
+# Source0-md5:	3b179ed18f65c43141528aa6d2440db4
 Patch0:		%{name}-sh.patch
 URL:		http://code.google.com/p/serf/
 BuildRequires:	apr-devel
@@ -95,18 +95,19 @@
 %files
 %defattr(644,root,root,755)
 %doc CHANGES NOTICE README
-%attr(755,root,root) %{_libdir}/libserf-0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libserf-0.so.0
+%attr(755,root,root) %{_libdir}/libserf-1.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libserf-1.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libserf-0.so
-%{_libdir}/libserf-0.la
+%attr(755,root,root) %{_libdir}/libserf-1.so
+%{_libdir}/libserf-1.la
 %{_includedir}/serf*.h
+%{_pkgconfigdir}/serf-1.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libserf-0.a
+%{_libdir}/libserf-1.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -114,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2011/07/24 16:19:16  qboosh
+- updated to 1.0.0 (note: new library name)
+
 Revision 1.8  2011/03/14 18:41:41  qboosh
 - updated to 0.7.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/serf/serf.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list