[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/librfid/devel librfid.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- From: Kushal Das (kushal) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/librfid/devel librfid.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Date: Sun, 31 Dec 2006 02:48:21 -0500
Author: kushal
Update of /cvs/extras/rpms/librfid/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1037/devel
Modified Files:
.cvsignore sources
Added Files:
librfid.spec
Log Message:
auto-import librfid-0.1.0-2 on branch devel from librfid-0.1.0-2.src.rpm
--- NEW FILE librfid.spec ---
Name: librfid
Version: 0.1.0
Release: 2%{?dist}
Summary: The librfid is a Free Software RFID library
Group: System Environment/Libraries
License: GPL
URL: http://www.openmrtd.org/projects/librfid/
Source0: http://www.openmrtd.org/projects/librfid/files/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libusb-devel
%description
librfid is a Free Software RFID library. It implements the PCD (reader)
side protocol stack of ISO 14443 A, ISO 14443 B, ISO 15693,
Mifare Ultralight and Mifare Classic. Support for iCODE and
other 13.56MHz based transponders is planned.
%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}.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc COPYING README TODO
%{_libdir}/*.so.*
%{_bindir}/librfid-tool
%{_bindir}/mifare-tool
%{_bindir}/send_script
%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%changelog
* Sun Dec 31 2006 Kushal Das <kushal openpcd org> 0.1.0-2
- docs from devel subpackage removed
* Sat Dec 30 2006 Kushal Das <kushal openpcd org> 0.1.0-1
- Initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/librfid/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 31 Dec 2006 07:46:45 -0000 1.1
+++ .cvsignore 31 Dec 2006 07:47:51 -0000 1.2
@@ -0,0 +1 @@
+librfid-0.1.0.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/librfid/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 31 Dec 2006 07:46:45 -0000 1.1
+++ sources 31 Dec 2006 07:47:51 -0000 1.2
@@ -0,0 +1 @@
+695e7f30f570a08407e42ed278ca2fe3 librfid-0.1.0.tar.bz2
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]