rpms/php-pear-Auth-SASL/devel php-pear-Auth-SASL.spec,1.1,1.2

Remi Collet (remi) fedora-extras-commits at redhat.com
Fri Sep 8 16:43:53 UTC 2006


Author: remi

Update of /cvs/extras/rpms/php-pear-Auth-SASL/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26604

Modified Files:
	php-pear-Auth-SASL.spec 
Log Message:
	lastest template.spec



Index: php-pear-Auth-SASL.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Auth-SASL/devel/php-pear-Auth-SASL.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-pear-Auth-SASL.spec	4 Sep 2006 16:16:56 -0000	1.1
+++ php-pear-Auth-SASL.spec	8 Sep 2006 16:43:52 -0000	1.2
@@ -10,7 +10,7 @@
 Summary(fr): PEAR: Abstraction de différents mécanismes de réponse SASL
 Name:        php-pear-Auth-SASL
 Version:     1.0.2
-Release:     3%{?dist}
+Release:     4%{?dist}
 License:     BSD
 Group:       Development/Libraries
 Source:      http://pear.php.net/get/Auth_SASL-%{version}.tgz
@@ -41,19 +41,24 @@
 o Login (Pseudo-mécanisme)
 
 %prep
-%setup -q -n Auth_SASL-%{version}
-mv ../package.xml .
+%setup -c -q
+mv package.xml Auth_SASL-%{version}/Auth_SASL.xml
+
+%build
+# Empty build section
 
 %install
 rm -rf %{buildroot}
-%{__pear} install --nodeps --packagingroot %{buildroot} package.xml
+
+cd Auth_SASL-%{version}
+%{__pear} install --nodeps --packagingroot %{buildroot} Auth_SASL.xml
 
 # Clean up unnecessary files
 rm -rf %{buildroot}%{pear_phpdir}/.??*
 
 # Install XML package description
 %{__mkdir_p} %{buildroot}%{pear_xmldir}
-%{__install} -pm 644 package.xml %{buildroot}%{pear_xmldir}/Auth_SASL.xml
+%{__install} -pm 644 Auth_SASL.xml %{buildroot}%{pear_xmldir}
 
 %check
 # Sanity check
@@ -78,6 +83,9 @@
 %{pear_xmldir}/Auth_SASL.xml
 
 %changelog
+* Thu Sep 07 2006 Remi Collet <Fedora at FamilleCollet.com> 1.0.2-4
+- last template.spec
+
 * Sun Sep 03 2006 Remi Collet <Fedora at FamilleCollet.com> 1.0.2-3
 - new and simpler %%prep and %%install
 




More information about the scm-commits mailing list