Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > a799233c18f1e6883d7912fa4ad332d9 > files > 2

rmap-1.2-7.fc12.src.rpm

Name:		rmap
Version:	1.2
Release:	7%{?dist}
Summary:	Rmap is a package that is able to generate images of the earth from a distance

License:	GPLv2+
Group:		Applications/Engineering
URL:		http://reza.net/cms/index.php?page=rmap_-_Global_Vector-Based_Mapping_Software
Source0:	http://reza.net/%{name}/%{name}-%{version}.tar.gz

BuildRequires:	gd-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Rmap is a package that will allow you to generate
images of the earth from a distance or fairly zoomed in.

%package data
Summary:     Rendering data for rmap
Group:       Applications/Engineering

%description data
This package contains rendering data for rmap.

%prep
%setup -q

%build
%configure
make %{_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
install -Dm 755 rmap $RPM_BUILD_ROOT%{_bindir}/rmap
install -Dm 644 rmap.colors $RPM_BUILD_ROOT%{_datadir}/rmap/rmap.colors
install -Dm 644 earth.rez $RPM_BUILD_ROOT%{_datadir}/rmap/earth.rez
install -Dm 644 rmap.1 $RPM_BUILD_ROOT%{_mandir}/man1/rmap.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS NEWS README INSTALL ChangeLog
%{_bindir}/rmap
%dir %{_datadir}/rmap
%{_datadir}/rmap/rmap.colors
%{_mandir}/man1/rmap.*

%files data
%{_datadir}/rmap/earth.rez

%changelog
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Wed Apr  8 2009 Marek Mahut <mmahut@fedoraproject.org> - 1.2-6
- Data subpackage for vector rendering data

* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Fri Aug 29 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 1.2-4
- Include /usr/share/rmap directory

* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2-3
- Autorebuild for GCC 4.3

* Mon Nov 26 2007 Marek Mahut <mmahut@fedoraproject.org> - 1.2-2
- Initial build.