[mingw-expat: 2/12] Initial import.

epienbro epienbro at fedoraproject.org
Tue Mar 6 18:32:29 UTC 2012


commit c9fb63e9f57b91043d5656380928f527dd7fbcad
Author: Richard W.M. Jones <rjones at fedoraproject.org>
Date:   Tue Mar 10 22:45:32 2009 +0000

    Initial import.

 .cvsignore         |    1 +
 import.log         |    1 +
 mingw32-expat.spec |   86 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 4 files changed, 89 insertions(+), 0 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..6590e68 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+expat-2.0.1.tar.gz
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..c5f8ff1
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+mingw32-expat-2_0_1-4_fc11:HEAD:mingw32-expat-2.0.1-4.fc11.src.rpm:1236725053
diff --git a/mingw32-expat.spec b/mingw32-expat.spec
new file mode 100644
index 0000000..fe5f4ea
--- /dev/null
+++ b/mingw32-expat.spec
@@ -0,0 +1,86 @@
+%define __strip %{_mingw32_strip}
+%define __objdump %{_mingw32_objdump}
+%define _use_internal_dependency_generator 0
+%define __find_requires %{_mingw32_findrequires}
+%define __find_provides %{_mingw32_findprovides}
+
+Name:           mingw32-expat
+Version:        2.0.1
+Release:        4%{?dist}
+Summary:        MinGW Windows port of expat XML parser library
+
+License:        MIT
+Group:          Development/Libraries
+URL:            http://www.libexpat.org/
+Source0:        http://download.sourceforge.net/expat/expat-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+
+BuildRequires:  mingw32-filesystem >= 33
+BuildRequires:  mingw32-gcc
+BuildRequires:  mingw32-binutils
+BuildRequires:  autoconf, automake, libtool
+
+
+%description
+This is expat, the C library for parsing XML, written by James Clark. Expat
+is a stream oriented XML parser. This means that you register handlers with
+the parser prior to starting the parse. These handlers are called when the
+parser discovers the associated structures in the document being parsed. A
+start tag is an example of the kind of structures for which you may
+register handlers.
+
+
+%prep
+%setup -q -n expat-%{version}
+
+rm -rf autom4te*.cache
+cp `aclocal --print-ac-dir`/libtool.m4 conftools || exit 1
+libtoolize --copy --force --automake && aclocal && autoheader && autoconf
+
+chmod -x COPYING
+
+
+%build
+%{_mingw32_configure}
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+
+# Remove static libraries but DON'T remove *.dll.a files.
+rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libexpat.a
+
+# Remove documentation which duplicates that found in the native package.
+rm -r $RPM_BUILD_ROOT%{_mingw32_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root)
+%doc COPYING
+%{_mingw32_bindir}/libexpat-1.dll
+%{_mingw32_bindir}/xmlwf
+%{_mingw32_libdir}/libexpat.dll.a
+%{_mingw32_libdir}/libexpat.la
+%{_mingw32_includedir}/expat.h
+%{_mingw32_includedir}/expat_external.h
+
+
+%changelog
+* Mon Mar  9 2009 Richard W.M. Jones <rjones at redhat.com> - 2.0.1-4
+- Remove +x permissions on COPYING file.
+
+* Fri Feb 20 2009 Richard W.M. Jones <rjones at redhat.com> - 2.0.1-3
+- Rebuild for mingw32-gcc 4.4
+
+* Fri Feb  6 2009 Richard W.M. Jones <rjones at redhat.com> - 2.0.1-2
+- Include license.
+
+* Fri Oct 31 2008 Richard W.M. Jones <rjones at redhat.com> - 2.0.1-1
+- Initial RPM release.
diff --git a/sources b/sources
index e69de29..9d051ba 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ee8b492592568805593f81f8cdf2a04c  expat-2.0.1.tar.gz


More information about the scm-commits mailing list