]> git.pld-linux.org Git - packages/libosip2.git/commitdiff
- updated to 3.6.0 auto/th/libosip2-3_6_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Oct 2011 04:46:14 +0000 (04:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added link patch

Changed files:
    libosip2-link.patch -> 1.1
    libosip2.spec -> 1.21

libosip2-link.patch [new file with mode: 0644]
libosip2.spec

diff --git a/libosip2-link.patch b/libosip2-link.patch
new file mode 100644 (file)
index 0000000..df23e11
--- /dev/null
@@ -0,0 +1,10 @@
+--- libosip2-3.6.0/src/osip2/Makefile.am.orig  2010-01-06 15:58:16.000000000 +0100
++++ libosip2-3.6.0/src/osip2/Makefile.am       2011-10-15 21:47:56.057797977 +0200
+@@ -13,6 +13,7 @@
+ libosip2_la_SOURCES+=port_sema.c port_thread.c port_condv.c
+ endif
++libosip2_la_LIBADD = -lpthread
+ libosip2_la_LDFLAGS = -version-info $(LIBOSIP_SO_VERSION) \
+  $(FSM_LIB) $(EXTRA_LIB) ../osipparser2/libosipparser2.la -no-undefined
index 7224d8fbb7bd6becf618082189af6da2d0dc5a7f..6b84eb5fbab44ed5dfb533f4a113c87bf44d0af6 100644 (file)
@@ -5,13 +5,14 @@
 Summary:       The GNU oSIP library
 Summary(pl.UTF-8):     Biblioteka GNU oSIP
 Name:          libosip2
-Version:       3.3.0
+Version:       3.6.0
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://ftp.gnu.org/gnu/osip/%{name}-%{version}.tar.gz
-# Source0-md5: 81493bb4d4ae6d55b71a0d4369339125
+# Source0-md5: 92fd1c1698235a798497887db159c9b3
 Patch0:                %{name}-nolibs.patch
+Patch1:                %{name}-link.patch
 URL:           http://www.gnu.org/software/osip/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -62,8 +63,7 @@ Statyczna wersja biblioteki GNU oSIP.
 %prep
 %setup -q
 %patch0 -p1
-
-rm -f acinclude.m4
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -95,11 +95,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS ChangeLog NEWS README TODO
+%doc AUTHORS BUGS ChangeLog FEATURES HISTORY NEWS README TODO
 %attr(755,root,root) %{_libdir}/libosip2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libosip2.so.4
+%attr(755,root,root) %ghost %{_libdir}/libosip2.so.7
 %attr(755,root,root) %{_libdir}/libosipparser2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libosipparser2.so.4
+%attr(755,root,root) %ghost %{_libdir}/libosipparser2.so.7
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.048894 seconds and 4 git commands to generate.