]> git.pld-linux.org Git - packages/beecrypt.git/commitdiff
- documentation generated with doxygen
authorwitekfl <witekfl@pld-linux.org>
Sun, 31 Oct 2004 17:07:10 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    beecrypt.spec -> 1.40

beecrypt.spec

index 0c6eb587fa8e6ef261002be72be1f0153b0c7257..7d55be80007679eda4f331d159de358a09fdf54b 100644 (file)
@@ -8,7 +8,7 @@ Summary:        The BeeCrypt Cryptography Library
 Summary(pl):   Biblioteka kryptograficzna BeeCrypt
 Name:          beecrypt
 Version:       4.0.0
-Release:       1
+Release:       2
 Epoch:         2
 License:       LGPL
 Group:         Libraries
@@ -20,6 +20,7 @@ Patch2:               %{name}-ac_python.patch
 URL:           http://sourceforge.net/projects/beecrypt/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
+BuildRequires: doxygen
 BuildRequires: libtool
 %if %{with python}
 BuildRequires: python-devel
@@ -109,6 +110,8 @@ Pythonie na u
 %{__make} -C python
 %endif
 
+doxygen
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -135,6 +138,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
+%doc docs/html/*
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/*
This page took 0.055769 seconds and 4 git commands to generate.