SPECS: lastbash.spec - avoid warning about unpackaged files, added...

darekr darekr at pld-linux.org
Thu Dec 7 23:36:32 CET 2006


Author: darekr                       Date: Thu Dec  7 22:36:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid warning about unpackaged files, added ChangeLog to %doc

---- Files affected:
SPECS:
   lastbash.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/lastbash.spec
diff -u SPECS/lastbash.spec:1.3 SPECS/lastbash.spec:1.4
--- SPECS/lastbash.spec:1.3	Thu Dec  7 23:26:19 2006
+++ SPECS/lastbash.spec	Thu Dec  7 23:36:27 2006
@@ -28,12 +28,14 @@
 	mandir=$RPM_BUILD_ROOT/usr/share/man \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm $RPM_BUILD_ROOT%{_datadir}/%{name}/{AUTHORS,ChangeLog,README,TODO,COPYING,INSTALL,VERSION}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README TODO
+%doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/%{name}
 %{_mandir}/man1/*.1*
 
@@ -43,6 +45,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/12/07 22:36:27  darekr
+- avoid warning about unpackaged files, added ChangeLog to %doc
+
 Revision 1.3  2006/12/07 22:26:19  shadzik
 - remove patch0, we can do it in spec
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lastbash.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list