Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 4759911bf2ee7ec2dea101c10b15a519 > files > 2

cmconvert-1.9.5-7.fc12.src.rpm

Name: cmconvert
Summary: CacheMate import file converter 
Version: 1.9.5
Release: 7%{dist}
License: GPLv2+
Group: Applications/File
URL: http://www.smittyware.com/palm/cachemate/tools.php
Source0: http://www.smittyware.com/download/%{name}-%{version}.tar.gz
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: expat-devel
BuildRequires: zziplib-devel
BuildRequires: zlib-devel


%description 
This program is used to convert EasyGPS XML file formats (LOC and GPX) to
a format that can be installed onto a Palm OS device and imported into
CacheMate.  Options are also available to list waypoints contained in an
XML file, and selectively convert specified waypoints.

%prep 
%setup -q 

%build 
%configure
make %{?_smp_mflags}

%install 
rm -fr %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"

%clean 
rm -fr %{buildroot}

%files 
%defattr(-,root,root,-) 
%doc ChangeLog COPYING README
%{_bindir}/cmconvert
%{_mandir}/man1/cmconvert.1*

%changelog
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Mon Jan 26 2009 Patrick C. F. Ernzer <cmconvert.spec@pcfe.net> 1.9.5-5
- incorporate feedback from Bug 475000 Comments #11
- also fixed wron date on changelog entries for -3 and -2

* Wed Dec 31 2008 Patrick C. F. Ernzer <cmconvert.spec@pcfe.net> 1.9.5-4
- incorporate feedback from Bug 475000 Comment #5

* Thu Dec 11 2008 Patrick C. F. Ernzer <cmconvert.spec@pcfe.net> 1.9.5-3
- incorporate feedback from Bug 475000 Comments #1 and #2

* Fri Dec 05 2008 Patrick C. F. Ernzer <cmconvert.spec@pcfe.net> 1.9.5-2
- fix rpmlint warnings and errors

* Fri Nov 10 2006 Patrick C. F. Ernzer <cmconvert.spec@pcfe.net> 1.9.5-1
- update to 1.9.5

* Mon Jul 10 2006 Patrick C. F. Ernzer <cmconvert.spec@pcfe.net> 1.9.4-1
- update to 1.9.4

* Sat Apr 22 2006 Patrick C. F. Ernzer <cmconvert.spec@pcfe.net> 1.9.3-1
- update to 1.9.3

* Mon May 09 2005 Patrick C. F. Ernzer <cmconvert.spec@pcfe.net> 1.9.0-1
- first build