Hello community,

here is the log from the commit of package libzrtpcpp for openSUSE:Factory
checked in at Tue Sep 27 16:06:36 CEST 2011.



--------
--- libzrtpcpp/libzrtpcpp.changes       2011-01-08 09:46:50.000000000 +0100
+++ /mounts/work_src_done/STABLE/libzrtpcpp/libzrtpcpp.changes  2011-09-27 
10:02:24.000000000 +0200
@@ -1,0 +2,17 @@
+Tue Sep 27 08:02:08 UTC 2011 - [email protected]
+
+- fix the shared library policy packaging
+
+-------------------------------------------------------------------
+Sat Aug 20 07:17:04 UTC 2011 - [email protected]
+
+- Modify and rename spec file to adhere to naming policies
+  * remove rpmlintrc file - not longer used
+
+-------------------------------------------------------------------
+Mon Aug  1 15:54:33 UTC 2011 - [email protected]
+
+- update to version 2.0 to be in sync with version number of GNU ccRTP
+  * Update configuration to use the new GNU uCommon library
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libzrtpcpp-1.6.0.tar.bz2
  rpmlintrc

New:
----
  libzrtpcpp-2.0.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libzrtpcpp.spec ++++++
--- /var/tmp/diff_new_pack.PJ77Td/_old  2011-09-27 16:06:33.000000000 +0200
+++ /var/tmp/diff_new_pack.PJ77Td/_new  2011-09-27 16:06:33.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libzrtpcpp (Version 1.6.0)
+# spec file for package libzrtpcpp
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -18,16 +18,19 @@
 
 
 Name:           libzrtpcpp
-Summary:        A ccrtp extension for ZRTP support
-BuildRequires:  cmake gcc-c++ libgcrypt-devel pkgconfig
-BuildRequires:  libccrtp-devel >= 1.8.0
-Version:        1.6.0
-Release:        1
+%define lname libzrtpcpp2
+Version:        2.0.0
+Release:        0
 License:        GPLv3+
-Group:          Development/Libraries/Other
+Summary:        A ccrtp extension for ZRTP support
 Url:            http://www.gnu.org/software/commoncpp/commoncpp.html
-Source0:        %{name}-%{version}.tar.bz2
-Source1:        rpmlintrc
+Group:          Development/Libraries/Other
+Source0:        libzrtpcpp-%{version}.tar.bz2
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  ccrtp-devel >= 2.0.0
+BuildRequires:  libopenssl-devel >= 0.9.8
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -36,40 +39,26 @@
 encryption, and which can be directly embedded into telephony
 applications.
 
+%package -n %lname
+Summary:        A ccrtp extension for ZRTP support
 
+%description -n %lname
 This library is a GPL licensed extension to the GNU RTP Stack, ccrtp,
 that offers compatibility with Phil Zimmermann's zrtp/Zfone voice
 encryption, and which can be directly embedded into telephony
 applications.
 
-
-
-%description -n libzrtpcpp
-This library is a GPL licensed extension to the GNU RTP Stack, ccrtp,
-that offers compatibility with Phil Zimmermann's zrtp/Zfone voice
-encryption, and which can be directly embedded into telephony
-applications.
-
-
-This library is a GPL licensed extension to the GNU RTP Stack, ccrtp,
-that offers compatibility with Phil Zimmermann's zrtp/Zfone voice
-encryption, and which can be directly embedded into telephony
-applications.
-
-
-
 %package devel
 License:        GPLv3+
+Summary:        Headers and link library for libzrtpcpp
 Group:          Development/Libraries/Other
-Summary:        Headers and static link library for libzrtpcpp
-Requires:       libzrtpcpp = %{version} libccrtp-devel
+Requires:       ccrtp-devel >= 2.0.0
+Requires:       %{lname} = %{version}
 
 %description devel
 This package provides the header files, link libraries, and
 documentation for building applications that use libzrtpcpp.
 
-
-
 %prep
 %setup -q
 
@@ -81,20 +70,21 @@
       -DSYSCONFDIR=%{_sysconfdir} \
       -DMANDIR=%{_mandir} \
       -DCMAKE_VERBOSE_MAKEFILE=TRUE \
-      -DCMAKE_C_FLAGS_RELEASE:STRING="$RPM_OPT_FLAGS" \
-      -DCMAKE_CXX_FLAGS_RELEASE:STRING="$RPM_OPT_FLAGS" \
+      -DCMAKE_C_FLAGS_RELEASE:STRING="%{optflags}" \
+      -DCMAKE_CXX_FLAGS_RELEASE:STRING="%{optflags}" \
       ..  
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 cd build
-make install DESTDIR=$RPM_BUILD_ROOT
+rm -rf %{buildroot}
+%make_install
 
 %clean
-rm -rf "$RPM_BUILD_ROOT"
+rm -rf %{buildroot}
 
-%files -n libzrtpcpp
+%files -n %lname
 %defattr(-,root,root,0755)
 %doc AUTHORS COPYING README
 %{_libdir}/*.so.*
@@ -106,8 +96,8 @@
 %{_includedir}/libzrtpcpp/*.h
 %dir %{_includedir}/libzrtpcpp
 
-%post -n libzrtpcpp -p /sbin/ldconfig
+%post -p /sbin/ldconfig -n %lname
 
-%postun -n libzrtpcpp -p /sbin/ldconfig
+%postun -p /sbin/ldconfig -n %lname
 
 %changelog

++++++ libzrtpcpp-1.6.0.tar.bz2 -> libzrtpcpp-2.0.0.tar.bz2 ++++++
++++ 41522 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to