rpms/rmap/devel rmap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marek Mahut (mmahut) fedora-extras-commits at redhat.com
Wed Dec 5 10:38:14 UTC 2007


Author: mmahut

Update of /cvs/pkgs/rpms/rmap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13824/devel

Modified Files:
	.cvsignore sources 
Added Files:
	rmap.spec 
Log Message:
Initial import.



--- NEW FILE rmap.spec ---
Name:		rmap
Version:	1.2
Release:	2%{?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.

%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
%{_datadir}/rmap/rmap.colors
%{_datadir}/rmap/earth.rez
%{_mandir}/man1/rmap.*

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rmap/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Dec 2007 20:06:08 -0000	1.1
+++ .cvsignore	5 Dec 2007 10:37:40 -0000	1.2
@@ -0,0 +1 @@
+rmap-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rmap/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Dec 2007 20:06:08 -0000	1.1
+++ sources	5 Dec 2007 10:37:40 -0000	1.2
@@ -0,0 +1 @@
+5406a76b66db65a5fc6073cf4bb62eeb  rmap-1.2.tar.gz




More information about the fedora-extras-commits mailing list