diff --git a/.gitignore b/.gitignore index e0379d8..8f13bf1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ clog /rabbitmq-c-0.5.0.tar.gz /rabbitmq-c-0.5.1.tar.gz /rabbitmq-c-0.5.2.tar.gz +/rabbitmq-c-0.6.0.tar.gz diff --git a/librabbitmq.spec b/librabbitmq.spec index b42bce0..12fcc04 100644 --- a/librabbitmq.spec +++ b/librabbitmq.spec @@ -1,15 +1,18 @@ # spec file for librabbitmq # -# Copyright (c) 2012-2014 Remi Collet +# Copyright (c) 2012-2015 Remi Collet # License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/3.0/ +# http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # +%global libname librabbitmq +%global soname 4 + Name: librabbitmq Summary: Client library for AMQP -Version: 0.5.2 +Version: 0.6.0 Release: 1%{?dist} License: MIT Group: System Environment/Libraries @@ -80,7 +83,7 @@ make %{_smp_mflags} %install make install DESTDIR="%{buildroot}" -rm %{buildroot}%{_libdir}/%{name}.la +rm %{buildroot}%{_libdir}/%{libname}.la %check @@ -100,15 +103,15 @@ make check %files %{!?_licensedir:%global license %%doc} %license LICENSE-MIT -%{_libdir}/%{name}.so.1* +%{_libdir}/%{libname}.so.%{soname}* %files devel %doc AUTHORS THANKS TODO *.md %doc Examples -%{_libdir}/%{name}.so +%{_libdir}/%{libname}.so %{_includedir}/amqp* -%{_libdir}/pkgconfig/librabbitmq.pc +%{_libdir}/pkgconfig/%{libname}.pc %files tools %{_bindir}/amqp-* @@ -117,6 +120,10 @@ make check %changelog +* Mon Apr 20 2015 Remi Collet - 0.6.0-1 +- update to 0.6.0 +- soname changed to .4 + * Mon Sep 15 2014 Remi Collet - 0.5.2-1 - update to 0.5.2 diff --git a/sources b/sources index 883d5b3..96e04e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa8d4d0b949f508c0da25a9c20bd7da7 rabbitmq-c-0.5.2.tar.gz +80b350ce0de3f44cbd7b501bbbd8daf3 rabbitmq-c-0.6.0.tar.gz