update to 0.6.0, soname 4

This commit is contained in:
Remi Collet 2015-04-21 14:40:21 +02:00
parent b130141b44
commit 72f145546f
3 changed files with 16 additions and 8 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ clog
/rabbitmq-c-0.5.0.tar.gz /rabbitmq-c-0.5.0.tar.gz
/rabbitmq-c-0.5.1.tar.gz /rabbitmq-c-0.5.1.tar.gz
/rabbitmq-c-0.5.2.tar.gz /rabbitmq-c-0.5.2.tar.gz
/rabbitmq-c-0.6.0.tar.gz

View File

@ -1,15 +1,18 @@
# spec file for librabbitmq # spec file for librabbitmq
# #
# Copyright (c) 2012-2014 Remi Collet # Copyright (c) 2012-2015 Remi Collet
# License: CC-BY-SA # 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 # Please, preserve the changelog entries
# #
%global libname librabbitmq
%global soname 4
Name: librabbitmq Name: librabbitmq
Summary: Client library for AMQP Summary: Client library for AMQP
Version: 0.5.2 Version: 0.6.0
Release: 1%{?dist} Release: 1%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
@ -80,7 +83,7 @@ make %{_smp_mflags}
%install %install
make install DESTDIR="%{buildroot}" make install DESTDIR="%{buildroot}"
rm %{buildroot}%{_libdir}/%{name}.la rm %{buildroot}%{_libdir}/%{libname}.la
%check %check
@ -100,15 +103,15 @@ make check
%files %files
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license LICENSE-MIT %license LICENSE-MIT
%{_libdir}/%{name}.so.1* %{_libdir}/%{libname}.so.%{soname}*
%files devel %files devel
%doc AUTHORS THANKS TODO *.md %doc AUTHORS THANKS TODO *.md
%doc Examples %doc Examples
%{_libdir}/%{name}.so %{_libdir}/%{libname}.so
%{_includedir}/amqp* %{_includedir}/amqp*
%{_libdir}/pkgconfig/librabbitmq.pc %{_libdir}/pkgconfig/%{libname}.pc
%files tools %files tools
%{_bindir}/amqp-* %{_bindir}/amqp-*
@ -117,6 +120,10 @@ make check
%changelog %changelog
* Mon Apr 20 2015 Remi Collet <remi@fedoraproject.org> - 0.6.0-1
- update to 0.6.0
- soname changed to .4
* Mon Sep 15 2014 Remi Collet <remi@fedoraproject.org> - 0.5.2-1 * Mon Sep 15 2014 Remi Collet <remi@fedoraproject.org> - 0.5.2-1
- update to 0.5.2 - update to 0.5.2

View File

@ -1 +1 @@
aa8d4d0b949f508c0da25a9c20bd7da7 rabbitmq-c-0.5.2.tar.gz 80b350ce0de3f44cbd7b501bbbd8daf3 rabbitmq-c-0.6.0.tar.gz