rpms/bashdb/devel bashdb.spec,1.3,1.4 import.log,1.2,1.3

Paulo Roma Cavalcanti roma at fedoraproject.org
Sun May 30 13:41:52 UTC 2010


Author: roma

Update of /cvs/pkgs/rpms/bashdb/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7363/devel

Modified Files:
	bashdb.spec import.log 
Log Message:
Update package to comply with emacs add-on packaging guidelines


Index: bashdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bashdb/devel/bashdb.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- bashdb.spec	1 Jan 2010 11:12:35 -0000	1.3
+++ bashdb.spec	30 May 2010 13:41:52 -0000	1.4
@@ -4,7 +4,7 @@
 Name:           bashdb
 Summary:        BASH debugger, the BASH symbolic debugger
 Version:        4.0_0.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+
 Group:          Development/Debuggers
 Url:            http://bashdb.sourceforge.net/
@@ -31,18 +31,26 @@ Bashdb can be used with ddd: ddd --debug
 %package -n emacs-bashdb
 Summary:        Bashdb support for Emacs
 Group:          Development/Debuggers
-BuildRequires:  emacs emacs-common emacs-el >= 21
+BuildRequires:  emacs >= 21
 Requires:       bashdb = %{version}-%{release}
-Requires:       emacs >= 21
+Requires:       emacs >= %{_emacs_version}
 
 %description -n emacs-bashdb
 Bashdb support for Emacs.
 
+%package -n emacs-bashdb-el
+Summary:        Elisp source files for Bashdb support for Emacs
+Group:          Development/Debuggers
+Requires:       emacs-bashdb = %{version}-%{release}
+
+%description -n emacs-bashdb-el
+Elisp source files for Bashdb support for Emacs.
+
 %prep
 %setup -q -n %{name}-%{rversion}
 
 %build
-%configure
+%configure --with-lispdir=%{_emacs_sitelispdir}/%{name}
 make
 
 %install
@@ -68,7 +76,12 @@ rm -rf %{buildroot}
 
 %files -n emacs-bashdb
 %defattr(-,root,root,-)
-%{_datadir}/emacs/site-lisp/%{name}.*
+%dir %{_emacs_sitelispdir}/%{name}
+%{_emacs_sitelispdir}/%{name}/*.elc
+
+%files -n emacs-bashdb-el
+%defattr(-,root,root,-)
+%{_emacs_sitelispdir}/%{name}/*.el
 
 %files
 %defattr(-,root,root,-)
@@ -79,6 +92,10 @@ rm -rf %{buildroot}
 %{_infodir}/%{name}.info*
 
 %changelog
+* Sun Mar 14 2010 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.0_0.4-3
+- Update package to comply with emacs add-on packaging guidelines
+- Split out separate Elisp source file package
+
 * Sun Dec 27 2009 Paulo Roma <roma at lcg.ufrj.br> 4.0_0.4-2
 - Updated to 4.0-0.4
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/bashdb/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	1 Jan 2010 11:12:35 -0000	1.2
+++ import.log	30 May 2010 13:41:52 -0000	1.3
@@ -1,2 +1,3 @@
 bashdb-4_0_0_3-2_fc10:HEAD:bashdb-4.0_0.3-2.fc10.src.rpm:1239368322
 bashdb-4_0_0_4-2_fc12:HEAD:bashdb-4.0_0.4-2.fc12.src.rpm:1262344284
+bashdb-4_0_0_4-3_fc12:HEAD:bashdb-4.0_0.4-3.fc12.src.rpm:1275226884



More information about the scm-commits mailing list