Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
noxiouz committed Dec 2, 2013
1 parent 3479c79 commit 240fe3f
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions cocaine-framework-python-bf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,6 @@ Requires: python-tornado
%description
A simple framework to ease the developing of Cocaine apps.


%package -n cocaine-tools
Summary: Cocaine - Toolset
Group: Development/Libraries
Requires: cocaine-framework-python = %{version}-%{release}
Requires: python-opster >= 4.0


%description -n cocaine-tools
Various tools to query and manipulate running Cocaine instances.


%package -n cocaine-tornado-proxy
Summary: Cocaine - HTTP proxy
Group: Development/Libraries
Requires: cocaine-framework-python = %{version}-%{release}


%description -n cocaine-tornado-proxy
HTPP entry point to the cloud.


%prep
%setup -q -n %{name}-%{version}

Expand All @@ -54,12 +32,6 @@ rm -rf %{buildroot}

python setup.py install --root=%{buildroot}

mkdir -p %{buildroot}/etc/init.d
install -m755 scripts/init/cocaine-tornado-proxy %{buildroot}/etc/init.d/cocaine-tornado-proxy
mkdir -p %{buildroot}/etc/cocaine
install -m644 scripts/init/cocaine-tornado-proxy.conf %{buildroot}/etc/cocaine/cocaine-tornado-proxy.conf


%clean
rm -rf %{buildroot}

Expand All @@ -68,18 +40,6 @@ rm -rf %{buildroot}
%doc README* LICENSE
%{python_sitelib}/*

%files -n cocaine-tools
%defattr(-,root,root,-)
%doc README* LICENSE
%{_bindir}/*

%files -n cocaine-tornado-proxy
%defattr(-,root,root,-)
%doc README* LICENSE
/etc/cocaine/cocaine-tornado-proxy.conf
/etc/init.d/cocaine-tornado-proxy


%changelog
* Thu Jul 27 2013 Arkady L. Shane <ashejn@russianfedora.ru> - 0.10.5.5-1
- initial build

0 comments on commit 240fe3f

Please sign in to comment.