SPECS: freeradius.spec - updated linking patch - make -j1, failt o...
sparky
sparky at pld-linux.org
Wed May 16 23:20:55 CEST 2007
Author: sparky Date: Wed May 16 21:20:55 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated linking patch
- make -j1, failt otherwise
- some files disappeared
- builds, but needs fixed openldap; zbyniu, it's your turn
---- Files affected:
SPECS:
freeradius.spec (1.72 -> 1.73)
---- Diffs:
================================================================
Index: SPECS/freeradius.spec
diff -u SPECS/freeradius.spec:1.72 SPECS/freeradius.spec:1.73
--- SPECS/freeradius.spec:1.72 Wed May 16 20:26:19 2007
+++ SPECS/freeradius.spec Wed May 16 23:20:49 2007
@@ -78,7 +78,7 @@
%setup -q
%patch0 -p1
#%patch1 -p1
-#%patch2 -p1
+%patch2 -p1
#%patch3 -p1
#%patch4 -p1
%patch5 -p1
@@ -122,7 +122,7 @@
--disable-ltdl-install \
--with-rlm_krb5 \
--without-rlm_dbm
-%{__make} \
+%{__make} -j1 \
LIBTOOL="`pwd`/libtool --tag=CC"
%install
@@ -131,7 +131,7 @@
$RPM_BUILD_ROOT/etc/{logrotate.d,pam.d,rc.d/init.d} \
$RPM_BUILD_ROOT%{_var}/log/{,archive}/freeradius/radacct
-%{__make} install \
+%{__make} -j1 install \
LIBTOOL="`pwd`/libtool --tag=CC" \
R=$RPM_BUILD_ROOT
@@ -181,13 +181,13 @@
%files
%defattr(644,root,root,755)
%doc doc/*
-%doc src/modules/rlm_sql/drivers/*/*.sql
+#%doc src/modules/rlm_sql/drivers/*/*.sql
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_sbindir}/*
%attr(755,root,root) %{_libdir}/*.so
%dir %{_libdir}/%{name}
-%attr(755,root,root) %{_libdir}/%{name}/*.so
-%{_libdir}/%{name}/*.la
+#%attr(755,root,root) %{_libdir}/%{name}/*.so
+#%{_libdir}/%{name}/*.la
%{_datadir}/freeradius
%dir %{_sysconfdir}/raddb
@@ -197,7 +197,7 @@
%attr(771,root,radius) %dir %{_var}/log/%{name}/radacct
%attr(771,root,radius) %dir %{_var}/log/archive/%{name}
%attr(771,root,radius) %dir %{_var}/log/archive/%{name}/radacct
-%attr(775,root,radius) %dir /var/run/%{name}
+#%attr(775,root,radius) %dir /var/run/%{name}
%attr(754,root,root) /etc/rc.d/init.d/%{name}
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/*
@@ -211,6 +211,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.73 2007/05/16 21:20:49 sparky
+- updated linking patch
+- make -j1, failt otherwise
+- some files disappeared
+- builds, but needs fixed openldap; zbyniu, it's your turn
+
Revision 1.72 2007/05/16 18:26:19 qboosh
- CVE references
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/freeradius.spec?r1=1.72&r2=1.73&f=u
More information about the pld-cvs-commit
mailing list