/[mcrypt]/libmcrypt/libmcrypt.spec
ViewVC logotype

Contents of /libmcrypt/libmcrypt.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Sun Mar 10 11:33:53 2002 UTC (22 years, 1 month ago) by nmav
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED
*** empty log message ***

1 Summary: libmcrypt is a data encryption library.
2 Name: libmcrypt
3 Version: 2.4.23
4 Release: 1
5 Copyright: LGPL
6 Source: ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/%{name}-%{version}.tar.gz
7 Vendor: Nikos Mavroyanopoulos <nmav@gnutls.org>
8 Group: System Environment/Libraries
9 Packager: Germano Rizzo <mano@pluto.linux.it>
10 Buildroot: %{_tmppath}/%{name}-%{version}-root
11 Prefix: /usr
12
13 %description
14 The libmcrypt is a data encryption library. The library is thread safe
15 and provides encryption and decryption functions. This version of the
16 library supports many encryption algorithms and encryption modes. Some
17 algorithms which are supported:
18 SERPENT, RIJNDAEL, 3DES, GOST, SAFER+, CAST-256, RC2, XTEA, 3WAY,
19 TWOFISH, BLOWFISH, ARCFOUR, WAKE and more.
20
21 %package devel
22 Summary: Developmet files of the libmcrypt data encryption library.
23 Group: Development/Libraries
24 Requires: libmcrypt = %{version}
25
26 %description devel
27 Header file and static libraries of libmcrypt data encryption library.
28
29 %prep
30 %setup
31
32 %build
33 ./configure
34
35 make
36
37 %install
38 %makeinstall
39
40 %clean
41 rm -rf ${RPM_BUILD_ROOT}
42
43 %post
44 ldconfig
45
46 %postun
47 ldconfig
48
49 %files
50 %defattr(-, root, root, 0755)
51 %{_libdir}/libmcrypt.so.*
52 %{_libdir}/libmcrypt/*.so
53
54 %files devel
55 %defattr(-, root, root, 0755)
56 %doc doc/README* doc/example.c AUTHORS ChangeLog KNOWN-BUGS NEWS
57 %doc THANKS README TODO
58 %{_libdir}/libmcrypt.a
59 %{_libdir}/libmcrypt.la
60 %{_libdir}/libmcrypt/*.a
61 %{_libdir}/libmcrypt/*.la
62 %{_includedir}/mcrypt.h
63 %{_mandir}/man3/mcrypt.3.gz
64 %{_bindir}/libmcrypt-config
65 %{_datadir}/aclocal/libmcrypt.m4
66
67 %changelog
68 * Fri Feb 01 2002 Germano Rizzo <mano@pluto.linux.it>
69 - built basing on Peter Soos' SPEC file
70
71 * Mon Oct 01 2001 Peter Soos <sp@osb.hu>
72 - rebuilt under RedHat Linux 7.2 beta
73 - version 2.4.17
74
75 * Fri May 04 2001 Peter Soos <sp@osb.hu>
76 - rebuilt under RedHat Linux 7.1
77
78 * Wed Apr 18 2001 Peter Soos <sp@osb.hu>
79 - RedHat Linux 7.0
80
81 * Thu Feb 15 2001 Peter Soos <sp@osb.hu>
82 - version 2.4.9
83
84 * Thu Nov 02 2000 Peter Soos <sp@osb.hu>
85 - version 2.4.5
86
87 * Fri Jun 23 2000 Peter Soos <sp@osb.hu>
88 - version 2.4.4
89
90 * Sun Nov 07 1999 Peter Soos <sp@osb.hu>
91 - Separate this package from the mcrypt package

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26