]> git.pld-linux.org Git - packages/php-adodb.git/commitdiff
- updated to 3.92 auto/ac/adodb-3_92-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 3 Oct 2003 10:27:29 +0000 (10:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- simplifications in %%install and %%doc

Changed files:
    php-adodb.spec -> 1.25

php-adodb.spec

index edf19f8c1fa71ad9002d0a4fe5c806f22dcb1fe1..3cfb57da211e98a0067650b6489e12bf471c8b94 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Unique interface to access different SQL databases
 Summary(pl):   Jednolity inferfejs dostêpu do baz danych SQL
 Name:          adodb
-Version:       3.70
+Version:       3.92
 %define ver    %(echo %{version} | tr -d .)
 Release:       1
 Group:         Libraries
 License:       dual licensed using BSD-Style and LGPL
 Source0:       http://phplens.com/lens/dl/%{name}%{ver}.tgz
-# Source0-md5: 5a9bd3ee0986aff34fba3d605fd7af0a
+# Source0-md5: 2d85362664bf561017be3b61407af9bf
 URL:           http://php.weblogs.com/ADOdb
 Requires:      php
 Requires:      php-pear
@@ -39,21 +39,19 @@ Sybase, PostgreSQL, Foxpro, Access, ADO i ODBC.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{name}/drivers
-install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{name}/datadict
-install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{name}/tests
+install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{name}/{drivers,datadict,tests,perf,lang}
 
 install *.php      $RPM_BUILD_ROOT%{php_pear_dir}/%{name}
 install drivers/*  $RPM_BUILD_ROOT%{php_pear_dir}/%{name}/drivers
 install datadict/* $RPM_BUILD_ROOT%{php_pear_dir}/%{name}/datadict
 install tests/*    $RPM_BUILD_ROOT%{php_pear_dir}/%{name}/tests
+install lang/*     $RPM_BUILD_ROOT%{php_pear_dir}/%{name}/lang
+install perf/*     $RPM_BUILD_ROOT%{php_pear_dir}/%{name}/perf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc license.txt readme.txt
-%doc old-changelog.htm readme.htm tips_portable_sql.htm tute.htm
-%doc cute_icons_for_site
+%doc *.txt *.htm cute_icons_for_site
 %{php_pear_dir}/%{name}
This page took 0.075019 seconds and 4 git commands to generate.