Author: darekr Date: Thu Feb 24 19:59:06 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - dropped Source0-size, cosmetics - verify() for config
---- Files affected: SPECS: devtodo.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/devtodo.spec diff -u SPECS/devtodo.spec:1.14 SPECS/devtodo.spec:1.15 --- SPECS/devtodo.spec:1.14 Thu Oct 21 10:54:00 2004 +++ SPECS/devtodo.spec Thu Feb 24 20:59:01 2005 @@ -8,7 +8,6 @@ Group: Development/Tools Source0: http://swapoff.org/files/devtodo/%{name}-%{version}.tar.gz # Source0-md5: 6ca0a414685cb7a7f32f7ae22cb3a2a9 -# Source0-size: 432858 Patch0: %{name}-include.patch Patch1: %{name}-am_fix.patch URL: http://swapoff.org/DevTodo/ @@ -55,6 +54,7 @@ %install rm -rf $RPM_BUILD_ROOT + %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -74,7 +74,7 @@ %doc AUTHORS ChangeLog NEWS QuickStart README TODO doc/todorc.example doc/*sh %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* -%config(noreplace) %{_sysconfdir}/* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -82,6 +82,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2005/02/24 19:59:01 darekr +- dropped Source0-size, cosmetics +- verify() for config + Revision 1.14 2004/10/21 08:54:00 undefine - rel 2 for AC ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/devtodo.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
