rpms/xmountains/F-7 xmountains.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Weller (ianweller) fedora-extras-commits at redhat.com
Thu Mar 20 17:07:08 UTC 2008


Author: ianweller

Update of /cvs/pkgs/rpms/xmountains/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28369/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	xmountains.spec 
Log Message:
import of xmountains 2.7-3 into F-7


--- NEW FILE xmountains.spec ---
Name:           xmountains
Version:        2.7
Release:        3%{?dist}
Summary:        A fractal terrain generator

Group:          Amusements/Graphics
License:        MIT
URL:            http://www2.epcc.ed.ac.uk/~spb/xmountains/
Source0:        http://www2.epcc.ed.ac.uk/~spb/xmountains/xmountains_%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xorg-x11-xbitmaps
BuildRequires:  xorg-x11-proto-devel
BuildRequires:  libX11-devel
BuildRequires:  imake
#Requires:       

%description
Xmountains is a fractal terrain generator written by Stephen Booth.

%prep
%setup -q -c


%build
xmkmf
make %{?_smp_mflags} CCOPTIONS="$RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
make install.man DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" INSTMANFLAGS="-m 0644"

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/xmountains
%doc README copyright.h
%{_mandir}/man1/xmountains.1x.gz



%changelog
* Wed Mar 19 2008 Ian Weller <ianweller at gmail.com> 2.7-3
- License correction
- Removed redundant doc identifier
- Honored Fedora specific compilation flags
- Fixed permissions on man page

* Wed Mar 19 2008 Ian Weller <ianweller at gmail.com> 2.7-2
- Added some (should-be) obvious BuildRequires

* Wed Mar 19 2008 Ian Weller <ianweller at gmail.com> 2.7-1
- First package build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xmountains/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Mar 2008 16:13:14 -0000	1.1
+++ .cvsignore	20 Mar 2008 17:06:28 -0000	1.2
@@ -0,0 +1 @@
+xmountains_2.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xmountains/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Mar 2008 16:13:14 -0000	1.1
+++ sources	20 Mar 2008 17:06:28 -0000	1.2
@@ -0,0 +1 @@
+871c43cc065b20a42b9da3e8ecaa5293  xmountains_2.7.tar.gz




More information about the fedora-extras-commits mailing list