Name: | golang-github-gorilla-mux-devel |
---|---|
Version: | 0 |
Release: | 0.9.gite718e93.el6 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 80292 |
License: | BSD |
RPM: | golang-github-gorilla-mux-devel-0-0.9.gite718e93.el6.x86_64.rpm |
Source RPM: | golang-github-gorilla-mux-0-0.9.gite718e93.el6.src.rpm |
Build Date: | Thu Jan 09 2014 |
Build Host: | ca-build44.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gorillatoolkit.org/pkg/mux |
Summary: | A powerful URL router and dispatcher for golang |
Description: | Package gorilla/mux implements a request router and dispatcher. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. This package contains library source intended for building other packages which use gorilla/mux. |
- double quotes removed from provides and br
- noarch for f19+ and rhel7+, exclusivearch otherwise
- exclusivearch as per golang package - debug_package nil
- install just the source code for devel package
- Version format changed - docdir changed - debuginfo no longer generated - package owns all directories in import_path
- only devel package generated - Provides moved to devel package
- Depends on golang("github.com/gorilla/context"), not golang directly - Pkg archives handled (thanks to Vincent Batts (vbatts@redhat.com) - Devel package generated
- Fixed permissions
- Initial fedora package