File convert.spec of Package convert
#
# spec file for package convert
#
# Copyright (c) 2011 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/
#
Name: convert
License: Any permissive
Group: Productivity/Scientific/Physics
Requires: tk
Version: 1.3
Release: 938
Summary: Unit Conversion
Source: %{name}-%{version}.tar.bz2
Patch: %{name}.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Convert is software for converting units from one type to another (over
700 conversions).
%prep
%setup -n %{name}-%{version}
%patch
%build
%install
mkdir -p $RPM_BUILD_ROOT/usr/bin
install -m 755 Convert $RPM_BUILD_ROOT/usr/bin/Convert
%files
%defattr(-,root,root)
/usr/bin/Convert
%doc README.Convert
%changelog