SPECS: invoicer.spec - fixed path
speedo
speedo at pld-linux.org
Wed Aug 16 00:41:41 CEST 2006
Author: speedo Date: Tue Aug 15 22:41:41 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed path
---- Files affected:
SPECS:
invoicer.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/invoicer.spec
diff -u SPECS/invoicer.spec:1.1 SPECS/invoicer.spec:1.2
--- SPECS/invoicer.spec:1.1 Tue Aug 15 23:58:58 2006
+++ SPECS/invoicer.spec Wed Aug 16 00:41:36 2006
@@ -27,18 +27,18 @@
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}/,%{_pixmapsdir}}
-install -d $RPM_BUILD_ROOT/opt/madar/%{name}.bin
-install -d $RPM_BUILD_ROOT%{_bindir}/%{name}
-install -d $RPM_BUILD_ROOT%{_desktopdir}/invoicer.desktop
-install -d $RPM_BUILD_ROOT%{_pixmapsdir}/invoicer_ico.png
+mv opt/madar/invoicer.bin opt/madar/invoicer
+install opt/madar/invoicer $RPM_BUILD_ROOT%{_bindir}
+install /usr/share/applications/invoicer.desktop $RPM_BUILD_ROOT%{_desktopdir}/invoicer.desktop
+install usr/share/pixmaps/invoicer_ico.png $RPM_BUILD_ROOT%{_pixmapsdir}/invoicer_ico.png
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%attr(755,root,root) /opt/madar/*
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_desktopdir}/invoicer.desktop
%attr(755,root,root) %{_pixmapsdir}/invoicer_ico.png
@@ -49,6 +49,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/08/15 22:41:36 speedo
+- fixed path
+
Revision 1.1 2006/08/15 21:58:58 speedo
- initial release
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/invoicer.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list