]> git.pld-linux.org Git - packages/libosip2.git/commitdiff
- updated to 2.0.5, removed unneeded configure,automake patches, fixed build auto/ac/libosip2-2_0_5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Apr 2004 12:41:20 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libosip2.spec -> 1.5

libosip2.spec

index 97b6fa1374f850c32fe278b6ec97911080d4cc7e..14d133472c39798bb1cf3f0d19f2ac419871486d 100644 (file)
@@ -1,23 +1,20 @@
 Summary:       The GNU oSIP library
 Summary(pl):   Biblioteka GNU oSIP
 Name:          libosip2
-Version:       2.0.1
-Release:       2
+Version:       2.0.5
+Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       ftp://ftp.gnu.org/gnu/osip/%{name}-%{version}.tar.gz
-# Source0-md5: 8d635913658b40df2bef70070128884a
-Patch0:                %{name}-configure.patch
-Patch1:                %{name}-automake.patch
-Patch2:                %{name}-nolibs.patch
+# Source0-md5: b78593a76351a266b81606a9bf6f76af
+Patch0:                %{name}-nolibs.patch
 URL:           http://www.fsf.org/software/osip/osip.html
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool >= 1:1.4.3
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Obsoletes:     libosip
 Provides:      libosip
-
+Obsoletes:     libosip
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This is "the GNU oSIP library" (for Omnibus SIP). It has been designed
@@ -34,9 +31,9 @@ Protok
 Summary:       The GNU oSIP library - development files
 Summary(pl):   Pliki dla programistów u¿ywaj±cych GNU oSIP
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
-Obsoletes:     libosip-devel
+Requires:      %{name} = %{version}-%{release}
 Provides:      libosip-devel
+Obsoletes:     libosip-devel
 
 %description devel
 Development files for the GNU oSIP library.
@@ -48,9 +45,9 @@ Pliki dla programist
 Summary:       The GNU oSIP library - static version
 Summary(pl):   Statyczna biblioteka GNU oSIP
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
-Obsoletes:     libosip-static
+Requires:      %{name}-devel = %{version}-%{release}
 Provides:      libosip-static
+Obsoletes:     libosip-static
 
 %description static
 Static version of the GNU oSIP library.
@@ -61,13 +58,12 @@ Statyczna wersja biblioteki GNU oSIP.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
+
+rm -f acinclude.m4
 
 %build
-rm -f scripts/missing
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I scripts
 %{__autoconf}
 %{__automake}
 %configure \
@@ -101,7 +97,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
-%{_includedir}/*
+%{_includedir}/osip2
+%{_includedir}/osipparser2
 %{_mandir}/man3/*.3*
 
 %files static
This page took 0.041999 seconds and 4 git commands to generate.