rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5 php-pear-Structures-DataGrid-DataSource-RSS.spec, 1.1, 1.2

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


Author: xulchris

Update of /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27573/FC-5

Modified Files:
	php-pear-Structures-DataGrid-DataSource-RSS.spec 
Log Message:
no longer own common dirs


Index: php-pear-Structures-DataGrid-DataSource-RSS.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Structures-DataGrid-DataSource-RSS/FC-5/php-pear-Structures-DataGrid-DataSource-RSS.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-pear-Structures-DataGrid-DataSource-RSS.spec	2 Dec 2006 21:07:33 -0000	1.1
+++ php-pear-Structures-DataGrid-DataSource-RSS.spec	3 Dec 2006 18:14:03 -0000	1.2
@@ -3,19 +3,22 @@
 
 Name:           php-pear-Structures-DataGrid-DataSource-RSS
 Version:        0.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        DataSource driver using RSS files
 
 Group:          Development/Libraries
 License:        PHP License
 URL:            http://pear.php.net/package/Structures_DataGrid_DataSource_RSS
 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(XML_RSS)
-Requires:       php-pear(Structures_DataGrid_DataSource_Array)
+Requires:       php-pear(PEAR)
+Requires:       php-pear(XML_RSS) >= 0.9.2
+Requires:       php-pear(Structures_DataGrid) >= 0.7.0
+Requires:       php-pear(Structures_DataGrid_DataSource_Array) >= 0.1.0
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Provides:       php-pear(%{pear_name}) = %{version}
@@ -28,6 +31,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}
 
 
@@ -66,10 +70,16 @@
 
 %files
 %defattr(-,root,root,-)
+%doc LICENSE
 %{pear_xmldir}/%{pear_name}.xml
-%{pear_phpdir}/Structures/DataGrid/DataSource
+%{pear_phpdir}/Structures/DataGrid/DataSource/*
 
 
 %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 fedora-extras-commits mailing list