summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-21 14:26:10 +0200
committerRemi Collet <fedora@famillecollet.com>2012-10-21 14:26:10 +0200
commit4a17fb9ac01f762929bad484ec4adc6b03843188 (patch)
tree061e49aa347ddb9ccb035b7726a9470e04dca924
parenta6c4872f00d26c74a76e064c1ea910555238eb0e (diff)
php-pecl-mailparse: rebuild
-rw-r--r--Makefile2
-rw-r--r--php-pecl-mailparse.spec19
2 files changed, 15 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 1e65467..13af741 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
-include ../common/Makefile
+include ../../../common/Makefile
diff --git a/php-pecl-mailparse.spec b/php-pecl-mailparse.spec
index cd26da0..8f94c43 100644
--- a/php-pecl-mailparse.spec
+++ b/php-pecl-mailparse.spec
@@ -5,7 +5,7 @@
Summary: PHP PECL package for parsing and working with email messages
Name: php-pecl-mailparse
Version: 2.1.6
-Release: 2%{?dist}
+Release: 3%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/mailparse
@@ -24,14 +24,20 @@ Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api}
Requires(post): %{__pecl}
Requires(postun): %{__pecl}
-Provides: php-pecl(%{pecl_name}) = %{version}-%{release}
+Provides: php-pecl(%{pecl_name}) = %{version}
+Provides: php-pecl(%{pecl_name})%{?_isa} = %{version}
-# RPM 4.8
+# Other third party repo stuff
+Obsoletes: php53-pecl-%{pecl_name}
+Obsoletes: php53u-pecl-%{pecl_name}
+%if "%{php_version}" > "5.4"
+Obsoletes: php54-pecl-%{pecl_name}
+%endif
+
+# Filter private shared
%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
%{?filter_setup}
-# RPM 4.9
-%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{_libdir}/.*\\.so$
%description
@@ -153,6 +159,9 @@ fi
%endif
%changelog
+* Sun Oct 21 2012 Remi Collet <remi@fedoraproject.org> - 2.1.6-3
+- rebuild
+
* Sat Mar 10 2012 Remi Collet <remi@fedoraproject.org> - 2.1.6-2
- rebuild for PHP 5.4