rpms/libnfc/F-12 import.log, NONE, 1.1 libnfc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

François Kooman fkooman at fedoraproject.org
Tue Jan 19 18:30:42 UTC 2010


Author: fkooman

Update of /cvs/pkgs/rpms/libnfc/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10541/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libnfc.spec 
Log Message:
* Sat Jan 16 2010 François Kooman <fkooman at tuxed net> 1.3.0-1
- update to final version 1.3.0
- drop CMake for now as upstream does not include CMake build scripts
  in releases
- create API documentation using Doxygen

* Sat Oct 03 2009 François Kooman <fkooman at tuxed net> 1.3.0-0.1
- next version will be 1.3.0
- use better macro for mandir
- use name macro instead of "libnfc" in Requires and includedir

* Mon Sep 12 2009 François Kooman <fkooman at tuxed net> 1.2.2-0.1
- update to SVN snapshot
- use CMake instead of autotools

* Fri Aug 21 2009 François Kooman <fkooman at tuxed net> 1.2.1-1
- initial Fedora package




--- NEW FILE import.log ---
libnfc-1_3_0-1_fc12:F-12:libnfc-1.3.0-1.fc12.src.rpm:1263925593


--- NEW FILE libnfc.spec ---
Name:           libnfc
Version:        1.3.0
Release:        1%{?dist}
Summary:        NFC SDK and Programmers API

Group:          System Environment/Libraries
License:        LGPLv3+
URL:            http://www.libnfc.org/
Source0:        http://libnfc.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  pcsc-lite-devel
BuildRequires:  libusb-devel
BuildRequires:  doxygen

%description
libnfc is the first free NFC SDK and Programmers API released under the 
GNU Lesser General Public License. It provides complete transparency and 
royalty-free use for everyone.

%package devel
Summary: Development libraries for libnfc
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig

%description devel
The libnfc-devel package contains header files necessary for 
developing programs using libnfc.

%package examples
Summary: Examples using libnfc
Group: Development/Tools
Requires: %{name} = %{version}-%{release}
%description examples
The libnfc-examples package contains examples demonstrating the functionality
of libnfc.

%prep
%setup -q

%build
%configure --disable-static
# remove rpaths
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

make %{?_smp_mflags}
doxygen

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# remove *.la files
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,-)
%{_libdir}/*.so.*
%doc COPYING README AUTHORS ChangeLog

%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_includedir}/nfc/
%{_libdir}/pkgconfig/*.pc
%doc doc/html

%files examples
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Sat Jan 16 2010 François Kooman <fkooman at tuxed net> 1.3.0-1
- update to final version 1.3.0
- drop CMake for now as upstream does not include CMake build scripts
  in releases
- create API documentation using Doxygen

* Sat Oct 03 2009 François Kooman <fkooman at tuxed net> 1.3.0-0.1
- next version will be 1.3.0
- use better macro for mandir
- use name macro instead of "libnfc" in Requires and includedir

* Mon Sep 12 2009 François Kooman <fkooman at tuxed net> 1.2.2-0.1
- update to SVN snapshot
- use CMake instead of autotools

* Fri Aug 21 2009 François Kooman <fkooman at tuxed net> 1.2.1-1
- initial Fedora package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libnfc/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Jan 2010 06:21:10 -0000	1.1
+++ .cvsignore	19 Jan 2010 18:30:40 -0000	1.2
@@ -0,0 +1 @@
+libnfc-1.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libnfc/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Jan 2010 06:21:11 -0000	1.1
+++ sources	19 Jan 2010 18:30:40 -0000	1.2
@@ -0,0 +1 @@
+ed200b3343e1848a697ee518fb8ed5bf  libnfc-1.3.0.tar.gz



More information about the scm-commits mailing list