rpms/libosip2/FC-4 .cvsignore, 1.2, 1.3 libosip2.spec, 1.4, 1.5 sources, 1.2, 1.3

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Sat Oct 15 06:12:00 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/libosip2/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7180/FC-4

Modified Files:
	.cvsignore libosip2.spec sources 
Log Message:
- Upstream update
- Disable static library



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libosip2/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	24 Mar 2005 17:49:10 -0000	1.2
+++ .cvsignore	15 Oct 2005 06:11:57 -0000	1.3
@@ -1 +1 @@
-libosip2-2.2.0.tar.gz
+libosip2-2.2.1.tar.gz


Index: libosip2.spec
===================================================================
RCS file: /cvs/extras/rpms/libosip2/FC-4/libosip2.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libosip2.spec	7 Apr 2005 00:12:03 -0000	1.4
+++ libosip2.spec	15 Oct 2005 06:11:57 -0000	1.5
@@ -1,13 +1,13 @@
 Name:           libosip2
-Version:        2.2.0
-Release:        3
+Version:        2.2.1
+Release:        1%{?dist}
 
 Summary:        oSIP is an implementation of SIP
 
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://www.gnu.org/software/osip/
-Source0:        http://ftp.gnu.org/gnu/osip/libosip2-2.2.0.tar.gz
+Source0:        http://ftp.gnu.org/gnu/osip/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -42,14 +42,14 @@
 %setup -q
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
-rename .1 2.1 $RPM_BUILD_ROOT%{_mandir}/man1/osip.1
+mv $RPM_BUILD_ROOT%{_mandir}/man1/osip.1 $RPM_BUILD_ROOT%{_mandir}/man1/osip2.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,12 +67,15 @@
 %defattr(-,root,root,-)
 %{_includedir}/osip2
 %{_includedir}/osipparser2
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_mandir}/man1/*
 
 %changelog
+* Sat Oct 15 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 2.2.1-1
+- Upstream update
+- Disable static library
+
 * Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libosip2/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	24 Mar 2005 17:49:10 -0000	1.2
+++ sources	15 Oct 2005 06:11:57 -0000	1.3
@@ -1 +1 @@
-f1237af0250c59b318bd64a59f5750ea  libosip2-2.2.0.tar.gz
+6daf22ab1d814f3d601147ee75e25170  libosip2-2.2.1.tar.gz




More information about the fedora-extras-commits mailing list