]> git.pld-linux.org Git - packages/lms.git/commitdiff
- updated description - somebody who know english - check it,
authordjrzulf <djrzulf@pld-linux.org>
Mon, 24 Feb 2003 09:47:09 +0000 (09:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changes source to without libs,
- added 2 Requries,
- Release 0.2,

Changed files:
    lms.spec -> 1.2

lms.spec

index 0666a2250b56993ac366890f0ca6eec6fb53f7bd..7c4e31dba2d831e195e5bed9d9ad3908c1c55f33 100644 (file)
--- a/lms.spec
+++ b/lms.spec
@@ -3,10 +3,10 @@ Summary:      LAN Managment System
 Summary(pl):   System Zarz±dzania Siec± Lokaln±
 Name:          lms
 Version:       1.0
-Release:       0.1.%{_add}
+Release:       0.2.%{_add}
 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}%{_add}.tar.gz
 Requires:      php
 Requires:      webserver
 Requires:      mysql
@@ -17,14 +17,56 @@ Requires:   perl-Config-IniFiles
 Requires:      perl-DBI
 Requires:      perl-DBD-mysql
 Requires:      perl-DBD-pg
+Requires:      Smarty
+Requires:      ADOdb
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _lmsdir /home/services/httpd/html/%{name}
 
 %description
+This is a package of applications in PHP and Perl to managing LANs.
+It's using MySQL (for now) but PostgreSQL will be supported in near
+future. Main foundation is get the best service of users at
+providiers level.
+The main sign 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;
 
 %prep
 %setup -q -n lms
@@ -45,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc 
+%doc doc
 %dir %{_lmsdir}
 %attr(770,root,http) %{_lmsdir}/templates_c
 %{_lmsdir}/*.php
This page took 0.04051 seconds and 4 git commands to generate.