rpms/sdcc/devel sdcc.spec,1.10,1.11

Conrad Meyer konradm at fedoraproject.org
Thu Nov 13 22:31:39 UTC 2008


Author: konradm

Update of /cvs/pkgs/rpms/sdcc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4846

Modified Files:
	sdcc.spec 
Log Message:



Index: sdcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sdcc/devel/sdcc.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sdcc.spec	13 Nov 2008 22:19:55 -0000	1.10
+++ sdcc.spec	13 Nov 2008 22:31:09 -0000	1.11
@@ -1,13 +1,3 @@
-%if %($(pkg-config emacs) ; echo $?)
-%define emacs_version 22.1
-%define emacs_lispdir %{_datadir}/emacs/site-lisp
-%define emacs_startdir %{_datadir}/emacs/site-lisp/site-start.d
-%else
-%define emacs_version %(pkg-config emacs --modversion)
-%define emacs_lispdir %(pkg-config emacs --variable sitepkglispdir)
-%define emacs_startdir %(pkg-config emacs --variable sitestartdir)
-%endif
-
 Name:           sdcc
 Version:        2.8.0
 Release:        3%{?dist}
@@ -44,7 +34,7 @@
 
 %description libc-sources
 SDCC is a C compiler for 8051 class and similar microcontrollers.
-This package includes the sources for the C library, and is only neccessary
+This package includes the sources for the C library, and is only necessary
 if you want to modify the C library or as reference of how it works.
 
 
@@ -116,7 +106,7 @@
 
 %files -n emacs-sdcc
 %defattr(-,root,root,-)
-%{emacs_lispdir}/*.el
+%{_datadir}/emacs/site-lisp/*.el
 
 
 %changelog




More information about the fedora-extras-commits mailing list