Bump to 1.2.1, fix a LOT of signed/unsigned mistakes in the code.
This commit is contained in:
parent
a0fb367c00
commit
ffd35e4a0c
4 changed files with 1725 additions and 2 deletions
1
sources
1
sources
|
|
@ -1 +1,2 @@
|
|||
e1eee37899b49ed238648699d0a01c5b xsupplicant-1.2.tar.gz
|
||||
c44300f798a3317c06e501eb0dd98a23 xsupplicant-1.2.1.tar.gz
|
||||
|
|
|
|||
20
xsupplicant-1.2.1-docsfix.patch
Normal file
20
xsupplicant-1.2.1-docsfix.patch
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
--- xsupplicant-1.2.1/doc/builddocs.sh.BAD 2005-09-03 08:20:54.000000000 -0500
|
||||
+++ xsupplicant-1.2.1/doc/builddocs.sh 2005-09-03 08:22:29.000000000 -0500
|
||||
@@ -4,7 +4,7 @@
|
||||
# best option is just to require users of this script to define
|
||||
# the variable on their own? not quite sure, I guess that's why
|
||||
# it's hard coded for now...
|
||||
-JADE_PUB=/usr/share/doc/openjade-1.3/pubtext
|
||||
+JADE_PUB=/usr/share/doc/openjade-*/pubtext
|
||||
SGML_CATALOG_FILES=/usr/sgml-tools/dtd/catalog:/etc/sgml/catalog:/usr/share/doc/openjade-1.3.2/catalog:/home/chris/t/docbook-dsssl-1.97/catalog
|
||||
|
||||
mkdir -p html
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
# create the txt docs
|
||||
echo -n "Building the TXT docs..."
|
||||
-lynx -dump -nolist html/Open1x-UserGuide.html > txt/Open1x-UserGuide.txt
|
||||
+links -dump html/Open1x-UserGuide.html > txt/Open1x-UserGuide.txt
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
echo "Error! Build failed!"
|
||||
1692
xsupplicant-1.2.1-gcc4-cleanups.patch
Normal file
1692
xsupplicant-1.2.1-gcc4-cleanups.patch
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
Name: xsupplicant
|
||||
Summary: Open Source Implementation of IEEE 802.1x
|
||||
Version: 1.2
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
|
|
@ -8,6 +8,8 @@ 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
|
||||
Patch0: xsupplicant-1.2.1-docsfix.patch
|
||||
Patch1: xsupplicant-1.2.1-gcc4-cleanups.patch
|
||||
|
||||
%description
|
||||
This software allows a GNU/Linux or BSD workstation to authenticate with
|
||||
|
|
@ -17,12 +19,17 @@ authentication before joining the network.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
perl -pi.orig -e 's|/lib\b|/%{_lib}|g' configure*
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
cd doc
|
||||
./builddocs.sh
|
||||
cd ..
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
|
@ -35,7 +42,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README doc/html/ doc/txt/ doc/README* etc/*.conf
|
||||
%doc AUTHORS COPYING README doc/html/ doc/txt/ doc/pdf doc/README* etc/*.conf
|
||||
%config(noreplace) %{_sysconfdir}/xsupplicant.conf
|
||||
%{_bindir}/config-parser
|
||||
%{_bindir}/xsup_monitor
|
||||
|
|
@ -44,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_sbindir}/xsupplicant
|
||||
|
||||
%changelog
|
||||
* Sat Sep 3 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.2.1-1
|
||||
- bump to 1.2.1 release
|
||||
|
||||
* Fri Aug 19 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.2-1
|
||||
- bump to 1.2 final
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue