]> git.pld-linux.org Git - packages/lms.git/blobdiff - lms.spec
- added sugestion
[packages/lms.git] / lms.spec
index 0666a2250b56993ac366890f0ca6eec6fb53f7bd..704856641e2899e6f0f0e7102f4d2ca1a549d1b3 100644 (file)
--- a/lms.spec
+++ b/lms.spec
-%define                _add pre5
 Summary:       LAN Managment System
 Summary(pl):   System Zarz±dzania Siec± Lokaln±
 Name:          lms
-Version:       1.0
-Release:       0.1.%{_add}
+Version:       1.0pre10
+Release:       0.1
 License:       GPL
 Group:         Networking/Utilities
-Source0:       http://lms.rulez.pl/download/%{name}-%{version}%{_add}+libs.tar.gz
+Source0:       http://lms.rulez.pl/download/%{name}-%{version}.tar.gz
+Patch0:                %{name}-PLD.patch
+Vendor:                LMS Developers
+URL:           http://lms.rulez.pl
 Requires:      php
+Requires:      php-posix
 Requires:      webserver
-Requires:      mysql
-Requires:      perl-POSIX
-Requires:      perl-GetOpt-Long
-Requires:      perl-Net-SMTP
-Requires:      perl-Config-IniFiles
-Requires:      perl-DBI
-Requires:      perl-DBD-mysql
-Requires:      perl-DBD-pg
+Requires:      Smarty >= 2.5.0
+Requires:      adodb >= 2.90
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _lmsdir /home/services/httpd/html/%{name}
+%define                _lmsdir         /home/services/httpd/html/%{name}
+%define                _sharedstatedir /var/lib
+# when spec'll be finished, this sould go to RA-branch
+# becouse sharedstatedir is already defined at rpm macros from HEAD
 
 %description
+This is a package of applications in PHP and Perl for managing LANs.
+It's using MySQL (for now) but PostgreSQL will be supported in near
+future. The main goal is to get the best service of users at
+provider's level.
+The main features in LMS are:
+- database of users (name, surname, address, telefon number, 
+  commentary);
+- database of computers (IP, MAC);
+- easy-ridden financial system and funds of network;
+- different subscriptions;
+- sending warnings to users;
+- autogenerating dhcpd.conf;
+- autogenerating firewall rules (ipchains/iptables);
+- autogenerating idents for ident daemon;
+- many levels of access for LMS administrators;
+- integration with LinuxStat package;
+- autogenerating ARP rules (ether auth);
+- autogenerating DNS files.
 
 %description -l pl
+"LMS" jest skrótem od "LAN Management System". Jest to zestaw
+aplikacji w PHP i Perlu, u³atwiaj±cych zarz±dzanie sieciami
+osiedlowymi (popularnie zwanymi Amatorskimi Sieciami Komputerowymi),
+opartych o bazê danych MySQL (docelowo, do wyboru, MySQL lub
+PostgreSQL). G³ówne za³o¿enia to uzyskanie jako¶ci us³ug oraz obs³ugi
+u¿ytkowników na poziomie providera z prawdziwego zdarzenia.
+Najbardziej podstawowe cechy LMS to:
+- baza danych u¿ytkowników (imiê, nazwisko, adres, numer telefonu,
+  uwagi);
+- baza danych komputerów (adres IP, adres MAC);
+- prowadzenie prostego rachunku operacji finansowych oraz stanu
+  funduszów sieci;
+- ró¿ne taryfy abonamentowe;
+- wysy³anie poczt± elektroniczn± upomnieñ do u¿ytkowników;
+- automatyczne naliczanie op³at miesiêcznych;
+- generowanie dhcpd.conf;
+- generowanie regu³ firewalla (ipchains/iptables);
+- generowanie identów dla demona oidentd;
+- ró¿ne poziomy dostêpu do funkcji LMS dla administratorów;
+- integracja z pakietem LinuxStat;
+- generowanie wpisów ARP (blokada adresów IP po ARP);
+- generowanie wpisów do DNS.
+
+%package scripts
+Summary:       LAN Managment System - scripts
+Summary(pl):   LAN Managment System - skrypty
+Requires:      perl-Net-SMTP-Server
+Requires:      perl-Config-IniFiles
+Requires:      perl-DBI
+BuildArch:     noarch
+Group:         Networking/Utilities
+
+%description scripts
+This package contains scripts to integrate LMS with your system, monthly
+billing, notify users about their debts and cutting off customers. Also
+you can build propably any kind of config file using lms-mgc.
+
+%description scripts -l pl
+Ten pakiet zawiera skrypty do zintegrowania LMS z twoim systemem,
+naliczania comiesiêcznych op³at, powiadamiania u¿ytkowników o ich
+zad³u¿eniu oraz ich automagicznego od³±czania. Mo¿esz tak¿e zbudowaæ
+prawdopodobnie ka¿dy typ pliku konfiguracyjnego przy u¿yciu lms-mgc.
 
 %prep
 %setup -q -n lms
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_lmsdir}/{img,lib,modules,templates,templates_c}
+install -d $RPM_BUILD_ROOT%{_lmsdir}/img
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -d $RPM_BUILD_ROOT%{_bindir}/
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
+install -d $RPM_BUILD_ROOT%{_sharedstatedir}/%{name}/{backups,templates_c}
+install -d $RPM_BUILD_ROOT%{_libexecdir}/%{name}/{lib,modules,templates}
 
 install *.php $RPM_BUILD_ROOT%{_lmsdir}
-install -d {img,lib,modules,templates,templates_c} $RPM_BUILD_ROOT%{_lmsdir}
-install -d backup $RPM_BUILD_ROOT%{_localstatedir}/%{name}/
-install bin/* $RPM_BUILD_ROOT%{_bindir}/
+install bin/* $RPM_BUILD_ROOT%{_bindir}
+install lib/* $RPM_BUILD_ROOT%{_libexecdir}/%{name}/lib
+install img/* $RPM_BUILD_ROOT%{_lmsdir}/img
+install modules/* $RPM_BUILD_ROOT%{_libexecdir}/%{name}/modules
+install templates/* $RPM_BUILD_ROOT%{_libexecdir}/%{name}/templates
+install sample/%{name}.ini $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc 
+%doc doc sample/*.ini sample/*txt sample/rc.reminder_1st sample/crontab-entry
 %dir %{_lmsdir}
-%attr(770,root,http) %{_lmsdir}/templates_c
+%dir %{_libexecdir}/%{name}
+%dir %{_sharedstatedir}/%{name}
+%attr(770,root,http) %{_sharedstatedir}/%{name}/templates_c
+%attr(770,root,http) %{_sharedstatedir}/%{name}/backups
 %{_lmsdir}/*.php
 %{_lmsdir}/img
-%{_lmsdir}/lib
-%{_lmsdir}/modules
-%{_lmsdir}/templates
-%{_localstatedir}/%{name}
-%{_bindir}/lms-*
+%{_libexecdir}/%{name}/lib
+%{_libexecdir}/%{name}/modules
+%{_libexecdir}/%{name}/templates
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/*.ini
+
+%files scripts
+%attr(755,root,root) %{_bindir}/lms-*
+%doc sample/*.ini
This page took 0.080916 seconds and 4 git commands to generate.