rfdump/rfdump-1.3.spec

Name: rfdump
Summary: Edit RFID tags
Version: 1.3
Release: 1
License: GPL
Group: Applications/Engineering
URL: http://www.rfdump.org
Description: RFDUMP is a GUI to edit the "User Data Fields" on RFID tags and to test if a tag is protected against reading or writing. It implements a real life cookie on RFID tags.

CentOS 7 x86_64

The build was not successful.

Build Status

CentOS 6 x86_64

The build was not successful.

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id: rfdump.spec 4885 2006-11-16 19:47:21Z dries $
# Authority: dries

Summary: Edit RFID tags
Name: rfdump
Version: 1.3
Release: 1%{?dist}
License: GPL
Group: Applications/Engineering
URL: http://www.rfdump.org

Source: http://www.rfdump.org/dl/rfdump-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: gettext, expat-devel >= 1.95.8

%description
RFDUMP is a GUI to edit the "User Data Fields" on RFID tags and to test if 
a tag is protected against reading or writing. It implements a real life 
cookie on RFID tags.

%prep
%setup

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_bindir}/rfdump
%{_datadir}/rfdump/

%changelog
* Sun Dec 18 2005 Dries Verachtert <dries@ulyssis.org> - 1.3-1
- Initial package.