rpms/php-channel-doctrine/devel php-channel-doctrine.spec,1.2,1.3

Remi Collet remi at fedoraproject.org
Mon Apr 5 19:10:09 UTC 2010


Author: remi

Update of /cvs/pkgs/rpms/php-channel-doctrine/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15565

Modified Files:
	php-channel-doctrine.spec 
Log Message:
fix xml filename


Index: php-channel-doctrine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-channel-doctrine/devel/php-channel-doctrine.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- php-channel-doctrine.spec	4 Apr 2010 16:02:31 -0000	1.2
+++ php-channel-doctrine.spec	5 Apr 2010 19:10:09 -0000	1.3
@@ -4,7 +4,7 @@
 
 Name:		php-channel-doctrine
 Version:	1.3
-Release:	1%{?dist}
+Release:	1%{?dist}.1
 Summary:	Adds doctrine project channel to PEAR
 
 Group:		Development/Languages
@@ -39,7 +39,7 @@ PEAR packages from this channel to be in
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
 %{__mkdir_p} $RPM_BUILD_ROOT%{pear_xmldir}
-%{__install} -pm 644 %{SOURCE0} $RPM_BUILD_ROOT%{pear_xmldir}/%{channel}.xml
+%{__install} -pm 644 %{SOURCE0} $RPM_BUILD_ROOT%{pear_xmldir}/%{name}.xml
 
 
 %clean
@@ -65,10 +65,13 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%{pear_xmldir}/*
+%{pear_xmldir}/%{name}.xml
 
 
 %changelog
+* Mon Apr  5 2010 Remi Collet <fedora at famillecollet.com> - 1.3-1.1
+- fix xml filename
+
 * Fri Apr  2 2010 Christof Damian <christof at damian.net> - 1.3-1
 - new url and channel file
 - changed version to use rest version



More information about the scm-commits mailing list