summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-05-24 00:36:53 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-05-24 00:36:53 -0500
commitd8392af9788c8dbcfe5362751ea7afd01f5fc724 (patch)
tree0b7abb08e933b2478d3d8386d71176e9ec4f30b0
parent8b936b4223e669ea3ffebd56a59f516fbd1561d4 (diff)
downloadcygwin-pcre-d8392af9788c8dbcfe5362751ea7afd01f5fc724.tar.gz
cygwin-pcre-d8392af9788c8dbcfe5362751ea7afd01f5fc724.tar.xz
cygwin-pcre-d8392af9788c8dbcfe5362751ea7afd01f5fc724.zip
cygwin-pcre 8.30-1
-rw-r--r--cygwin-pcre.spec19
-rw-r--r--sources2
2 files changed, 15 insertions, 6 deletions
diff --git a/cygwin-pcre.spec b/cygwin-pcre.spec
index d84f1b0..ca0ec4d 100644
--- a/cygwin-pcre.spec
+++ b/cygwin-pcre.spec
@@ -6,7 +6,7 @@
%define __debug_install_post %{_cygwin_debug_install_post}
Name: cygwin-pcre
-Version: 8.21
+Version: 8.30
Release: 1
Summary: Cygwin pcre library
@@ -60,13 +60,16 @@ for F in ChangeLog; do
done
%build
-%{_cygwin_configure} --enable-utf8 --enable-unicode-properties
+%{_cygwin_configure} --enable-pcre16 --enable-utf8 --enable-unicode-properties
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
+# Remove unnecessary Cygwin native binaries
+rm -f $RPM_BUILD_ROOT%{_cygwin_bindir}/*.exe
+
# We intentionally don't ship *.la files
rm -f $RPM_BUILD_ROOT%{_cygwin_libdir}/*.la
@@ -80,9 +83,10 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_cygwin_bindir}/pcre-config
-%{_cygwin_bindir}/pcregrep.exe
-%{_cygwin_bindir}/pcretest.exe
-%{_cygwin_bindir}/cygpcre*.dll
+%{_cygwin_bindir}/cygpcre-1.dll
+%{_cygwin_bindir}/cygpcre16-0.dll
+%{_cygwin_bindir}/cygpcrecpp-0.dll
+%{_cygwin_bindir}/cygpcreposix-0.dll
%{_cygwin_libdir}/libpcre*.dll.a
%{_cygwin_libdir}/pkgconfig/libpcre*.pc
%{_cygwin_includedir}/*.h
@@ -92,11 +96,16 @@ rm -rf $RPM_BUILD_ROOT
%files static
%defattr(-,root,root,-)
%{_cygwin_libdir}/libpcre.a
+%{_cygwin_libdir}/libpcre16.a
%{_cygwin_libdir}/libpcrecpp.a
%{_cygwin_libdir}/libpcreposix.a
%changelog
+* Wed May 23 2012 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 8.30-1
+- Version bump; breaks ABI compatibility in libpcre.
+- Add libpcre16.
+
* Tue Jan 10 2012 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 8.21-1
- Version bump.
diff --git a/sources b/sources
index a3215ee..b3207ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a7b592bea64b7aa7f4011fc7171a730 pcre-8.21.tar.bz2
+98e8928cccc945d04279581e778fbdff pcre-8.30.tar.bz2