Author: agaran                       Date: Wed Apr  5 17:50:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, based on spec from sourceforge package, rel 0.1 

---- Files affected:
SPECS:
   mercator.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/mercator.spec
diff -u /dev/null SPECS/mercator.spec:1.1
--- /dev/null   Wed Apr  5 19:50:06 2006
+++ SPECS/mercator.spec Wed Apr  5 19:50:01 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+
+Summary:       A WorldForge terrain library
+Name:          mercator
+Version:       0.2.4
+Release:       0.1
+License:       GPL
+Group:         Libraries
+URL:           http://www.worldforge.org/dev/eng/libraries/mercator
+Source0:       http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2
+# Source0-md5: 2b937519bc90ba00e0ae4cbe50e7760f
+BuildRequires: wfmath-devel >= 0.3.2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Mercator is designed to handle terrain data.
+
+%package devel
+Summary:       A WorldForge terrain library headers and static libs
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+Requires:      wfmath-devel >= 0.3.2
+
+%description devel
+Mercator is designed to handle terrain data.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --enable-static 
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so.*
+%doc AUTHORS COPYING NEWS README ChangeLog
+
+%files devel
+%defattr(644,root,root,755)
+#%{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_libdir}/lib*.a
+%{_pkgconfigdir}/*
+%{_includedir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/04/05 17:50:01  agaran
+- initial, based on spec from sourceforge package, rel 0.1
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to