Update to 0.9.3b (commit b9f01e)
This commit is contained in:
parent
554357b61b
commit
7268d78f2a
3 changed files with 11 additions and 14 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/antimony-0.9.1c.tar.gz
|
||||
/antimony-0.9.2.tar.gz
|
||||
/antimony-b9f01e14d2f9000e2c74361ffd9bf19c0b042616.zip
|
||||
/antimony-0.9.3b.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
%global checkout b9f01e14d2f9000e2c74361ffd9bf19c0b042616
|
||||
%global date 20160707
|
||||
%global checkout 41a770ddbd3200cacf6301247a224da3ac6f9ff8
|
||||
%global date 20161128
|
||||
|
||||
Name: antimony
|
||||
Summary: Computer-aided design CAD tool
|
||||
Version: 0.9.2
|
||||
Release: 0.4.%{date}git%(echo %{checkout} | cut -c-6)%{?dist}
|
||||
Version: 0.9.3
|
||||
Release: 0.1.%{date}git%(echo %{checkout} | cut -c-6)%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.mattkeeter.com/projects/antimony/3/
|
||||
Source0: https://github.com/mkeeter/antimony/archive/%{checkout}.tar.gz#/%{name}-%{checkout}.zip
|
||||
Source0: https://github.com/mkeeter/antimony/archive/%{version}b.tar.gz#/%{name}-%{version}b.tar.gz
|
||||
|
||||
##Set compiler flags
|
||||
Patch0: antimony-set_flags.patch
|
||||
|
|
@ -38,7 +38,7 @@ intended for use with machines common to fab labs.
|
|||
For info about Fab visit kokompe.cba.mit.edu/.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{checkout}
|
||||
%setup -q -n %{name}-%{version}b
|
||||
%patch0 -p0
|
||||
|
||||
# Extract the LICENSE
|
||||
|
|
@ -85,13 +85,6 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/antimony
|
|||
mv $RPM_BUILD_ROOT%{_datadir}/antimony/fab $RPM_BUILD_ROOT%{python3_sitelib}
|
||||
install -pm 644 deploy/icon.svg $RPM_BUILD_ROOT%{_datadir}/icons/antimony/%{name}.svg
|
||||
|
||||
# Fix directories name
|
||||
pushd $RPM_BUILD_R$RPM_BUILD_ROOT%{_datadir}/antimony/nodes
|
||||
mv '3D #U2192 2D' '3D → 2D'
|
||||
mv '2D #U2192 3D' '2D → 3D'
|
||||
popd
|
||||
|
||||
|
||||
##Make a .desktop file
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
||||
cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop <<EOF
|
||||
|
|
@ -183,6 +176,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/*.appda
|
|||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
|
||||
%changelog
|
||||
* Mon Nov 28 2016 Antonio Trande <sagitter@fedoraproject.org> - 0.9.3-0.1.2016070741a770
|
||||
- Update to 0.9.3b (commit b9f01e)
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-0.4.20160707gitb9f01e
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
fc0ea173e9e16ed046fe9bd4b4c12536 antimony-b9f01e14d2f9000e2c74361ffd9bf19c0b042616.zip
|
||||
f576cae4ac8312d3e34122b3eafbabf8 antimony-0.9.3b.tar.gz
|
||||
|
|
|
|||
Reference in a new issue