rpms/limph/devel limph.spec,1.1,1.2

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Tue Jan 16 16:18:53 UTC 2007


Author: limb

Update of /cvs/extras/rpms/limph/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15853

Modified Files:
	limph.spec 
Log Message:
Included style.css in limph



Index: limph.spec
===================================================================
RCS file: /cvs/extras/rpms/limph/devel/limph.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- limph.spec	11 Jan 2007 18:26:27 -0000	1.1
+++ limph.spec	16 Jan 2007 16:18:23 -0000	1.2
@@ -1,7 +1,7 @@
 %define limphdir %{_datadir}/limph
 Name: limph
 Version:  1.9.4
-Release:  6%{?dist}
+Release:  7%{?dist}
 Summary: A PHP5-compatible network host/service poller with web interface
 
 Group: Applications/System         
@@ -55,7 +55,7 @@
 %install
 rm -rf %{buildroot}
 install -d %{buildroot}%{limphdir}
-cp -pr *.php *.png %{buildroot}%{limphdir}
+cp -pr *.php *.png *.css %{buildroot}%{limphdir}
 mkdir -p %{buildroot}%{_sysconfdir}/limph
 mv %{buildroot}%{limphdir}/config.php %{buildroot}%{_sysconfdir}/limph
 ln -s ../../../%{_sysconfdir}/limph/config.php %{buildroot}%{limphdir}/config.php
@@ -91,6 +91,8 @@
 %{limphdir}/config.php
 
 %changelog
+* Tue Jan 16 2007 Jon Ciesla <limb at jcomserv.net> - 1.9.4-7
+- Added style.css to limph files
 * Tue Jan 09 2007 Jon Ciesla <limb at jcomserv.net> - 1.9.4-6
 - Added sysconfdir/limph/
 * Tue Jan 09 2007 Jon Ciesla <limb at jcomserv.net> - 1.9.4-5




More information about the fedora-extras-commits mailing list