[packages/pcre] - release 1 (by relup.sh)

glen glen at pld-linux.org
Sun Aug 26 00:19:12 CEST 2012


commit f272ff1a112a21733ba0361264d2e2d595a80610
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Aug 26 01:19:09 2012 +0300

    - release 1 (by relup.sh)

 pcre.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/pcre.spec b/pcre.spec
index 2f0c7ed..1e208f5 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -1,4 +1,6 @@
-#
+# TODO
+# - pcreposix subpackage?
+
 # Conditional build:
 %bcond_with	pcre16		# enable 16 bit character support (one test fails)
 %bcond_without	static_libs	# don't build static libraries
@@ -9,7 +11,7 @@ Summary(pl.UTF-8):	Biblioteka perlowych wyrażeń regularnych
 Summary(pt_BR.UTF-8):	Biblioteca de expressões regulares versão
 Name:		pcre
 Version:	8.31
-Release:	1
+Release:	2
 License:	BSD (see LICENCE)
 Group:		Libraries
 Source0:	ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
@@ -221,7 +223,7 @@ ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libpcre.so.*.*.*) $RPM_BUILD_
 %{?with_pcre16:ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libpcre16.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/libpcre16.so}
 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libpcreposix.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/libpcreposix.so
 
-cp -a pcredemo.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -p pcredemo.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 rm -rf $RPM_BUILD_ROOT%{_docdir}/pcre
 


More information about the pld-cvs-commit mailing list