rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6 php-pear-Structures-DataGrid-Renderer-Pager.spec, 1.1, 1.2

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sun Dec 3 18:35:04 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28244/FC-6

Modified Files:
	php-pear-Structures-DataGrid-Renderer-Pager.spec 
Log Message:
commit spec too


Index: php-pear-Structures-DataGrid-Renderer-Pager.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-Renderer-Pager/FC-6/php-pear-Structures-DataGrid-Renderer-Pager.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-pear-Structures-DataGrid-Renderer-Pager.spec	16 Nov 2006 03:42:43 -0000	1.1
+++ php-pear-Structures-DataGrid-Renderer-Pager.spec	3 Dec 2006 18:34:34 -0000	1.2
@@ -3,18 +3,21 @@
 
 Name:           php-pear-Structures-DataGrid-Renderer-Pager
 Version:        0.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Renderer driver using PEAR::Pager
 
 Group:          Development/Libraries
 License:        PHP License
 URL:            http://pear.php.net/package/Structures_DataGrid_Renderer_Pager
 Source0:        http://pear.php.net/get/%{pear_name}-%{version}.tgz
+Source1:        PHP-LICENSE-3.01
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  php-pear >= 1:1.4.9-1.2
-Requires:       php-pear(PEAR) php-pear(Pager) php-pear(Structures_DataGrid)
+Requires:       php-pear(PEAR)
+Requires:       php-pear(Pager) >= 2.4.0
+Requires:       php-pear(Structures_DataGrid) >= 0.7.0
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Provides:       php-pear(%{pear_name}) = %{version}
@@ -27,6 +30,7 @@
 %setup -q -c
 [ -f package2.xml ] || mv package.xml package2.xml
 mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml
+install -pm 644 -c %{SOURCE1} LICENSE
 cd %{pear_name}-%{version}
 
 
@@ -65,10 +69,16 @@
 
 %files
 %defattr(-,root,root,-)
+%doc LICENSE
 %{pear_xmldir}/%{pear_name}.xml
-%{pear_phpdir}/Structures/DataGrid/Renderer
+%{pear_phpdir}/Structures/DataGrid/Renderer/*
 
 
 %changelog
+* Sun Dec 03 2006 Christopher Stone <chris.stone at gmail.com> 0.1.0-2
+- No longer own common directories
+- Add versioned Requires
+- Add license to %%doc
+
 * Sun Oct 29 2006 Christopher Stone <chris.stone at gmail.com> 0.1.0-1
 - Initial Release




More information about the scm-commits mailing list