Author: glen Date: Mon Jan 7 17:40:22 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - static
---- Files affected: SPECS: libhawknl.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/libhawknl.spec diff -u SPECS/libhawknl.spec:1.2 SPECS/libhawknl.spec:1.3 --- SPECS/libhawknl.spec:1.2 Mon Jan 7 17:25:12 2008 +++ SPECS/libhawknl.spec Mon Jan 7 18:40:17 2008 @@ -1,10 +1,8 @@ # $Revision$, $Date$ -# TODO -# - static Summary: HawkNL is a free, open source, game oriented network API Name: libhawknl Version: 1.68 -Release: 0.1 +Release: 0.2 License: LGPL Group: Libraries URL: http://www.hawksoft.com/hawknl/ @@ -24,7 +22,7 @@ conversion, and support for multiple network transports. %package devel -Summary: DInclude Files and Libraries mandatory for development with hawknl +Summary: Include Files and Libraries mandatory for development with hawknl Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -32,6 +30,14 @@ The hawknl-devel package contains libraries and header files for developing applications that use hawknl. +%package static +Summary: Static hawknl library +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static hawknl library. + %prep %setup -q -n hawknl%{version} %patch0 -p1 @@ -68,21 +74,29 @@ %files %defattr(644,root,root,755) %doc src/readme.txt src/nlchanges.txt -%attr(755,root,root) %{_libdir}/libNL.so.* +%attr(755,root,root) %{_libdir}/libNL.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libNL.so.1 +%attr(755,root,root) %ghost %{_libdir}/libNL.so.1.6 %files devel %defattr(644,root,root,755) %dir %{_includedir}/hawknl %{_includedir}/hawknl/* -%{_libdir}/libNL.a %{_libdir}/libNL.so +%files static +%defattr(644,root,root,755) +%{_libdir}/libNL.a + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-01-07 17:40:17 glen +- static + Revision 1.2 2008-01-07 16:25:12 glen - builds ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libhawknl.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
