rpms/openocd/F-10 import.log, NONE, 1.1 openocd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dean Glazeski dnglaze at fedoraproject.org
Mon Aug 31 22:00:44 UTC 2009


Author: dnglaze

Update of /cvs/pkgs/rpms/openocd/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv853/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log openocd.spec 
Log Message:
* Mon Aug 31 2009 Dean Glazeski <dnglaze at gmail.com> - 0.2.0-4
- Initial import of OpenOCD package into F-10 branch



--- NEW FILE import.log ---
openocd-0_2_0-4_fc11:F-10:openocd-0.2.0-4.fc11.src.rpm:1251755972


--- NEW FILE openocd.spec ---
Name:		openocd
Version:	0.2.0
Release:	4%{?dist}
Summary:	Debugging, in-system programming and boundary-scan testing for embedded devices

Group:		Development/Tools
License:	GPLv2
URL:		http://openocd.berlios.de/web/
Source0:	http://prdownload.berlios.de/openocd/%{name}-%{version}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:	chrpath, libftdi-devel
Requires(post):	info
Requires(preun): info

%description
The Open On-Chip Debugger (OpenOCD) provides debugging, in-system programming 
and boundary-scan testing for embedded devices.  Various different boards, 
targets, and interfaces are supported to ease development time.

Install OpenOCD if you are looking for an open source solution for hardware 
debugging.

%prep
%setup -q
cd doc
iconv -f iso8859-1 -t utf-8 openocd.info > openocd.info.conv
mv -f openocd.info.conv openocd.info

%build
%configure \
  --disable-werror \
  --enable-static \
  --disable-shared \
  --enable-parport \
  --enable-parport_ppdev \
  --enable-ft2232_libftdi \
  --enable-ep93xx \
  --enable-at91rm9200 \
  --enable-usbprog \
  --enable-presto_libftdi \
  --enable-jlink \
  --enable-vsllink \
  --enable-rlink \
  --enable-dummy \
  --enable-gw16012 \
  --enable-amtjtagaccel \
  --enable-arm-jtag-ew
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
rm -f %{buildroot}/%{_infodir}/dir
rm -f %{buildroot}/%{_libdir}/libopenocd.*
chrpath --delete %{buildroot}/%{_bindir}/openocd

%post
/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :

%preun
if [ $1 = 0 ]; then
	/sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS ChangeLog NEWS TODO
%doc %{_datadir}/%{name}/contrib/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/scripts
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_infodir}/%{name}.info.gz
%{_mandir}/man1/*

%changelog
* Sat Aug 22 2009 Dean Glazeski <dnglaze at gmail.com> - 0.2.0-4
- Fixed duplicate file warnings for RPM build

* Fri Aug 21 2009 Dean Glazeski <dnglaze at gmail.com> - 0.2.0-3
- Updated spec file to match with suggestions from the review request
  (Bug 502130)
- Changed back to static library but removed the library from the distribution

* Fri Aug 14 2009 Dean Glazeski <dnglaze at gmail.com> - 0.2.0-2
- Switched to a shared object instead of a static library for the installation
  and added ldconfig commands
- Added some interfaces that were added to OpenOCD since 0.1.0

* Sat Aug 08 2009 Dean Glazeski <dnglaze at gmail.com> - 0.2.0-1
- Updated for new OpenOCD release

* Sat Jul 18 2009 Dean Glazeski <dnglaze at gmail.com> - 0.1.0-3
- Fixed the website URL and source0 URL

* Wed Jul 01 2009 Dean Glazeski <dnglaze at gmail.com> - 0.1.0-2
- Added some suggestions from package review (Bug 502130)
- Errors produced by RPM lint can be ignored (Bug 502112)

* Tue Mar 17 2009 Dean Glazeski <dnglaze at gmail.com> - 0.1.0-1
- Created initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openocd/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 Aug 2009 22:26:32 -0000	1.1
+++ .cvsignore	31 Aug 2009 22:00:44 -0000	1.2
@@ -0,0 +1 @@
+openocd-0.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openocd/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 Aug 2009 22:26:32 -0000	1.1
+++ sources	31 Aug 2009 22:00:44 -0000	1.2
@@ -0,0 +1 @@
+acc558613acaaf5633730072bc64e029  openocd-0.2.0.tar.gz




More information about the scm-commits mailing list