SPECS: sevencolors.spec - remove extra unneeded slash - add missin...
glen
glen at pld-linux.org
Wed Jul 26 17:53:26 CEST 2006
Author: glen Date: Wed Jul 26 15:53:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- remove extra unneeded slash
- add missing %clean
---- Files affected:
SPECS:
sevencolors.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/sevencolors.spec
diff -u SPECS/sevencolors.spec:1.10 SPECS/sevencolors.spec:1.11
--- SPECS/sevencolors.spec:1.10 Thu Apr 21 04:58:01 2005
+++ SPECS/sevencolors.spec Wed Jul 26 17:53:21 2006
@@ -42,8 +42,11 @@
rm -rf $RPM_BUILD_ROOT
install -D src/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
-install %{SOURCE1} $RPM_BUILD_ROOT/%{_desktopdir}
-install %{SOURCE2} $RPM_BUILD_ROOT/%{_pixmapsdir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
@@ -58,6 +61,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2006/07/26 15:53:21 glen
+- remove extra unneeded slash
+- add missing %clean
+
Revision 1.10 2005/04/21 02:58:01 ankry
- fixed desktop file, rel. 4
@@ -89,32 +96,3 @@
Revision 1.1 2004/03/07 23:11:36 adamg
- initial import (very raw, taken from Alt Linux)
- build, works, spec to be cleaned up
-
-* Thu Jan 09 2003 Rider <rider at altlinux.ru> 0.80-alt4
-- build requires fix
-
-* Fri Oct 11 2002 Rider <rider at altlinux.ru> 0.80-alt3
-- gcc 3.2 rebuild
-
-* Tue Nov 08 2001 Rider <rider at altlinux.ru> 0.80-alt2
-- cleanup spec
-- bug #000130 fixed (menu)
-
-* Wed Apr 10 2001 Rider <rider at altlinux.ru>
-- 0.80
-
-* Tue Dec 12 2000 AEN <aen at logic.ru>
-- cleanup spec
-- build for RE
-
-* Wed Nov 8 2000 Pixel <pixel at mandrakesoft.com> 0.10-4mdk
-- make rpmlint happy
-
-* Tue Nov 7 2000 Pixel <pixel at mandrakesoft.com> 0.10-3mdk
-- capitalize menu, longtitle added
-
-* Mon Oct 2 2000 Pixel <pixel at mandrakesoft.com> 0.10-2mdk
-- add nice icons from author (Stefano Bellotti)
-
-* Wed Sep 27 2000 Pixel <pixel at mandrakesoft.com> 0.10-1mdk
-- initial spec
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/sevencolors.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list