Project not found: openSUSE:11.1

File paths2openscad.spec of Package paths2openscad

#
# spec file for package path2openscad
#
# Copyright (c) specCURRENT_YEAR 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:           paths2openscad
Version:        8
Release:        0
License:        GPL-2.0+
Summary:        Inkscape extension that converts SVG paths into openscad scripts
Url:            http://www.thingiverse.com/thing:25036
Group:          Graphics
Source:         %{name}-%{version}.tar.xz
BuildRequires:  inkscape
Requires:       inkscape
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
This Thing is an Inkscape extension to export Inkscape paths to OpenSCAD. There has been at least one prior Thing attempting this, Thing #9376. However, it only handled a small subset of SVG. This extension handles SVG arcs, clones, circles, ellipses, groups, lines, paths, polygons, polylines, rects, and splines. It also follows document transforms as well as viewports. Either an entire document or just the selected portions of a document are processed. 

%prep
%setup -q

%build

%install
%define inkscapedir /usr/share/inkscape/extensions
mkdir -p %{buildroot}%{inkscapedir}
install -m 644 paths2openscad.inx %{buildroot}%{inkscapedir}
install -m 755 paths2openscad.py %{buildroot}%{inkscapedir}

%files
%defattr(-,root,root)
%doc README.md LICENSE samples
%{inkscapedir}
openSUSE Build Service is sponsored by