diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-10-03 16:45:50 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-10-03 16:45:50 +0100 |
| commit | 96f6e92c986a375b01cad23dab297e7f72ae5586 (patch) | |
| tree | fe81a535c3f0c26cf99ff2a8b3c33fe014db2903 /packaging | |
| parent | e1ee221f2806f97b15a43fb5394aab3335388701 (diff) | |
| download | rabbitmq-server-git-96f6e92c986a375b01cad23dab297e7f72ae5586.tar.gz | |
add all LICENSE files to the RPM
The rules are here:
http://fedoraproject.org/wiki/Packaging:LicensingGuidelines
They just say that the package should contain a license file and that it
should be %doc.
We could specify the multiple licenses in the License: field at the top, but
that's just going to be annoying.
We are kind of going against
http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
but CouchDB does the same thing with mochiweb, etap, ibrowse and erlang-oauth,
and Ejabberd does the same thing with eldap.
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/RPMS/Fedora/rabbitmq-server.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RPMS/Fedora/rabbitmq-server.spec b/packaging/RPMS/Fedora/rabbitmq-server.spec index fb4a455c83..fb27e9bdf0 100644 --- a/packaging/RPMS/Fedora/rabbitmq-server.spec +++ b/packaging/RPMS/Fedora/rabbitmq-server.spec @@ -115,7 +115,7 @@ done %dir %{_sysconfdir}/rabbitmq %{_initrddir}/rabbitmq-server %config(noreplace) %{_sysconfdir}/logrotate.d/rabbitmq-server -%doc LICENSE LICENSE-MPL-RabbitMQ +%doc LICENSE* %clean rm -rf %{buildroot} |
