SPECS: eris.spec (NEW) - based on spec in sources, needs other lib...

glen glen at pld-linux.org
Wed Oct 12 09:54:13 CEST 2005


Author: glen                         Date: Wed Oct 12 07:54:13 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on spec in sources, needs other libs to build

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

---- Diffs:

================================================================
Index: SPECS/eris.spec
diff -u /dev/null SPECS/eris.spec:1.1
--- /dev/null	Wed Oct 12 09:54:13 2005
+++ SPECS/eris.spec	Wed Oct 12 09:54:07 2005
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+Summary:	A WorldForge client library.
+Name:		eris
+Version:	1.3.8
+Release:	0.1
+License:	GPL
+Group:		Libraries
+URL:		http://www.worldforge.org/dev/eng/libraries/eris
+Source0:	http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2
+# Source0-md5:	faf7c6d8237af53b93856c356a2de137
+BuildRequires:	Atlas-C++-devel >= 0.5.98
+BuildRequires:	wfmath-devel >= 0.3.2
+BuildRequires:	skstream-devel >= 0.3.5
+Requires:	Atlas-C++ >= 0.5.98
+Obsoletes:	eris-poll-glib
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Eris is designed to simplify client development (and avoid repeating
+the same work several times), by providing a common system to deal
+with the back end tasks.
+
+%package devel
+Summary:	A WorldForge client library headers and static libs.
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	Atlas-C++-devel
+Requires:	wfmath-devel
+Requires:	skstream-devel
+
+%description devel
+Eris is designed to simplify client development (and avoid repeating
+the same work several times), by providing a common system to deal
+with the back end tasks.
+
+%prep
+%setup -q
+
+%build
+CXXFLAGS=%{rpmcflags}
+%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
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_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 <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/12 07:54:07  glen
+- based on spec in sources, needs other libs to build
+
================================================================



More information about the pld-cvs-commit mailing list