source: projects/specs/trunk/lib/libm/libmcrypt/libmcrypt-vl.spec @ 900

Revision 900, 2.7 KB checked in by inagaki, 14 years ago (diff)

updated: libmal, libmcrypt, libsigc++

RevLine 
[521]1Summary: libmcrypt is a data encryption library.
2Name: libmcrypt
[900]3Version: 2.5.8
4Release: 1%{?_dist_release}
[521]5License: LGPL
6Group: System Environment/Libraries
[900]7URL: http://mcrypt.sourceforge.net/
8
9Source: %{name}-%{version}.tar.bz2
10
[521]11Buildroot: %{_tmppath}/%{name}-%{version}-root
12
13%description
14libmcrypt is a data encryption library. The library is thread safe
15and provides encryption and decryption functions. This version of the
16library supports many encryption algorithms and encryption modes. Some
17algorithms which are supported:
18SERPENT, RIJNDAEL, 3DES, GOST, SAFER+, CAST-256, RC2, XTEA, 3WAY,
19TWOFISH, BLOWFISH, ARCFOUR, WAKE and more.
20
21%package devel
22Summary: Development files of the libmcrypt data encryption library.
23Group: Development/Libraries
[900]24Requires: libmcrypt = %{version}-%{release}
[521]25
26%description devel
27Header file and static libraries of libmcrypt data encryption library.
28
29%prep
[900]30%setup -q
[521]31
32%build
[900]33%configure --disable-posix-threads --disable-static
[521]34
[900]35make %{?_smp_mflags}
[521]36
37%install
[900]38rm -rf $RPM_BUILD_ROOT
[521]39
[900]40make install DESTDIR=$RPM_BUILD_ROOT
[521]41
42## remove unused file
43rm -f %{buildroot}/%{_libdir}/libmcrypt.la
44
45%clean
[900]46rm -rf $RPM_BUILD_ROOT
[521]47
[900]48%post -p /sbin/ldconfig
[521]49
[900]50%postun -p /sbin/ldconfig
[521]51
52%files
53%defattr(-, root, root)
[900]54%doc AUTHORS ChangeLog COPYING.LIB KNOWN-BUGS NEWS README THANKS TODO
55%{_libdir}/libmcrypt.so.*
[521]56
57%files devel
[900]58%defattr(-, root, root)
59%doc doc/README* doc/example.c 
60%{_bindir}/libmcrypt-config
[521]61%{_includedir}/mcrypt.h
[900]62%{_includedir}/mutils
63%{_libdir}/libmcrypt.so
[521]64%{_mandir}/man3/mcrypt.*
65%{_datadir}/aclocal/libmcrypt.m4
66
67%changelog
[900]68* Tue Apr 27 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.8-1
69- new upstream release
70- added URL tag
71- built with new toolchain
72
[521]73* Sun Sep 07 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.7-2vl5
74- applied new versioning policy
75- removed libmcrypt.la
76
77* Sun Oct 29 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.5.7-1vl3
78- use License tag instead of Copyright
79
80* Sat Jun 26 2004 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.5.7-1vl2
81- build for VineSeed.
82
83* Mon Mar  1 2004 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.5.7-1vl1
84- build for Vine Linux.
85
86* Tue Dec 17 2002 Germano Rizzo <mano@pluto.linux.it>
87- modified for new installation structure
88
89* Fri Feb 01 2002 Germano Rizzo <mano@pluto.linux.it>
90- built basing on Peter Soos' SPEC file
91
92* Mon Oct 01 2001 Peter Soos  <sp@osb.hu>
93- rebuilt under RedHat Linux 7.2 beta
94- version 2.4.17
95
96* Fri May 04 2001 Peter Soos  <sp@osb.hu>
97- rebuilt under RedHat Linux 7.1
98
99* Wed Apr 18 2001 Peter Soos <sp@osb.hu>
100- RedHat Linux 7.0
101
102* Thu Feb 15 2001 Peter Soos <sp@osb.hu>
103- version 2.4.9
104
105* Thu Nov 02 2000 Peter Soos <sp@osb.hu>
106- version 2.4.5
107
108* Fri Jun 23 2000 Peter Soos <sp@osb.hu>
109- version 2.4.4
110
111* Sun Nov 07 1999 Peter Soos <sp@osb.hu>
112- Separate this package from the mcrypt package
Note: See TracBrowser for help on using the repository browser.