Accepting request 109292 from home:Heinervdm:branches:Education

Use modified tarball to workaround bnc#751726

OBS-URL: https://build.opensuse.org/request/show/109292
OBS-URL: https://build.opensuse.org/package/show/Education/fritzing?expand=0&rev=16
This commit is contained in:
Thomas Zimmermann 2012-03-14 13:59:49 +00:00 committed by Git OBS Bridge
parent 93a869e7f5
commit 50fd0ef985
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:438af1f15f278d7e38c8eb7920d220d3dbded96884ca9edf2c81fbcec82f1bc5
size 11848033
oid sha256:db9f3291f77cf8073cab0d71f4422dc66ba77490c9f55e8784992aa2578043cd
size 10560062

View File

@ -24,7 +24,9 @@ License: GPL-3.0+
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
# Use modified tarball until upstream tarball has fixed bnc#751726
Source0: %{name}-%{version}.source.tar.bz2
#Source0: http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2
Requires: libqt4-sql-sqlite libqt4-x11
BuildRequires: desktop-file-utils
BuildRequires: libqt4-devel
@ -49,10 +51,6 @@ prototypes, and to create a PCB layout for manufacturing.
%prep
%setup -q -n %{name}-%{version}.source
# remove tools and datasheets directories
# see bug #751725 & #751726
rm -rf tools
rm -rf datasheets
sed -i 's/\r$//' README.txt
sed -i 's/\r$//' LICENSE.CC-BY-SA