packages: lshell/lshell.spec - pldize - do not package random paths with a ...
glen
glen at pld-linux.org
Mon Mar 15 00:17:44 CET 2010
Author: glen Date: Sun Mar 14 23:17:44 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- pldize
- do not package random paths with a glob (like logrotate dir!)
---- Files affected:
packages/lshell:
lshell.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: packages/lshell/lshell.spec
diff -u packages/lshell/lshell.spec:1.7 packages/lshell/lshell.spec:1.8
--- packages/lshell/lshell.spec:1.7 Thu Mar 11 08:23:59 2010
+++ packages/lshell/lshell.spec Mon Mar 15 00:17:38 2010
@@ -37,6 +37,8 @@
%py_comp $RPM_BUILD_ROOT%{py_sitedir}
%py_postclean
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -62,14 +64,14 @@
%files
%defattr(644,root,root,755)
%doc CHANGES README
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lshell.conf
+%config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/lshell
%attr(755,root,root) %{_bindir}/lshell
%{_mandir}/man1/lshell.1*
+%{py_sitescriptdir}/lshell.py[co]
%if "%{py_ver}" > "2.4"
-%{py_sitescriptdir}/%{name}-%{version}-py2.6.egg-info
+%{py_sitescriptdir}/%{name}-*.egg-info
%endif
-%{py_sitescriptdir}/lshell.pyc
-%{py_sitescriptdir}/lshell.pyo
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -77,6 +79,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2010/03/14 23:17:38 glen
+- pldize
+- do not package random paths with a glob (like logrotate dir!)
+
Revision 1.7 2010/03/11 07:23:59 paszczus
- fixed python files
@@ -97,4 +103,3 @@
Revision 1.1 2009/06/10 07:06:20 paszczus
- initial
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lshell/lshell.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list