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

Chitlesh GOORAH chitlesh at fedoraproject.org
Mon Sep 7 13:44:23 UTC 2009


Author: chitlesh

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

Modified Files:
	dinotrace.spec import.log 
Log Message:
fixed built for EL-5


Index: dinotrace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dinotrace/devel/dinotrace.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- dinotrace.spec	24 Jul 2009 20:17:34 -0000	1.3
+++ dinotrace.spec	7 Sep 2009 13:44:23 -0000	1.4
@@ -1,7 +1,7 @@
 # If the emacs-el package has installed a pkgconfig file, use that to determine
 # install locations and Emacs version at build time, otherwise set defaults.
 %if %($(pkg-config emacs) ; echo $?)
-%define emacs_version  22.2
+%define emacs_version  21.0
 %define emacs_lispdir  %{_datadir}/emacs/site-lisp
 %define emacs_startdir %{_datadir}/emacs/site-lisp/site-start.d
 %else
@@ -12,10 +12,10 @@
 
 Name:           dinotrace
 Version:        9.4a
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Waveform viewer for electronics
 
-Url:            http://www.veripool.org/wiki/dinotrace
+URL:            http://www.veripool.org/wiki/dinotrace
 Source0:        http://www.veripool.com/ftp/%{name}-%{version}.tgz
 
 License:        GPLv3+
@@ -26,7 +26,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildRequires:  lesstif-devel
 %else
 BuildRequires:  openmotif-devel
-Requires:       emacs-verilog-mode
+BuildRequires:  pkgconfig
 %endif
 
 BuildRequires:  desktop-file-utils
@@ -56,8 +56,13 @@ Summary:           Elisp source files fo
 Group:             Development/Libraries
 BuildRequires:     emacs-el
 BuildRequires:     emacs
-Requires:          emacs(bin) >= %{emacs_version}
+Requires:          emacs >= %{emacs_version}
 Requires:          %{name} = %{version}-%{release}
+%if 0%{?rhel}
+BuildRequires:     emacs-verilog-mode
+Requires:          emacs-verilog-mode
+%endif
+
 
 %description -n emacs-%{name}
 This package provides emacs support for %{name}
@@ -80,7 +85,7 @@ cat > %{name}.desktop << EOF
 Encoding=UTF-8
 Name=Waveform viewer
 GenericName=Dinotrace
-Comment=Waveform viewer for electronics
+Comment=Dinotrace which can be used with emacs for advance design
 Type=Application
 Exec=dinotrace
 Icon=utilities-system-monitor
@@ -154,6 +159,12 @@ fi
 %{emacs_startdir}/%{name}-init.el
 
 %Changelog
+* Sat Aug 15 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 9.4a-5
+- Added pkgconfig as BR for EL-5
+
+* Sun Aug 03 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 9.4a-4
+- Fixing buildrequires for EL-5 branch
+
 * Wed Jun 10 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 9.4a-3
 - fixed sub package requires
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/dinotrace/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	10 Jun 2009 08:43:03 -0000	1.2
+++ import.log	7 Sep 2009 13:44:23 -0000	1.3
@@ -1,2 +1,3 @@
 dinotrace-9_4a-2_fc10:HEAD:dinotrace-9.4a-2.fc10.src.rpm:1243418062
 dinotrace-9_4a-3_fc11:HEAD:dinotrace-9.4a-3.fc11.src.rpm:1244623354
+dinotrace-9_4a-5_fc11:HEAD:dinotrace-9.4a-5.fc11.src.rpm:1252330914




More information about the fedora-extras-commits mailing list