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

Annotation of /libmcrypt/libmcrypt.spec.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Tue Mar 12 19:35:51 2002 UTC (22 years ago) by nmav
Branch: MAIN
Changes since 1.1: +9 -6 lines
*** empty log message ***

1 nmav 1.1 Summary: libmcrypt is a data encryption library.
2     Name: @PACKAGE@
3     Version: @VERSION@
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 nmav 1.2 Summary: Development files of the libmcrypt data encryption library.
23 nmav 1.1 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 nmav 1.2 ./configure --prefix=%{prefix}
34 nmav 1.1
35     make
36    
37     %install
38 nmav 1.2 rm -rf $RPM_BUILD_ROOT
39    
40     make DESTDIR=$RPM_BUILD_ROOT install
41 nmav 1.1
42     %clean
43     rm -rf ${RPM_BUILD_ROOT}
44    
45     %post
46     ldconfig
47    
48     %postun
49     ldconfig
50    
51     %files
52 nmav 1.2 #%defattr(-, root, root, 0755)
53     %{_libdir}/libmcrypt.so
54 nmav 1.1 %{_libdir}/libmcrypt.so.*
55     %{_libdir}/libmcrypt/*.so
56    
57     %files devel
58 nmav 1.2 #%defattr(-, root, root, 0755)
59 nmav 1.1 %doc doc/README* doc/example.c AUTHORS ChangeLog KNOWN-BUGS NEWS
60     %doc THANKS README TODO
61     %{_libdir}/libmcrypt.a
62     %{_libdir}/libmcrypt.la
63     %{_libdir}/libmcrypt/*.a
64     %{_libdir}/libmcrypt/*.la
65     %{_includedir}/mcrypt.h
66 nmav 1.2 %{prefix}/man/man3/mcrypt.3.gz
67 nmav 1.1 %{_bindir}/libmcrypt-config
68     %{_datadir}/aclocal/libmcrypt.m4
69    
70     %changelog
71     * Fri Feb 01 2002 Germano Rizzo <mano@pluto.linux.it>
72     - built basing on Peter Soos' SPEC file
73    
74     * Mon Oct 01 2001 Peter Soos <sp@osb.hu>
75     - rebuilt under RedHat Linux 7.2 beta
76     - version 2.4.17
77    
78     * Fri May 04 2001 Peter Soos <sp@osb.hu>
79     - rebuilt under RedHat Linux 7.1
80    
81     * Wed Apr 18 2001 Peter Soos <sp@osb.hu>
82     - RedHat Linux 7.0
83    
84     * Thu Feb 15 2001 Peter Soos <sp@osb.hu>
85     - version 2.4.9
86    
87     * Thu Nov 02 2000 Peter Soos <sp@osb.hu>
88     - version 2.4.5
89    
90     * Fri Jun 23 2000 Peter Soos <sp@osb.hu>
91     - version 2.4.4
92    
93     * Sun Nov 07 1999 Peter Soos <sp@osb.hu>
94     - Separate this package from the mcrypt package

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26