File twister-html.spec of Package twister
#
# spec file for package twister
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
%global debug_package %{nil}
Name: twister-html
Version: 0
Release: 0
Summary: twister HTML + Javascript User Interface
License: MIT
Group: Productivity/Networking/Other
Url: http://twister.net.co
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
%description
HTML interface for twister. It is a FOSS which is being under heavy construction.
twister is the fully decentralized P2P microblogging platform
leveraging from the free software implementations of Bitcoin
and BitTorrent protocols.
%prep
%setup -q
%build
# nothing to build
%install
mkdir -p %{buildroot}/%{_datadir}/twister/html
cp -a . %{buildroot}/%{_datadir}/twister/html
%files
%defattr(-,root,root)
%doc README.md AUTHORS
%license LICENSE
%dir %{_datadir}/twister
%{_datadir}/twister/html
%changelog