Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ docs:
python setup.py build_sphinx

install:
python setup.py -q install --root=$(DESTDIR) --prefix=$(PREFIX)
python setup.py -q install --root=$(DESTDIR) --prefix=$(PREFIX) \
--install-data=$(DATADIR)

clean:
python setup.py clean
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Priority: optional
Build-Depends: python (>= 2.6.0), python-setuptools (>= 0.6b3), debhelper (>= 7.0.50~), python-support (>= 0.8.4), python-sphinx, bash-completion
Standards-Version: 3.9.2
Homepage: http://wiki.meego.com/Release_Infrastructure/BOSS/SkyNET
Vcs-Git: git://gitorious.org/meego-infrastructure-tools/boss-python-skynet.git
Vcs-Browser: http://meego.gitorious.org/meego-infrastructure-tools/boss-python-skynet
Vcs-Git: https://github.com/MeeGoIntegration/python-boss-skynet.git
Vcs-Browser: https://github.com/MeeGoIntegration/python-boss-skynet

Package: python-boss-skynet
Architecture: all
Expand Down
9 changes: 5 additions & 4 deletions rpm/python-boss-skynet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ Summary: Boss Python SkyNET
Name: python-boss-skynet
Version: 0.6.3
Release: 1
Source0: %{name}_%{version}.orig.tar.gz
Source0: %{name}-%{version}.tar.gz
License: UNKNOWN
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Prefix: %{_prefix}
Obsoletes: boss-skynet < 0.6.0
Provides: boss-skynet
BuildRequires: python, python-distribute, supervisor
BuildRequires: python, python-setuptools, supervisor
Requires: python, python-ruote-amqp >= 2.1.0, python-amqplib, supervisor, python-setproctitle
Requires(post): pwdutils
Requires(post): /usr/sbin/useradd
BuildArch: noarch
Vendor: David Greaves <[email protected]>
Url: http://github.com/lbt/boss-python-skynet/
Url: https://github.com/MeeGoIntegration/python-boss-skynet

%description
UNKNOWN
Expand All @@ -28,6 +28,7 @@ make
%install
make PREFIX=%{_prefix} DESTDIR=%{buildroot} install
mkdir -p %{buildroot}/var/log/supervisor
chmod 770 %{buildroot}/var/log/supervisor

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down