Skip to content

Commit

Permalink
Merge pull request #58 from ralphbean/master
Browse files Browse the repository at this point in the history
Updates from the package review process.
  • Loading branch information
mkoppanen committed Jul 10, 2012
2 parents 0bb78f8 + 937818b commit 2bfa4c8
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions php-zmq.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,27 @@
%global version 0.6.0

# Temporarily using git checkout since the release version won't build anymore.
%global release 2.20120613git516bd6f
%global release 5.20120613git516bd6f

Name: php-zmq
Version: %{version}
Release: %{release}%{?dist}
Summary: PHP 0MQ/zmq/zeromq extension
# See https://github.com/mkoppanen/php-zmq/pull/58 for discussion
License: BSD
Group: Web/Applications
Group: Development/Libraries
URL: http://github.com/mkoppanen/php-zmq
Source: php-zmq-0.6.0-2.20120613git516bd6f.tar.gz

BuildRequires: gcc
BuildRequires: php-devel
BuildRequires: php-cli
BuildRequires: zeromq-devel >= 2.0.7

Requires: zeromq >= 2.0.7

%filter_from_provides /^zmq.so/d
%filter_setup

%description
PHP extension for the 0MQ/zmq/zeromq messaging system

Expand Down Expand Up @@ -50,6 +52,15 @@ echo "n" | make test
%config(noreplace) %{_sysconfdir}/php.d/zmq.ini

%changelog
* Mon Jul 09 2012 Ralph Bean <rbean@redhat.com> - 0.6.0-5.20120613git516bd6f
- Fixed the license field back to just "BSD". The files thought to be
PHP-licensed were in fact generated by "phpize" in the %%build section.
* Thu Jun 14 2012 Ralph Bean <rbean@redhat.com> - 0.6.0-4.20120613git516bd6f
- Fixed the private-shared-object-provides for reals with John Ciesla's help.
* Wed Jun 13 2012 Ralph Bean <rbean@redhat.com> - 0.6.0-3.20120613git516bd6f
- Updated License to BSD and PHP.
- Removed spurious gcc BuildRequires.
- Fixed private-shared-object-provides.
* Wed Jun 13 2012 Ralph Bean <rbean@redhat.com> - 0.6.0-2.20120613git516bd6f
- Using tarball of git checkout since the 0.6.0 release won't build anymore.
- Using valid shortname for BSD license.
Expand Down

0 comments on commit 2bfa4c8

Please sign in to comment.