Author: blekot                       Date: Mon Jul 14 20:35:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new
- NFY (pl)
- adaptarized

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

---- Diffs:

================================================================
Index: SPECS/libevocosm.spec
diff -u /dev/null SPECS/libevocosm.spec:1.1
--- /dev/null   Mon Jul 14 22:35:04 2008
+++ SPECS/libevocosm.spec       Mon Jul 14 22:34:58 2008
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+Summary:       A C++ Framework for Evolutionary Computing
+Name:          libevocosm
+Version:       3.1.0
+Release:       1
+License:       GPL
+Group:         Libraries
+URL:           http://www.coyotegulch.com/products/libcoyotl/index.html
+BuildRequires: libcoyotl-devel = 3.1.0
+Source0:       %{name}-%{version}.tar.gz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libevocosm, a collection of tools for creating a wide variety of
+evolutionary algorithms.
+
+%package devel
+Summary:       libcoyotl headers and documentation
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+libevocosm libraries headers and documentation.
+
+%package static
+Summary:       libevocosm static libraries
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description static
+libevocosm static libraries.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__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) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/*.so
+%{_libdir}/lib*.la
+%dir %{_includedir}/%{name}
+%{_includedir}/%{name}/*.h
+%dir %{_docdir}/%{name}/api
+%{_docdir}/%{name}/api/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%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  2008/07/14 20:34:58  blekot
+- new
+- NFY (pl)
+- adaptarized
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to