diff options
author | Yan Yin <yan.yin@intel.com> | 2012-03-14 11:53:00 +0800 |
---|---|---|
committer | Yan Yin <yan.yin@intel.com> | 2012-03-14 11:53:00 +0800 |
commit | 3c1b25aac4a065603025eec729258c95de46a3cb (patch) | |
tree | cca2a05788e044adffc34c30ec7a522c8ec94b97 | |
parent | d83ee9db205c54bf10f47e37b3e51a046664c962 (diff) | |
download | common-3c1b25aac4a065603025eec729258c95de46a3cb.tar.gz common-3c1b25aac4a065603025eec729258c95de46a3cb.tar.bz2 common-3c1b25aac4a065603025eec729258c95de46a3cb.zip |
update for beta universally
-rwxr-xr-x | packaging/capi-base-common.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index a41de00..34c7d4e 100755 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -3,7 +3,7 @@ Summary: TO BE FILLED IN Version: 0.1.0 Release: 1 Group: TO_BE/FILLED_IN -License: TO BE FILLED IN +License: Apache-2.0 Source0: %{name}-%{version}.tar.gz BuildRequires: cmake @@ -13,7 +13,7 @@ BuildRequires: cmake %prep -%setup -q +%setup -q %build |