rpms/php-pear-Structures-DataGrid/devel php-pear-Structures-DataGrid.spec, 1.11, 1.12

Christopher Stone xulchris at fedoraproject.org
Thu Oct 23 18:49:32 UTC 2008


Author: xulchris

Update of /cvs/pkgs/rpms/php-pear-Structures-DataGrid/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4055/devel

Modified Files:
	php-pear-Structures-DataGrid.spec 
Log Message:
fix docs


Index: php-pear-Structures-DataGrid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-pear-Structures-DataGrid/devel/php-pear-Structures-DataGrid.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- php-pear-Structures-DataGrid.spec	20 Feb 2008 00:19:28 -0000	1.11
+++ php-pear-Structures-DataGrid.spec	23 Oct 2008 18:49:01 -0000	1.12
@@ -3,7 +3,7 @@
 
 Name:           php-pear-Structures-DataGrid
 Version:        0.9.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Tabular structure for converting data
 
 Group:          Development/Libraries
@@ -48,6 +48,10 @@
 rm -rf $RPM_BUILD_ROOT docdir
 %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{pear_name}.xml
 
+# Move documentation
+mkdir -p docdir
+mv $RPM_BUILD_ROOT%{pear_docdir}/* docdir
+
 # Clean up unnecessary files
 rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??*
 
@@ -75,11 +79,17 @@
 
 %files
 %defattr(-,root,root,-)
+%doc %{pear_name}-%{version}/docdir/%{pear_name}/docs/examples
 %{pear_xmldir}/%{pear_name}.xml
-%{pear_phpdir}/*
+%{pear_testdir}/%{pear_name}
+%{pear_phpdir}/Structures/DataGrid*
 
 
 %changelog
+* Thu Oct 23 2008 Christopher Stone <chris.stone at gmail.com> 0.9.0-3
+- Move examples to %%doc
+- Fix up %%files section
+
 * Thu Feb 19 2008 Christopher Stone <chris.stone at gmail.com> 0.9.0-2
 - Fix PHPUnit requirement
 




More information about the scm-commits mailing list