File psyche-0.1.spec of Package psyche
#
# spec file for psyche
#
# Copyright (c) 2010 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 Sour ce 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/
#
Name: psyche
Version: 0.1
Release: 0.1
License: BSD-3-Clause
Summary: Teeny Tiny IRC Client Written in Tcl/Tk
Url: http://www.qweex.com/
Group: Productivity/Networking/IRC
Source0: %{name}-%{version}.tar.gz
BuildRequires: tcl
BuildRequires: tk
BuildRequires: tcllib
BuildRequires: bwidget
BuildRequires: tls
Packager: Jon Petraglia <mrqweex@qweex.com>
%description
Teeny Tiny IRC Client Written in Tcl/Tk
%prep
%setup -q
%build
%install
install -d /opt/psyche
install -Dm775 psyche/*.tcl /opt/psyche
install -Dm775 psyche/README.md /opt/psyche/README.md
install -Dm775 psyche/LICENSE /opt/psyche/LICENSE
install -d /opt/psyche/icons
install -Dm775 psyche/icons/*.gif /opt/psyche/icons
install -Dm775 psyche/icons/*.png /opt/psyche/icons
install -Dm777 psyche/build/psyche.desktop /usr/share/applications/psyche.desktop"
%files
%defattr(0644, root, root, 0755)
%doc license.txt Readme.txt
%attr(0755, root, root) %{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/locale
%{_datadir}/icons/hicolor/32x32/apps/dolphin-emu.xpm
%{_datadir}/pixmaps/dolphin-emu.xpm
%{_datadir}/applications/%{name}.desktop
%changelog
* Tue Jan 12 2014 mrqweex@qweex.com
- Initial package