packages: lxr/lxr.spec - added new files - updated patches
baggins
baggins at pld-linux.org
Tue Apr 12 11:30:54 CEST 2011
Author: baggins Date: Tue Apr 12 09:30:54 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- added new files
- updated patches
---- Files affected:
packages/lxr:
lxr.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: packages/lxr/lxr.spec
diff -u packages/lxr/lxr.spec:1.8 packages/lxr/lxr.spec:1.9
--- packages/lxr/lxr.spec:1.8 Tue Apr 12 11:06:27 2011
+++ packages/lxr/lxr.spec Tue Apr 12 11:30:49 2011
@@ -39,9 +39,9 @@
%prep
%setup -q
-#%patch1 -p1
+%patch1 -p1
%patch3 -p1
-for f in diff find genxref ident search source templates/lxr.conf ; do
+for f in apache2-require.pl diff genxref ident search source templates/lxr.conf ; do
sed -i -e 's|@@LXRDIR@@|%{_lxrdir}|' \
-e 's|@@PERLVENDOR@@|%{perl_vendorlib}|g' $f
done
@@ -50,16 +50,16 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{perl_vendorlib},%{_lxrdir},/var/lib/%{_webapp}/{swish,glimpse}}
-install templates/lxr.conf $RPM_BUILD_ROOT%{_sysconfdir}/lxr.conf
+install -p templates/lxr.conf $RPM_BUILD_ROOT%{_sysconfdir}/lxr.conf
ln -s %{_sysconfdir}/lxr.conf $RPM_BUILD_ROOT%{_lxrdir}/
-install swish-e.conf $RPM_BUILD_ROOT%{_sysconfdir}/
+install -p swish-e.conf $RPM_BUILD_ROOT%{_sysconfdir}/
ln -s %{_sysconfdir}/swish-e.conf $RPM_BUILD_ROOT%{_lxrdir}/
install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
-install diff find genxref ident search source Local.pm \
+install -p diff genxref ident search source Local.pm LXRversion.pm apache2-require.pl \
$RPM_BUILD_ROOT%{_lxrdir}/
cp -a lib/LXR $RPM_BUILD_ROOT%{perl_vendorlib}/
@@ -98,7 +98,7 @@
%files
%defattr(644,root,root,755)
-%doc BUGS CREDITS.txt HACKING INSTALL initdb-* notes
+%doc BUGS CHANGES CREDITS.txt ChangeLog HACKING INSTALL RELEASING initdb-* robots.txt
%dir %attr(750,root,http) %{_sysconfdir}
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
@@ -107,11 +107,11 @@
%dir %{_lxrdir}
%attr(755,root,root) %{_lxrdir}/diff
-%attr(755,root,root) %{_lxrdir}/find
%attr(755,root,root) %{_lxrdir}/genxref
%attr(755,root,root) %{_lxrdir}/ident
%attr(755,root,root) %{_lxrdir}/search
%attr(755,root,root) %{_lxrdir}/source
+%{_lxrdir}/apache2-require.pl
%{_lxrdir}/*.html
%{_lxrdir}/*.css
%{_lxrdir}/*.conf
@@ -127,6 +127,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2011/04/12 09:30:49 baggins
+- added new files
+- updated patches
+
Revision 1.8 2011/04/12 09:06:27 baggins
- started update to 0.9.9
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lxr/lxr.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list