Hello community, here is the log from the commit of package ccrtp for openSUSE:Factory checked in at 2013-06-14 15:43:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ccrtp (Old) and /work/SRC/openSUSE:Factory/.ccrtp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ccrtp" Changes: -------- --- /work/SRC/openSUSE:Factory/ccrtp/ccrtp.changes 2013-06-09 16:33:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ccrtp.new/ccrtp.changes 2013-06-14 15:43:09.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 13 21:32:27 UTC 2013 - [email protected] + +- Build and ship development documentation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ccrtp.spec ++++++ --- /var/tmp/diff_new_pack.zCRkcV/_old 2013-06-14 15:43:11.000000000 +0200 +++ /var/tmp/diff_new_pack.zCRkcV/_new 2013-06-14 15:43:11.000000000 +0200 @@ -33,12 +33,16 @@ Patch1: 0001-build-properly-use-autotools.patch BuildRequires: autoconf BuildRequires: automake +BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: libgcrypt-devel BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: ucommon-devel >= 5.0.0 +%if 0%{?suse_version} +BuildRequires: fdupes +%endif %if 0%{?suse_version} >= 1230 BuildRequires: gpg-offline %endif @@ -73,6 +77,17 @@ This package contains files needed when developing applications using ccrtp. +%package doc +Summary: Generated class documentation for ccrtp +Group: Documentation/HTML +%if 0%{?suse_version} >= 1130 || 0%{?fedora_version} +BuildArch: noarch +%endif + +%description doc +Generated class documentation for the ccrtp library from header +files, html browsable. + %prep %{?gpg_verify: %gpg_verify %{S:2}} %setup -q @@ -87,28 +102,34 @@ %install make install DESTDIR="%buildroot"; rm -f "%buildroot/%_libdir"/*.la; +%fdupes %buildroot/%_prefix %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig +%post devel +%install_info --info-dir=%{_infodir} %{_infodir}/ccrtp.info.gz + +%postun devel +%install_info_delete --info-dir=%{_infodir} %{_infodir}/ccrtp.info.gz + %files -n %lname %defattr(-,root,root,0755) +%doc COPYING %{_libdir}/libccrtp*.so.2* %files devel %defattr(-,root,root,0755) -%doc AUTHORS COPYING NEWS README TODO ChangeLog +%doc AUTHORS NEWS README TODO ChangeLog %{_libdir}/libccrtp*.so %{_libdir}/pkgconfig/libccrtp.pc %dir %{_includedir}/ccrtp %{_includedir}/ccrtp/*.h %{_infodir}/ccrtp.info* -%post devel -%install_info --info-dir=%{_infodir} %{_infodir}/ccrtp.info.gz - -%postun devel -%install_info_delete --info-dir=%{_infodir} %{_infodir}/ccrtp.info.gz +%files doc +%defattr(-,root,root) +%doc doc/html/ %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
