rpms/php-ezc-Feed/F-12 .cvsignore, 1.2, 1.3 php-ezc-Feed.spec, 1.1, 1.2 sources, 1.2, 1.3

Guillaume Kulakowski llaumgui at fedoraproject.org
Thu Dec 24 16:34:19 UTC 2009


Author: llaumgui

Update of /cvs/pkgs/rpms/php-ezc-Feed/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25166/F-12

Modified Files:
	.cvsignore php-ezc-Feed.spec sources 
Log Message:
Upstream 1.3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Feed/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	23 Aug 2009 09:24:22 -0000	1.2
+++ .cvsignore	24 Dec 2009 16:34:19 -0000	1.3
@@ -1 +1 @@
-Feed-1.2.1.tgz
+Feed-1.3.tgz


Index: php-ezc-Feed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Feed/F-12/php-ezc-Feed.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- php-ezc-Feed.spec	23 Aug 2009 09:24:22 -0000	1.1
+++ php-ezc-Feed.spec	24 Dec 2009 16:34:19 -0000	1.2
@@ -3,7 +3,7 @@
 %define channel components.ez.no
 
 Name:           php-ezc-Feed
-Version:        1.2.1
+Version:        1.3
 Release:        1%{?dist}
 Summary:        This component handles parsing and creating RSS1, RSS2 and ATOM feeds
 
@@ -17,7 +17,7 @@ BuildArch:      noarch
 BuildRequires:  php-pear >= 1:1.4.9-1.2
 BuildRequires:  php-channel(%{channel})
 Requires:       php-common >= 5.1.1
-Requires:       php-pear(%{channel}/Base) >= 1.6.1
+Requires:       php-pear(%{channel}/Base) >= 1.8
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 
@@ -31,8 +31,8 @@ support for different feed modules (dc, 
 
 %prep
 %setup -q -c
-[ -f package2.xml ] || mv package.xml package2.xml
-mv package2.xml %{pear_name}-%{version}/%{name}.xml
+[ -f package2.xml ] || %{__mv} package.xml package2.xml
+%{__mv} package2.xml %{pear_name}-%{version}/%{name}.xml
 cd %{pear_name}-%{version}
 
 
@@ -43,23 +43,23 @@ cd %{pear_name}-%{version}
 
 %install
 cd %{pear_name}-%{version}
-rm -rf %{buildroot} docdir
+%{__rm} -rf %{buildroot} docdir
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Move documentation
-mv %{buildroot}%{pear_docdir}/%{pear_name}/docs ./docdir
-rm -rf %{buildroot}%{pear_docdir}
+%{__mv} %{buildroot}%{pear_docdir}/%{pear_name}/docs ./docdir
+%{__rm} -rf %{buildroot}%{pear_docdir}
 
 # Clean up unnecessary files
-rm -rf %{buildroot}%{pear_phpdir}/.??*
+%{__rm} -rf %{buildroot}%{pear_phpdir}/.??*
 
 # Install XML package description
-mkdir -p %{buildroot}%{pear_xmldir}
-install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
+%{__mkdir} -p %{buildroot}%{pear_xmldir}
+%{__install} -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
 %clean
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
 
 
 %post
@@ -84,5 +84,8 @@ fi
 
 
 %changelog
+* Thu Dec 24 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3-1
+- Upstream 1.3
+
 * Tue Jul 14 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.2.1-1
 - Initial packaging


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Feed/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	23 Aug 2009 09:24:22 -0000	1.2
+++ sources	24 Dec 2009 16:34:19 -0000	1.3
@@ -1 +1 @@
-1e707631a20b2a393c87d594a89dd685  Feed-1.2.1.tgz
+cd9af03a7b7ac3fe4c865a935d378af3  Feed-1.3.tgz




More information about the fedora-extras-commits mailing list