Skip to content

Commit

Permalink
php-pecl-msgpack: use system msgpack library headers
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Apr 2, 2013
1 parent faf14df commit fc7baf2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion php/pecl/php-pecl-msgpack/php-pecl-msgpack.spec
Expand Up @@ -8,7 +8,7 @@
Summary: API for communicating with MessagePack serialization
Name: php-pecl-msgpack
Version: 0.5.5
Release: 2%{?dist}
Release: 3%{?dist}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/msgpack
Expand All @@ -19,6 +19,7 @@ Patch0: %{pecl_name}.patch

BuildRequires: php-devel
BuildRequires: php-pear
BuildRequires: msgpack-devel

Requires(post): %{__pecl}
Requires(postun): %{__pecl}
Expand Down Expand Up @@ -67,6 +68,9 @@ These are the files needed to compile programs using MessagePack serializer.
cd %{pecl_name}-%{version}
%patch0 -p1 -b .build

# use system library
rm -rf msgpack

# When this file will be removed, clean the description.
[ -f EXPERIMENTAL ] || exit 1

Expand Down Expand Up @@ -177,6 +181,9 @@ fi


%changelog
* Tue Apr 2 2013 Remi Collet <remi@fedoraproject.org> - 0.5.5-3
- use system msgpack library headers

* Wed Mar 26 2013 Remi Collet <remi@fedoraproject.org> - 0.5.5-2
- cleanups

Expand Down

0 comments on commit fc7baf2

Please sign in to comment.