rpms/ez-pine-gpg/devel ez-pine-gpg.spec,1.1,1.2

David Cantrell dcantrel at fedoraproject.org
Sat May 22 01:26:35 UTC 2010


Author: dcantrel

Update of /cvs/pkgs/rpms/ez-pine-gpg/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22309

Modified Files:
	ez-pine-gpg.spec 
Log Message:
* Fri May 21 2010 David Cantrell <dcantrell at redhat.com> - 0.4h-2
- Do not use RPM macros for basic commands in the spec file



Index: ez-pine-gpg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ez-pine-gpg/devel/ez-pine-gpg.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ez-pine-gpg.spec	18 May 2010 18:57:52 -0000	1.1
+++ ez-pine-gpg.spec	22 May 2010 01:26:35 -0000	1.2
@@ -3,7 +3,7 @@
 Summary: GnuPG integration scripts for Pine
 Name:    ez-pine-gpg
 Version: 0.4h
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://business-php.com/opensource/ez-pine-gpg/
@@ -24,15 +24,15 @@ with Pine.
 echo "Nothing to build."
 
 %install
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
-%{__mkdir} -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_bindir}
 ./install %{buildroot}%{_bindir}
 for f in %{buildroot}%{_bindir}/ez-pine-gpg* ; do
     sed -i -e 's|%{buildroot}||g' ${f}
 done
 
-%{__cat} << EOF > pine-config
+cat << EOF > pine-config
 In pine, press: [M]ain [S]etup [C]onfigure
 and add these filters:
 
@@ -46,7 +46,7 @@ README for details.
 EOF
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
@@ -60,5 +60,8 @@ EOF
 %{_bindir}/ez-pine-gpg-symmetric
 
 %changelog
+* Fri May 21 2010 David Cantrell <dcantrell at redhat.com> - 0.4h-2
+- Do not use RPM macros for basic commands in the spec file
+
 * Tue May 18 2010 David Cantrell <dcantrell at redhat.com> - 0.4h-1
 - Initial package (#549004)



More information about the scm-commits mailing list