Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 931676 Details for
Bug 1134583
update to recent snapshot
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
update to recent snapshot
0001-update-to-revision-2051.patch (text/plain), 4.44 KB, created by
Dan Horák
on 2014-08-27 20:40:29 UTC
(
hide
)
Description:
update to recent snapshot
Filename:
MIME Type:
Creator:
Dan Horák
Created:
2014-08-27 20:40:29 UTC
Size:
4.44 KB
patch
obsolete
>From 8c56c85bf295f9b23ddb2ac395512db4bbc23938 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz> >Date: Wed, 27 Aug 2014 22:12:50 +0200 >Subject: [PATCH] update to revision 2051 > >--- > urjtag.spec | 64 ++++++++++++++++++++++++++----------------------------------- > 1 file changed, 27 insertions(+), 37 deletions(-) > >diff --git a/urjtag.spec b/urjtag.spec >index 3e6a95a..a7a258c 100644 >--- a/urjtag.spec >+++ b/urjtag.spec >@@ -1,90 +1,77 @@ >+%global svndate 20140803 >+%global svnrev 2051 >+ > Name: urjtag > Version: 0.10 >-Release: 8%{?dist}.20111215gite1a4227 >+Release: 9%{?dist}.%{svndate}svn%{svnrev} > Summary: A tool for communicating over JTAG with flash chips and CPUs > Group: Development/Tools > > License: GPLv2+ > URL: http://urjtag.org >-# Snapshot from official git-svn mirror >-# git://urjtag.git.sourceforge.net/gitroot/urjtag/urjtag >-Source0: urjtag-20111215-git-e1a4227.tar.bz2 >-# NOTE: >-# The upstream git-svn repo contains two directories: 'web' and 'urjtag'. >-# We're only interested in packaging the later. >-# Yet urjtag's configure script calls git to get the snapshot version, >-# (grep for SVN_REVISION in the source) >-# thus we preserve the .git, web and urjtag directory structure in our snapshot tarballs. >-# The presense of this extra level of 'urjtag' dir causes some awkwardness in this spec. >- >-# 0001-svf-guard-against-chain-cable-being-NULL.patch >-# Sent to the urjtag-development list on Jan 24, 2012: >-# http://sourceforge.net/mailarchive/forum.php?thread_name=1327375235-16426-1-git-send-email-scottt.tw%40gmail.com&forum_name=urjtag-development >-Patch0: 0001-svf-guard-against-chain-cable-being-NULL.patch >- >-# We do autoreconf for the git snapshot >+# fedora-getsvn urjtag svn://svn.code.sf.net/p/urjtag/svn/trunk %{svnrev} >+Source0: %{name}-svn%{svnrev}.tar.bz2 >+ >+# We do autoreconf for the snapshot > BuildRequires: gettext-devel > BuildRequires: libtool > BuildRequires: readline-devel > BuildRequires: libftdi-devel > BuildRequires: swig > BuildRequires: python-devel >-ExcludeArch: armv7hl > > %description > UrJTAG aims to create an enhanced, modern tool for communicating > over JTAG with flash chips, CPUs, and many more. > >+ > %package devel > Summary: Development files for %{name} > Group: Development/Libraries > Requires: %{name} = %{version}-%{release} > >- > %description devel > The %{name}-devel package contains libraries and header files for > developing applications that use %{name}. > >+ > %package python > Summary: Python bindings for %{name} > Group: Development/Libraries > Requires: %{name} = %{version}-%{release} > >- > %description python > Python bindings and examples for %{name}. > > >- > %prep >-%setup -q -n %{name}-20111215-git-e1a4227 >+%setup -q -n %{name}/%{name} > > > %build >-cd urjtag >-autoreconf -i -s -v -f >-%configure --enable-stapl >+autoreconf -vif >+%configure --enable-stapl --without-ftd2xx > # V=1: verbose build, disables AM_SILENT_RULES > make %{?_smp_mflags} V=1 > > > %install >-rm -rf %{buildroot} >-cd urjtag > make install DESTDIR=%{buildroot} > rm -f %{buildroot}%{_libdir}/*.la > rm -f %{buildroot}%{_libdir}/*.a > %find_lang %{name} > >+ > %post -p /sbin/ldconfig > > %postun -p /sbin/ldconfig >- >-%files -f urjtag/%{name}.lang >-%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.txt >+ >+ >+%files -f %{name}.lang >+%doc README NEWS ChangeLog COPYING AUTHORS >+%doc doc/howto_add_support_for_more_flash.txt >+%doc doc/README.ejtag doc/README.pld doc/README.stapl >+%doc doc/UrJTAG.txt > %{_bindir}/jtag > %{_bindir}/bsdl2jtag > %{_libdir}/liburjtag.so.* >@@ -102,12 +89,15 @@ 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 >+%doc doc/urjtag-python.txt >+%doc bindings/python/t_urjtag_chain.py >+%doc bindings/python/t_srst.py > > > %changelog >+* Wed Aug 27 2014 Dan Horák <dan[at]danny.z> - 0.10-9.20140803svn2051 >+- update to revision 2051 >+ > * Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-8.20111215gite1a4227 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild > >-- >1.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1134583
: 931676 |
931684
|
931689