Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 899943 Details for
Bug 1101521
Review Request: geomorph - A height field editor for Linux
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Spec file
file_1101521.txt (text/plain), 2.79 KB, created by
Didier Fabert (tartare)
on 2014-05-28 11:11:52 UTC
(
hide
)
Description:
Spec file
Filename:
MIME Type:
Creator:
Didier Fabert (tartare)
Created:
2014-05-28 11:11:52 UTC
Size:
2.79 KB
patch
obsolete
>%global major_ver 0.60 >Name: geomorph >Version: %{major_ver}.1 >Release: 2%{?dist} >Summary: A height field editor for Linux >License: GPLv2 >Group: Applications/Multimedia >URL: http://geomorph.sourceforge.net >Source0: http://sourceforge.net/projects/geomorph/files/geomorph/%{major_ver}/%{name}-%{version}.tar.gz >Source1: geomorph.desktop > >BuildRequires: gtkglext-devel >BuildRequires: mesa-libGLU-devel >BuildRequires: desktop-file-utils >Requires: povray > >%description >Geomorph is a height field generator and editor for the Linux operating system. >A height field is a kind of topographic map. It is a 2D projection of a >3D landscape. >Geomorph generates square images and shows a 3D preview of the resulting >landscape. The resulting 2D image can be processed with a tool like Povray >for rendering the landscape. > >%prep >%setup -qn %{name}-%{version} ># to avoid rpmlint warnings ># Remove exe bit from pixmaps >find . -name \*.xpm -exec chmod -x {} \; ># Change fsf address >find src -type f -exec sed -i -e '/Foundation/ s#Inc.,.*#51 Franklin Street, Fifth Floor, Boston, MA 02110-1301#' {} \; ># Switch to UTF-8 >for file in LISEZMOI AFAIRE FAQ-fr >do > iconv -f ISO-8859-1 -t UTF-8 $file > $file.utf8 > mv -f $file.utf8 $file >done ># Tarball contains an already compiled app. ># Remove and recompile it. >%{__rm} -f scenes/colmap > ># Remove Hardcoded path >for file in install-step1-dir install-step2-rcfile install-step3-menu install-step4-desktop install-user >do > sed -i -e '/^VERSION/ s#=.*#=%{version}#g' \ > -e 's#/usr/local/share/geomorph#%{_datadir}/geomorph#g' \ > $file >done > >%configure \ > --disable-rpath \ > --prefix=%{_prefix} > >%build >pushd scenes >%{_cxx} colmap.c -o colmap >popd >make %{?_smp_mflags} > >%install >make install DESTDIR="%{buildroot}" >%find_lang %{name} >mv %{buildroot}%{_datadir}/geomorph/%{version}/scenes/colmap %{buildroot}%{_bindir}/ >%{__rm} -f %{buildroot}%{_datadir}/geomorph/%{version}/scenes/colmap.c ># Create directories >%{__mkdir_p} %{buildroot}%{_datadir}/icons >%{__mkdir_p} %{buildroot}%{_datadir}/applications ># Copy new desktop file >desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} ># Copy icon file >%{__cp} GeoMorph.xpm %{buildroot}%{_datadir}/icons > >%files -f %{name}.lang >%doc ABOUT-NLS AFAIRE AUTHORS ChangeLog FAQ FAQ-fr LISEZMOI NEWS README TODO geomorphrc_de geomorphrc_en geomorphrc_fr >%{_bindir}/geomorph >%{_bindir}/colmap >%{_datadir}/geomorph >%{_datadir}/applications/geomorph.desktop >%{_datadir}/icons/GeoMorph.xpm > >%changelog >* Tue May 27 2014 Didier Fabert <didier.fabert@gmail.com> 0.60.1-2 >- Follow Fedora Guidelines > >* Tue Feb 14 2012 Didier Fabert <didier.fabert@gmail.com> 0.60.1-1 >- First Release
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1101521
: 899943 |
900330