SPECS: fann.spec - added external documentation for FANN - release...
megabajt
megabajt at pld-linux.org
Sat Nov 19 17:33:56 CET 2005
Author: megabajt Date: Sat Nov 19 16:33:56 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added external documentation for FANN
- release 3
- STBR
---- Files affected:
SPECS:
fann.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/fann.spec
diff -u SPECS/fann.spec:1.12 SPECS/fann.spec:1.13
--- SPECS/fann.spec:1.12 Sun Nov 13 21:04:49 2005
+++ SPECS/fann.spec Sat Nov 19 17:33:50 2005
@@ -3,11 +3,13 @@
Summary(pl): Szybka biblioteka do tworzenia sztucznych sieci neuronowych
Name: fann
Version: 1.2.0
-Release: 2
+Release: 3
License: LGPL
Group: Libraries
Source0: http://dl.sourceforge.net/fann/%{name}-%{version}.tar.bz2
# Source0-md5: d655f82d4a47e4b697b0083fdaa78c71
+Source1: http://dl.sourceforge.net/fann/%{name}_doc_complete_1.0.pdf
+# Source1-md5: 8117a677afc79dfaa31de39ca84d82da
Patch0: %{name}-python.patch
URL: http://fann.sourceforge.net/
BuildRequires: autoconf
@@ -49,6 +51,18 @@
Pliki nagłówkowe FANN, potrzebne do tworzenia programów napisanych w
oparciu o bibliotekę FANN.
+%package doc
+Summary: FANN documentation
+Summary(pl): Dokumentacja do FANN
+Group: Documentation
+Requires: %{name} = %{version}-%{release}
+
+%description doc
+Documentation for FANN in PDF format.
+
+%description doc -l pl
+Dokumentacja do FANN w formacie PDF.
+
%package static
Summary: FANN static libraries
Summary(pl): Biblioteki statyczne FANN
@@ -76,6 +90,7 @@
%prep
%setup -q
+cp %{SOURCE1} .
%patch0 -p1
%build
@@ -126,6 +141,10 @@
%{_pkgconfigdir}/fann.pc
%{_examplesdir}/%{name}-%{version}
+%files doc
+%defattr(644,root,root,755)
+%doc fann_doc_complete_1.0.pdf
+
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -142,6 +161,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2005/11/19 16:33:50 megabajt
+- added external documentation for FANN
+- release 3
+- STBR
+
Revision 1.12 2005/11/13 20:04:49 megabajt
- added _libfann.so to python-fann package
- unify sf URL and Source0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/fann.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list