]> git.pld-linux.org Git - packages/lms.git/commitdiff
- up to 1.6.0
authorhunter <hunter@pld-linux.org>
Wed, 15 Jun 2005 20:31:06 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lms.spec -> 1.54

lms.spec

index 98da190182a0f99d59fb407d76adf3f1e6471f1f..9e7776d2747755995a2e49e3faa249cae78f4f07 100644 (file)
--- a/lms.spec
+++ b/lms.spec
@@ -5,8 +5,8 @@
 # TODO:
 # - cosmetics (sort in %%files and %%install)
 # - contrib split
-%define                lmsver          1.4
-%define                lmssubver       5
+%define                lmsver          1.6
+%define                lmssubver       0
 Summary:       LAN Managment System
 Summary(pl):   System Zarz±dzania Sieci± Lokaln±
 Name:          lms
@@ -16,7 +16,7 @@ License:      GPL
 Vendor:                LMS Developers
 Group:         Networking/Utilities
 Source0:       http://lms.rulez.pl/download/%{lmsver}/%{name}-%{version}.tar.gz
-# Source0-md5: e73494060ba156955d33081adb104b5f
+# Source0-md5: 942955f198c2d7f5b8b702ec60335729
 Source1:       %{name}.conf
 Source2:       %{name}.init
 Source3:       %{name}.sysconfig
@@ -142,11 +142,11 @@ wybranych us
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
+#%patch0 -p1
 %if "%{_lib}" == "lib64"
 %patch1 -p1
 %endif
-%patch2 -p1
+#%patch2 -p1
 
 %build
 %if %{with almsd}
@@ -192,7 +192,7 @@ install contrib/sqlpanel/sql.php $RPM_BUILD_ROOT%{_lmsdir}/modules
 install contrib/sqlpanel/*.html $RPM_BUILD_ROOT%{_lmsdir}/templates
 
 # user
-install contrib/customer/* $RPM_BUILD_ROOT%{_lmsdir}/www/user
+cp -r contrib/customer/* $RPM_BUILD_ROOT%{_lmsdir}/www/user
 
 # daemon
 %if %{with almsd}
@@ -261,7 +261,7 @@ echo
 
 %files
 %defattr(644,root,root,755)
-%doc doc/{AUTHORS,ChangeLog*,README,TODO,UPGRADE*,lms*}
+%doc doc/{AUTHORS,ChangeLog*,README,UPGRADE*,lms*}
 %dir %{_sysconfdir}
 %attr(640,root,http) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*.ini
 %config(noreplace) %verify(not size mtime md5) /etc/httpd/%{name}.conf
@@ -278,7 +278,7 @@ echo
 %exclude %{_lmsdir}/modules/sql.php
 %{_lmsdir}/contrib
 %{_lmsdir}/sample
-%attr(755,root,root) %{_lmsdir}/sample/traffic_ipt.sh
+%attr(755,root,root) %{_lmsdir}/sample/traffic_ipt.pl
 %{_lmsdir}/templates
 %exclude %{_lmsdir}/templates/sql.html
 %exclude %{_lmsdir}/templates/sqlprint.html
This page took 0.032974 seconds and 4 git commands to generate.