diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-15 07:16:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-15 07:16:57 +0100 |
commit | 36175d417a09dc73438274673cc4be16cd18c30e (patch) | |
tree | 26bd24a3e2f7f45be2cfde1ee5da64d94496b6de | |
parent | 7e5f1c4a9f6a52e270faeaf059b0c264c076ab6b (diff) |
php-phpseclib-crypt-rc4: backport
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-phpseclib-crypt-rc4.spec | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + diff --git a/php-phpseclib-crypt-rc4.spec b/php-phpseclib-crypt-rc4.spec index 113bb3b..9758214 100644 --- a/php-phpseclib-crypt-rc4.spec +++ b/php-phpseclib-crypt-rc4.spec @@ -12,6 +12,7 @@ License: MIT URL: http://phpseclib.sourceforge.net/ Source0: http://phpseclib.sourceforge.net/get/%{pear_name}-%{version}.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear(PEAR) @@ -38,6 +39,7 @@ cd %{pear_name}-%{version} %install +rm -rf $RPM_BUILD_ROOT cd %{pear_name}-%{version} %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml @@ -49,6 +51,10 @@ mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} install -pm 644 %{name}.xml $RPM_BUILD_ROOT%{pear_xmldir} +%clean +rm -rf $RPM_BUILD_ROOT + + %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{name}.xml >/dev/null || : @@ -61,13 +67,15 @@ fi %files +%defattr(-, root, root, -) %{pear_xmldir}/%{name}.xml -# Expand this as needed to avoid owning dirs owned by our dependencies -# and to avoid unowned dirs %{pear_phpdir}/Crypt %changelog +* Wed Jan 15 2014 Remi Collet <rpms@famillecollet.com> - 0.3.5-2 +- backport for remi repo + * Sat Jan 4 2014 Adam Williamson <awilliam@redhat.com> - 0.3.5-2 - various review style cleanups |