rpms/emacs/devel emacs.spec,1.150,1.151

Karel Klíč kklic at fedoraproject.org
Thu Jan 7 14:06:24 UTC 2010


Author: kklic

Update of /cvs/extras/rpms/emacs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3098

Modified Files:
	emacs.spec 
Log Message:
Remove PreReq from spec file


Index: emacs.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs/devel/emacs.spec,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -p -r1.150 -r1.151
--- emacs.spec	7 Jan 2010 13:29:30 -0000	1.150
+++ emacs.spec	7 Jan 2010 14:06:23 -0000	1.151
@@ -4,7 +4,7 @@ Summary: GNU Emacs text editor
 Name: emacs
 Epoch: 1
 Version: 23.1
-Release: 20%{?dist}
+Release: 21%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -103,7 +103,9 @@ on a terminal.
 %package common
 Summary: Emacs common files
 Group: Applications/Editors
-PreReq: /sbin/install-info, dev, %{_sbindir}/alternatives
+Requires(preun): %{_sbindir}/alternatives, /sbin/install-info, dev
+Requires(posttrans): %{_sbindir}/alternatives
+Requires(post): /sbin/install-info, dev
 Obsoletes: emacs-leim
 
 %description common
@@ -408,6 +410,9 @@ alternatives --install %{_bindir}/etags 
 %dir %{_datadir}/emacs/%{version}
 
 %changelog
+* Thu Jan  7 2010 Karel Klic <kklic at redhat.com> 1:23.1-21
+- Removed PreReq from spec file
+
 * Thu Jan  7 2010 Karel Klic <kklic at redhat.com> 1:23.1-20
 - Simpler fix for rhbz#517272
 




More information about the fedora-extras-commits mailing list