]> git.pld-linux.org Git - packages/coova-chilli.git/commitdiff
- package it correctly
authorpawelz <pawelz@pld-linux.org>
Thu, 30 Sep 2010 12:27:23 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coova-chilli.spec -> 1.9

coova-chilli.spec

index 508875b63f2bbcf3e62fbe2d6b9c8add3a317d78..efd66217225cd81843253d8c78bb638898321340 100644 (file)
@@ -25,6 +25,30 @@ standard for secure roamable networks. Authentication, Authorization
 and Accounting (AAA) is handled by your favorite radius server. Read
 more at http://coova.org/ and http://www.chillispot.org/.
 
 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}
 
 %prep
 %setup -q -n coova-chilli-%{version}
 
@@ -47,6 +71,8 @@ install -d $RPM_BUILD_ROOT/etc/rc.d
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -64,7 +90,11 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/*
 %attr(755,root,root) %{_libdir}/*.so*
 %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
 %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
@@ -75,3 +105,14 @@ fi
 %{_mandir}/man1/*.1*
 %{_mandir}/man5/*.5*
 %{_mandir}/man8/*.8*
 %{_mandir}/man1/*.1*
 %{_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
This page took 0.072518 seconds and 4 git commands to generate.