SPECS: pykota.spec - don't force css file at webserver root, use t...

baggins baggins at pld-linux.org
Sun Dec 9 01:25:44 CET 2007


Author: baggins                      Date: Sun Dec  9 00:25:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't force css file at webserver root, use the same location as cgi scripts
- properly build sqlite db

---- Files affected:
SPECS:
   pykota.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SPECS/pykota.spec
diff -u SPECS/pykota.spec:1.25 SPECS/pykota.spec:1.26
--- SPECS/pykota.spec:1.25	Sun Dec  9 01:18:06 2007
+++ SPECS/pykota.spec	Sun Dec  9 01:25:39 2007
@@ -12,6 +12,7 @@
 Source0:	%{name}-%{version}.tar.bz2
 # Source0-md5:	6e4b3232420592695388cbb27511e668
 Patch0:		%{name}-conf.patch
+Patch1:		%{name}-css.patch
 URL:		http://www.pykota.com/
 BuildRequires:	docbook-utils
 BuildRequires:	docbook-dtd41-sgml
@@ -115,6 +116,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 mv -f po/{el_GR,el}
 mv -f po/{nb_NO,nb}
@@ -152,7 +154,7 @@
 
 ln -s %{_datadir}/%{name}/cupspykota $RPM_BUILD_ROOT%{cups_serverbin}/backend/cupspykota
 
-sqlite3 $RPM_BUILD_ROOT/var/lib/%{name}/pykota.db <initscripts/sqlite/pykota.sqlite
+sqlite3 $RPM_BUILD_ROOT/var/lib/%{name}/pykota.db <initscripts/sqlite/pykota-sqlite.sql
 
 rm -rf $RPM_BUILD_ROOT%{_datadir}/{doc/%{name},%{name}/{conf,ldap,mysql,postgresql,sqlite}}
 
@@ -262,6 +264,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2007-12-09 00:25:39  baggins
+- don't force css file at webserver root, use the same location as cgi scripts
+- properly build sqlite db
+
 Revision 1.25  2007-12-09 00:18:06  baggins
 - set sqlite as default storage in config
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pykota.spec?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list