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

Michael Thomas (wart) fedora-extras-commits at redhat.com
Mon Jul 24 02:30:09 UTC 2006


Author: wart

Update of /cvs/extras/rpms/mercator/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9395/devel

Modified Files:
	.cvsignore sources 
Added Files:
	mercator.spec 
Log Message:
auto-import mercator-0.2.4-2 on branch devel from mercator-0.2.4-2.src.rpm


--- NEW FILE mercator.spec ---
Name:           mercator
Version:        0.2.4
Release:        2%{?dist}
Summary:        Terrain library for WorldForge client/server

Group:          Development/Libraries
License:        GPL
URL:            http://worldforge.org/dev/eng/libraries/mercator
Source0:        http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  wfmath-devel doxygen

%description
Mercator is primarily aimed at terrain for multiplayer online games and forms
one of the WorldForge core libraries. It is intended to be used as a terrain
library on the client, while a subset of features are useful on the server.


%package devel
Summary: Development files for mercator library
Group:   Development/Libraries
Requires: %{name} = %{version}-%{release} wfmath-devel pkgconfig


%description devel
Development libraries and headers for linking against the mercator library.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}
make docs


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

rm -f $RPM_BUILD_ROOT%{_libdir}/lib%{name}-0.2.la

%check
make %{?_smp_mflags} check

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_libdir}/lib%{name}-0.2.so.*


%files devel
%defattr(-,root,root,-)
%doc doc/html/*
%{_includedir}/Mercator-0.2
%{_libdir}/lib%{name}-0.2.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jul 14 2006 Wart <wart at kobold.org> 0.2.4-2
- Added Requires: pkgconfig to -devel subpackage
- Remove BR: pkgconfig as it will be provided by wfmath-devel
- added smp_mflags to 'make check'

* Wed Jun 14 2006 Wart <wart at kobold.org> 0.2.4-1
- Initial spec file for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mercator/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Jul 2006 02:29:38 -0000	1.1
+++ .cvsignore	24 Jul 2006 02:30:09 -0000	1.2
@@ -0,0 +1 @@
+mercator-0.2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mercator/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Jul 2006 02:29:38 -0000	1.1
+++ sources	24 Jul 2006 02:30:09 -0000	1.2
@@ -0,0 +1 @@
+83debc1fbf1143efd1593c4357ba54dd  mercator-0.2.4.tar.gz




More information about the fedora-extras-commits mailing list