SPEC file enhancements
This commit is contained in:
parent
60b8361695
commit
f1ca767e1c
@ -1,7 +1,7 @@
|
|||||||
Name: engauge-digitizer
|
Name: engauge-digitizer
|
||||||
Summary: Convert graphs or map files into numbers
|
Summary: Convert graphs or map files into numbers
|
||||||
Version: 12
|
Version: 12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://markummitchell.github.io/%{name}/
|
URL: http://markummitchell.github.io/%{name}/
|
||||||
Source0: https://github.com/markummitchell/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/markummitchell/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -46,20 +46,30 @@ Work can be saved into an Engauge DIG file.
|
|||||||
|
|
||||||
New features already added to Engauge:
|
New features already added to Engauge:
|
||||||
|
|
||||||
- Grid lines are displayed for fine adjustments of the axis points that define the coordinate systems
|
- Grid lines are displayed for fine adjustments of the axis points
|
||||||
|
that define the coordinate systems
|
||||||
- Automated line and point extraction rapidly digitizes data
|
- Automated line and point extraction rapidly digitizes data
|
||||||
- Image processing for separating important details from background information
|
- Image processing for separating important details from background information
|
||||||
- Undo/redo of all operations means recovering from mistakes and experimenting with options is painless
|
- Undo/redo of all operations means recovering from mistakes and experimenting
|
||||||
- Installers for Windows and OSX operating systems, and repository packages for Linux make installation easy
|
with options is painless
|
||||||
|
- Installers for Windows and OSX operating systems, and repository packages for
|
||||||
|
Linux make installation easy
|
||||||
- Wizard provides an interactive tutorial to explain the basic steps
|
- Wizard provides an interactive tutorial to explain the basic steps
|
||||||
- Wizard creates a checklist guide to interactively leads user through steps from file import to file export
|
- Wizard creates a checklist guide to interactively leads user through steps from
|
||||||
- Cubic spline interpolation between points gives more accurate curves with fewer points
|
file import to file export
|
||||||
- Axes Checker briefly highlights the axes when they are defined or modified, to reveal entry mistakes
|
- Cubic spline interpolation between points gives more accurate curves with
|
||||||
- Graph coordinates can be specified as date and time values, or as degrees, minutes and seconds
|
fewer points
|
||||||
|
- Axes Checker briefly highlights the axes when they are defined or modified,
|
||||||
|
to reveal entry mistakes
|
||||||
|
- Graph coordinates can be specified as date and time values, or as degrees,
|
||||||
|
minutes and seconds
|
||||||
- File import and data export by drag-and-drop and copy/paste
|
- File import and data export by drag-and-drop and copy/paste
|
||||||
- Test suite for regression testing minimizes code breakage as new features are added
|
- Test suite for regression testing minimizes code breakage as
|
||||||
- Multiple coordinate systems in the same image can be digitized in advanced mode
|
new features are added
|
||||||
- Axes with only one known coordinate (floating axes) can be digitized in advanced mode
|
- Multiple coordinate systems in the same image can be digitized in
|
||||||
|
advanced mode
|
||||||
|
- Axes with only one known coordinate (floating axes) can be digitized in
|
||||||
|
advanced mode
|
||||||
- Geometry Window displays geometric information about the selected curve
|
- Geometry Window displays geometric information about the selected curve
|
||||||
- Curve Fitting Window fits a polynomial function to the selected curve
|
- Curve Fitting Window fits a polynomial function to the selected curve
|
||||||
|
|
||||||
@ -91,14 +101,15 @@ These files are listed below, with comments:
|
|||||||
- pointmatch.jpg - Graph with fuzzy points for playing with Point Match
|
- pointmatch.jpg - Graph with fuzzy points for playing with Point Match
|
||||||
feature of Engauge
|
feature of Engauge
|
||||||
- pointplot.bmp - Graph with points that are easily captured by Point Match
|
- pointplot.bmp - Graph with points that are easily captured by Point Match
|
||||||
feature of Engauge, if the Discretize settings are set to "Intensity 90 to 99"
|
feature of Engauge, if the Discretize settings are set to
|
||||||
|
"Intensity 90 to 99"
|
||||||
for the triangles, and "Intensity 10 to 50" for the diamonds
|
for the triangles, and "Intensity 10 to 50" for the diamonds
|
||||||
- polarcircles.jpg - Polar plot for experimenting. No coordinates are displayed,
|
- polarcircles.jpg - Polar plot for experimenting. No coordinates are
|
||||||
so not very useful
|
displayed, so not very useful
|
||||||
- polarplot.jpg - Polar plot with cardioid pattern
|
- polarplot.jpg - Polar plot with cardioid pattern
|
||||||
- polarplot.png - Same as polarplot.jpg but in png format
|
- polarplot.png - Same as polarplot.jpg but in png format
|
||||||
- testcase.jpg - Simple graph that serves as an excellent starting point for the
|
- testcase.jpg - Simple graph that serves as an excellent starting point
|
||||||
new user
|
for the new user
|
||||||
- testcase.png - Same as testcase.jpg but in png format
|
- testcase.png - Same as testcase.jpg but in png format
|
||||||
- testcoords.jpg - Advanced graph used by developers to check the affine
|
- testcoords.jpg - Advanced graph used by developers to check the affine
|
||||||
transformations in Engauge
|
transformations in Engauge
|
||||||
@ -250,7 +261,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 23 2019 Antonio Trande <sagitter@fedoraproject.org> - 1:12.0-1
|
* Sat Aug 24 2019 Antonio Trande <sagitter@fedoraproject.org> - 1:12-2
|
||||||
|
- SPEC file enhancements
|
||||||
|
|
||||||
|
* Fri Aug 23 2019 Antonio Trande <sagitter@fedoraproject.org> - 1:12-1
|
||||||
- Release 12.0
|
- Release 12.0
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:11.3-2
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:11.3-2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user