rpms/xsupplicant/devel xsupplicant.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Aug 19 18:58:21 UTC 2005


Author: spot

Update of /cvs/extras/rpms/xsupplicant/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28653/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xsupplicant.spec 
Log Message:
auto-import xsupplicant-1.2-1 on branch devel from xsupplicant-1.2-1.src.rpm


--- NEW FILE xsupplicant.spec ---
Name:		xsupplicant
Summary:	Open Source Implementation of IEEE 802.1x
Version:	1.2
Release:	1%{?dist}
License:	GPL
Group:		System Environment/Base
URL:		http://www.open1x.org/
Source0:	http://download.sourceforge.net/open1x/xsupplicant-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	openssl-devel, bison, flex

%description
This software allows a GNU/Linux or BSD workstation to authenticate with
a RADIUS server using 802.1x and various EAP protocols.  The intended
use is for computers with wireless LAN connections to complete a strong
authentication before joining the network.

%prep
%setup -q

perl -pi.orig -e 's|/lib\b|/%{_lib}|g' configure*

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

install -D -m0600 etc/xsupplicant.conf $RPM_BUILD_ROOT%{_sysconfdir}/xsupplicant.conf

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root,-)
%doc AUTHORS COPYING README doc/html/ doc/txt/ doc/README* etc/*.conf
%config(noreplace) %{_sysconfdir}/xsupplicant.conf
%{_bindir}/config-parser
%{_bindir}/xsup_monitor
%{_bindir}/xsup_set_pwd
%{_bindir}/xsup_get_state
%{_sbindir}/xsupplicant

%changelog
* Fri Aug 19 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.2-1
- bump to 1.2 final

* Sat Aug 13 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.2-0.1.pre1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xsupplicant/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Aug 2005 18:57:36 -0000	1.1
+++ .cvsignore	19 Aug 2005 18:58:19 -0000	1.2
@@ -0,0 +1 @@
+xsupplicant-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xsupplicant/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Aug 2005 18:57:36 -0000	1.1
+++ sources	19 Aug 2005 18:58:19 -0000	1.2
@@ -0,0 +1 @@
+e1eee37899b49ed238648699d0a01c5b  xsupplicant-1.2.tar.gz




More information about the scm-commits mailing list