rpms/libmcrypt/devel libmcrypt-2.5.7-nolibltdl.patch, NONE, 1.1 libmcrypt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Sep 28 16:28:33 UTC 2005


Author: spot

Update of /cvs/extras/rpms/libmcrypt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6569/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libmcrypt-2.5.7-nolibltdl.patch libmcrypt.spec 
Log Message:
auto-import libmcrypt-2.5.7-1 on branch devel from libmcrypt-2.5.7-1.src.rpm

libmcrypt-2.5.7-nolibltdl.patch:

--- NEW FILE libmcrypt-2.5.7-nolibltdl.patch ---
--- libmcrypt-2.5.7/configure.BAD	2005-09-22 17:04:51.000000000 -0500
+++ libmcrypt-2.5.7/configure	2005-09-22 17:05:19.000000000 -0500
@@ -430,7 +430,7 @@
 PACKAGE_BUGREPORT=
 
 ac_unique_file="lib/mcrypt.c"
-ac_subdirs_all="$ac_subdirs_all libltdl"
+ac_subdirs_all="$ac_subdirs_all"
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -3356,7 +3356,7 @@
 
 
 
-subdirs="$subdirs libltdl"
+subdirs="$subdirs"
 
  # Check whether --enable-static or --disable-static was given.
 if test "${enable_static+set}" = set; then
--- libmcrypt-2.5.7/Makefile.in.BAD	2005-09-22 17:06:35.000000000 -0500
+++ libmcrypt-2.5.7/Makefile.in	2005-09-22 17:06:47.000000000 -0500
@@ -148,8 +148,8 @@
 
 INCLUDES = $(INCLTDL)
 EXTRA_DIST = KNOWN-BUGS THANKS NEWS libmcrypt.spec.in libmcrypt.spec COPYING.LIB
-DIST_SUBDIRS = libltdl modules lib src doc
-SUBDIRS = $(LIBLTDL_DIR) modules lib src doc
+DIST_SUBDIRS = modules lib src doc
+SUBDIRS = modules lib src doc
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs


--- NEW FILE libmcrypt.spec ---
Name:		libmcrypt
Version:	2.5.7
Release:	1%{?dist}
License:	LGPL
Group:		System Environment/Libraries
Summary:	Encryption algorithms library
URL:		http://mcrypt.sourceforge.net/
Source0:	http://download.sourceforge.net/mcrypt/libmcrypt-%{version}.tar.gz
Patch0:		libmcrypt-2.5.7-nolibltdl.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	libtool-ltdl-devel

%description
Libmcrypt is a thread-safe library providing a uniform interface
to access several block and stream encryption algorithms.

%package devel
Group:		Development/Libraries
Summary:	Development libraries and headers for libmcrypt
Requires:	%{name} = %{version}-%{release}

%description devel
Development libraries and headers for use in building applications that
use libmcrypt.

%prep
%setup -q
%patch0 -p1

%build
%configure --enable-static=yes
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING.LIB ChangeLog KNOWN-BUGS README NEWS THANKS TODO
%{_libdir}/*.so.*
%{_datadir}/aclocal/libmcrypt.m4
%{_mandir}/man3/*

%files devel
%defattr(-,root,root,-)
%doc doc/README.key doc/README.xtea doc/example.c
%{_bindir}/libmcrypt-config
%{_includedir}/mcrypt.h
%{_libdir}/*.a
%{_libdir}/*.so

%changelog
* Thu Sep 22 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.5.7-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libmcrypt/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Sep 2005 16:27:54 -0000	1.1
+++ .cvsignore	28 Sep 2005 16:28:31 -0000	1.2
@@ -0,0 +1 @@
+libmcrypt-2.5.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libmcrypt/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Sep 2005 16:27:54 -0000	1.1
+++ sources	28 Sep 2005 16:28:31 -0000	1.2
@@ -0,0 +1 @@
+b1be163143f8e8ed0474beeb642b3bad  libmcrypt-2.5.7.tar.gz




More information about the fedora-extras-commits mailing list