]> git.pld-linux.org Git - packages/php4-pecl-tidy.git/commitdiff
- full conf.d support and unifications
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 11 Sep 2005 22:03:28 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4-pecl-tidy.spec -> 1.3

php4-pecl-tidy.spec

index 4ffecc4cd44cbb7a34f71887870ec27938d1ead4..bf813172e3805ecb4217897d2b9c4fe38f24ac5e 100644 (file)
@@ -7,18 +7,17 @@ Summary:      %{_modname} - Tidy HTML Repairing and Parsing
 Summary(pl):   %{_modname} - Czyszczenie, naprawa oraz parsowanie HTML
 Name:          php4-pecl-%{_modname}
 Version:       1.1
-Release:       0.2
+Release:       1
 License:       PHP
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{_modname}-%{version}.tgz
 # Source0-md5: ecb2d3c62e1d720265a65dfb7e00e081
 URL:           http://pecl.php.net/package/tidy/
-BuildRequires: libtool
 BuildRequires: php4-devel
 BuildRequires: tidy-devel
 BuildRequires: rpmbuild(macros) >= 1.230
-Requires:      %{_sysconfdir}/conf.d
 %requires_eq_to php4-common php4-devel
+Requires:      %{_sysconfdir}/conf.d
 Obsoletes:     php-pear-%{_modname}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -52,8 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
 
-cd %{_modname}-%{version}
-%{__make} install \
+%{__make} -C %{_modname}-%{version} install \
        INSTALL_ROOT=$RPM_BUILD_ROOT
 
 cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
This page took 0.197634 seconds and 4 git commands to generate.