update to 0.6.0, soname 4
This commit is contained in:
parent
b130141b44
commit
72f145546f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <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
|
||||
- update to 0.5.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user