diff --git a/fritzing.spec b/fritzing.spec index 76113a5..b09006c 100644 --- a/fritzing.spec +++ b/fritzing.spec @@ -1,6 +1,22 @@ # +# spec file for package fritzing +# +# Copyright (c) 2012 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: fritzing Version: 0.6.5b Release: 0 @@ -9,14 +25,14 @@ Summary: Intuitive EDA platform featuring from prototype to product Url: http://fritzing.org/ Group: Productivity/Scientific/Electronics Source0: http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2 -Requires: libqt4-sql-sqlite libqt4-x11 +Requires: libqt4-sql-sqlite libqt4-x11 BuildRequires: desktop-file-utils BuildRequires: libqt4-devel %if 0%{?centos_version} || 0%{?rhel_version} -BuildRequires: qt4-devel gcc-c++ +BuildRequires: gcc-c++ qt4-devel %endif %if 0%{?fedora} -BuildRequires: qt gcc-c++ libstdc++-devel +BuildRequires: gcc-c++ libstdc++-devel qt %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -65,4 +81,4 @@ rm -rf %{buildroot} %{_datadir}/applications/fritzing.desktop %{_mandir}/man1/Fritzing.* -%changelog \ No newline at end of file +%changelog