Author: pawelz Date: Thu Sep 30 12:27:28 2010 GMT Module: packages Tag: HEAD ---- Log message: - package it correctly
---- Files affected: packages/coovachilli: coovachilli.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/coovachilli/coovachilli.spec diff -u packages/coovachilli/coovachilli.spec:1.8 packages/coovachilli/coovachilli.spec:1.9 --- packages/coovachilli/coovachilli.spec:1.8 Thu Sep 30 13:50:48 2010 +++ packages/coovachilli/coovachilli.spec Thu Sep 30 14:27:23 2010 @@ -26,6 +26,30 @@ and Accounting (AAA) is handled by your favorite radius server. Read more at http://coova.org/ and http://www.chillispot.org/. +%package devel +Summary: Header files for coovachili library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki coovachilli +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for coovachilli library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki coovachilli. + +%package static +Summary: Static coovachilli library +Summary(pl.UTF-8): Statyczna biblioteka coovachilli +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static coovachilli library. + +%description static -l pl.UTF-8 +Statyczna biblioteka coovachilli. + %prep %setup -q -n coova-chilli-%{version} @@ -48,6 +72,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +mv $RPM_BUILD_ROOT/etc/init.d $RPM_BUILD_ROOT/etc/rc.d + %clean rm -rf $RPM_BUILD_ROOT @@ -65,7 +91,11 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_sbindir}/* %attr(755,root,root) %{_libdir}/*.so* -%attr(754,root,root) /etc/init.d/chilli +%attr(755,root,root) %ghost %{_libdir}/libbstring.so.0 +%attr(755,root,root) %{_libdir}/libbstring.so.0.0.0 +%attr(755,root,root) %ghost %{_libdir}/libchilli.so.0 +%attr(755,root,root) %{_libdir}/libchilli.so.0.0.0 +%attr(754,root,root) /etc/rc.d/init.d/chilli %doc AUTHORS COPYING ChangeLog INSTALL README doc/dictionary.chillispot doc/hotspotlogin.cgi %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli.conf %dir %{_sysconfdir}/chilli @@ -77,12 +107,26 @@ %{_mandir}/man5/*.5* %{_mandir}/man8/*.8* +%files devel +%defattr(644,root,root,755) +%{_libdir}/*.la +%{_libdir}/libbstring.so +%{_libdir}/libchilli.so +%{_includedir}/chilli + +%files static +%defattr(644,root,root,755) +%{_libdir}/*.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.9 2010/09/30 12:27:23 pawelz +- package it correctly + Revision 1.8 2010/09/30 11:50:48 pawelz - autocrap ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coovachilli/coovachilli.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
