[Bug 598315] Review Request: UrJTAG - A tool to flash/program/debug hardware via JTAG adapters

bugzilla at redhat.com bugzilla at redhat.com
Wed Jan 11 01:34:02 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=598315

--- Comment #15 from Scott Tsai <scottt.tw at gmail.com> 2012-01-10 20:34:00 EST ---
(In reply to comment #13)
Spec: http://scottt.tw/fedora/urjtag.spec
SRPM: http://scottt.tw/fedora/urjtag-0.10-2.fc16.20111215gite1a4227.src.rpm

Fixed issues raised in comment 13:
#1: Removed autoconf and automake from BuildRequires
#2: Removed libusb-devel from BuildRequires
#3: Added Group tag in main package
Additionally, moved urjtag-python.txt from urjtag to urjtag-python subpackage.

diff --git a/urjtag.spec b/urjtag.spec
index fe6b236..d369155 100644
--- a/urjtag.spec
+++ b/urjtag.spec
@@ -2,6 +2,7 @@ Name:           urjtag
 Version:        0.10
 Release:        2%{?dist}.20111215gite1a4227
 Summary:        A tool for communicating over JTAG with flash chips and CPUs
+Group:          Development/Tools

 License:        GPLv2+
 URL:            http://urjtag.org
@@ -18,11 +19,8 @@ Source0:        urjtag-20111215-git-e1a4227.tar.bz2

 # We do autoreconf for the git snapshot
 BuildRequires:  gettext-devel
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  readline-devel
-BuildRequires:  libusb-devel
 BuildRequires:  libftdi-devel
 BuildRequires:  swig
 BuildRequires:  python-devel
@@ -80,7 +78,7 @@ rm -f %{buildroot}%{_libdir}/*.a
 %doc urjtag/README urjtag/NEWS urjtag/ChangeLog urjtag/COPYING urjtag/AUTHORS
 %doc urjtag/doc/howto_add_support_for_more_flash.txt
 %doc urjtag/doc/README.ejtag urjtag/doc/README.pld urjtag/doc/README.stapl
-%doc urjtag/doc/urjtag-python.txt urjtag/doc/UrJTAG.txt
+%doc urjtag/doc/UrJTAG.txt
 %{_bindir}/jtag
 %{_bindir}/bsdl2jtag
 %{_libdir}/liburjtag.so.*
@@ -98,6 +96,7 @@ rm -f %{buildroot}%{_libdir}/*.a
 %files python
 %{_libdir}/python*/site-packages/urjtag*.egg-info
 %{_libdir}/python*/site-packages/urjtag.so
+%doc urjtag/doc/urjtag-python.txt 
 %doc urjtag/bindings/python/t_urjtag_chain.py
 %doc urjtag/bindings/python/t_srst.py

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list