Mageia Bugzilla – Attachment 5302 Details for
Bug 13777
engauge digitizer, a digitizing software who converts an image file showing a graph or map, into numbers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
engauge digitizer spec file
engauge.spec (text/x-rpm-spec), 1.56 KB, created by
Olivier Delaune
on 2014-07-21 19:13:22 CEST
(
hide
)
Description:
engauge digitizer spec file
Filename:
MIME Type:
Creator:
Olivier Delaune
Created:
2014-07-21 19:13:22 CEST
Size:
1.56 KB
patch
obsolete
>%define name engauge >%define alt_name digit >%define version 5.1 >%define release %mkrel 1 > >Summary: Digitizing software converting an image file showing a graph or map, into numbers >Name: %{name} >Version: %{version} >Release: %{release} >Source0: %{alt_name}-src-5_1.tar.gz >Source1: %{name}-app.gif >License: GPLv2 >Group: Sciences/Other >BuildRequires: fftw-devel >BuildRequires: libqt4-devel >Url: http://digitizer.sourceforge.net/ > >%description >This open source, digitizing software converts >an image file showing a graph or map, into >numbers. The image file can come from a scanner, >digital camera or screenshot. The numbers can >be read on the screen, and written or copied to >a spreadsheet. > >%prep >%setup -q -n %{name} > >%build >qmake digitizer.pro >%make > >%install >rm -rf %{buildroot} > >#mga menu entry >mkdir -p %{buildroot}%{_datadir}/applications >cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF >[Desktop Entry] >#Encoding=UTF-8 >Name=engauge >Comment=Digitizing software converting an image file showing a graph or map, into numbers >Exec=%{_bindir}/%{name} >Icon=engauge >Terminal=false >Type=Application >Categories=Science; >EOF > ># install icon >install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png > ># install executable >install -Dm 755 bin/%{name} %{buildroot}%{_bindir}/%{name} > >%files >%defattr(0755,root,root) >%doc usermanual README LICENSE RELEASE >%{_bindir}/%{name} >%{_datadir}/applications/%{name}.desktop >%{_datadir}/pixmaps/%{name}.png > > >%changelog >* Mon Jul 21 2014 Olivier Delaune <olivier.delaune@wanadoo.fr> - 5.1-1.mga4 >- Created initial spec file
%define name engauge %define alt_name digit %define version 5.1 %define release %mkrel 1 Summary: Digitizing software converting an image file showing a graph or map, into numbers Name: %{name} Version: %{version} Release: %{release} Source0: %{alt_name}-src-5_1.tar.gz Source1: %{name}-app.gif License: GPLv2 Group: Sciences/Other BuildRequires: fftw-devel BuildRequires: libqt4-devel Url: http://digitizer.sourceforge.net/ %description This open source, digitizing software converts an image file showing a graph or map, into numbers. The image file can come from a scanner, digital camera or screenshot. The numbers can be read on the screen, and written or copied to a spreadsheet. %prep %setup -q -n %{name} %build qmake digitizer.pro %make %install rm -rf %{buildroot} #mga menu entry mkdir -p %{buildroot}%{_datadir}/applications cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF [Desktop Entry] #Encoding=UTF-8 Name=engauge Comment=Digitizing software converting an image file showing a graph or map, into numbers Exec=%{_bindir}/%{name} Icon=engauge Terminal=false Type=Application Categories=Science; EOF # install icon install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png # install executable install -Dm 755 bin/%{name} %{buildroot}%{_bindir}/%{name} %files %defattr(0755,root,root) %doc usermanual README LICENSE RELEASE %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %changelog * Mon Jul 21 2014 Olivier Delaune <olivier.delaune@wanadoo.fr> - 5.1-1.mga4 - Created initial spec file
View Attachment As Raw
Actions:
View
Attachments on
bug 13777
: 5302 |
5303