SPECS: qsvn.spec - better use %{_pixmapsdir}, the result is the sa...
shadzik
shadzik at pld-linux.org
Tue Jun 6 11:21:20 CEST 2006
Author: shadzik Date: Tue Jun 6 09:21:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- better use %{_pixmapsdir}, the result is the same, so qboosh was right
- rel 1
---- Files affected:
SPECS:
qsvn.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/qsvn.spec
diff -u SPECS/qsvn.spec:1.3 SPECS/qsvn.spec:1.4
--- SPECS/qsvn.spec:1.3 Tue Jun 6 06:18:33 2006
+++ SPECS/qsvn.spec Tue Jun 6 11:21:14 2006
@@ -3,7 +3,7 @@
Summary(pl): QSvn - Klient Subversion
Name: qsvn
Version: 0.4.0
-Release: 0.2
+Release: 1
License: GPL
Group: X11/Applications
Source0: http://download.berlios.de/qsvn/%{name}-%{version}-src.tar.gz
@@ -41,10 +41,10 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_iconsdir}/crystalsvg/64x64/apps/}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir}}
install bin/qsvn $RPM_BUILD_ROOT%{_bindir}
install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
-install images/%{name}.png $RPM_BUILD_ROOT%{_iconsdir}/crystalsvg/64x64/apps
+install images/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -54,7 +54,7 @@
%doc ChangeLog INSTALL README
%attr(755,root,root) %{_bindir}/*
%{_desktopdir}/%{name}.desktop
-%{_iconsdir}/crystalsvg/64x64/apps/%{name}.png
+%{_pixmapsdir}/%{name}.png
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -62,6 +62,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/06/06 09:21:14 shadzik
+- better use %{_pixmapsdir}, the result is the same, so qboosh was right
+- rel 1
+
Revision 1.3 2006/06/06 04:18:33 shadzik
- add icon
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/qsvn.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list