From c5d33cd86983065247bb06c066b065c770b27947 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Dec 03 2016 03:11:08 +0000 Subject: - Spec clean up --- diff --git a/ccrtp.spec b/ccrtp.spec index 27c4b15..86a6dad 100644 --- a/ccrtp.spec +++ b/ccrtp.spec @@ -1,13 +1,12 @@ Summary: Common C++ class framework for RTP/RTCP Name: ccrtp Version: 2.0.5 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2+ Group: System Environment/Libraries Source0: http://ftp.gnu.org/pub/gnu/ccrtp/ccrtp-%{version}.tar.gz Patch1: ccrtp-2.0.5-libgcrypt-no-threadcbs.patch URL: http://www.gnu.org/software/commoncpp/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: commoncpp2-devel >= 1.7.0, doxygen, libgcrypt-devel, ucommon-devel %description @@ -46,13 +45,10 @@ chmod 644 src/ccrtp/rtp.h %{__make} # %{?_smp_mflags} smp builds disabled %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_infodir}/dir find %{buildroot} -name '*.la' -exec rm -f {} \; -%clean -rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig @@ -67,12 +63,10 @@ fi %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc COPYING README COPYING.addendum %{_libdir}/*.so.* %files devel -%defattr(-,root,root,-) %doc doc/html %dir %{_includedir}/ccrtp %{_includedir}/ccrtp/* @@ -82,6 +76,9 @@ fi %changelog +* Sat Dec 03 2016 Filipe Rosset - 2.0.5-13 +- Spec clean up + * Wed Feb 03 2016 Fedora Release Engineering - 2.0.5-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild