rpms/emacs-common-muse/devel emacs-common-muse.spec,1.4,1.5

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Thu Jun 8 19:01:58 UTC 2006


Author: jgu

Update of /cvs/extras/rpms/emacs-common-muse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28558

Modified Files:
	emacs-common-muse.spec 
Log Message:
Correct directory that build occurs for %setup in spec file.



Index: emacs-common-muse.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- emacs-common-muse.spec	8 Jun 2006 18:26:14 -0000	1.4
+++ emacs-common-muse.spec	8 Jun 2006 19:01:58 -0000	1.5
@@ -11,7 +11,7 @@
 
 Name: emacs-common-muse
 Version: 3.02.91       
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Emacs Muse is an authoring and publishing environment for Emacs
 Group: Applications/Editors
 License: GPL        
@@ -80,7 +80,7 @@
 %endif
 
 %prep
-%setup -q -n %{pkg}-%{version}
+%setup -q -n %{pkg}
 
 %build 
 #Note that %{_smp_mflags} causes make to hang sometimes here.
@@ -164,6 +164,9 @@
 %endif
 
 %changelog
+* Thu Jun  8 2006 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.02.91-3
+- Correct directory name in setup
+
 * Thu Jun  8 2006 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.02.91-2
 - Bump release
 - Correct email addresses in changelog entries




More information about the fedora-extras-commits mailing list