forked from pool/fritzing-parts
This commit is contained in:
parent
d15e470d55
commit
c41ac2bfa3
@ -21,7 +21,7 @@ Name: fritzing-parts
|
|||||||
Version: 0.9.2b
|
Version: 0.9.2b
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Electronic components for use in the Fritzing app (aka the parts library)
|
Summary: Electronic components for use in the Fritzing app (aka the parts library)
|
||||||
License: CC-BY-SA
|
License: CC-BY-SA-3.0
|
||||||
Group: Productivity/Scientific/Electronics
|
Group: Productivity/Scientific/Electronics
|
||||||
Url: http://fritzing.org/
|
Url: http://fritzing.org/
|
||||||
Source0: https://github.com/fritzing/fritzing-parts/archive/%{githash}.tar.gz
|
Source0: https://github.com/fritzing/fritzing-parts/archive/%{githash}.tar.gz
|
||||||
@ -51,6 +51,7 @@ cp %{SOURCE1} .
|
|||||||
mkdir -p %{buildroot}%{_datadir}/fritzing/parts/
|
mkdir -p %{buildroot}%{_datadir}/fritzing/parts/
|
||||||
cp -a * %{buildroot}%{_datadir}/fritzing/parts/
|
cp -a * %{buildroot}%{_datadir}/fritzing/parts/
|
||||||
|
|
||||||
|
find %{buildroot}%{_datadir}/fritzing/parts/ -name placeholder.txt -exec rm {} \;
|
||||||
find %{buildroot}%{_datadir}/fritzing/ -type f -exec chmod -x {} \;
|
find %{buildroot}%{_datadir}/fritzing/ -type f -exec chmod -x {} \;
|
||||||
%fdupes %{buildroot}%{_datadir}/fritzing/parts
|
%fdupes %{buildroot}%{_datadir}/fritzing/parts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user