SPECS: fvwm-crystal.spec - 3.0.2 rel 3 - added xessions file, some...
mguevara
mguevara at pld-linux.org
Fri Feb 17 20:20:11 CET 2006
Author: mguevara Date: Fri Feb 17 19:20:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 3.0.2 rel 3 - added xessions file, some more docs, STBR
---- Files affected:
SPECS:
fvwm-crystal.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/fvwm-crystal.spec
diff -u SPECS/fvwm-crystal.spec:1.27 SPECS/fvwm-crystal.spec:1.28
--- SPECS/fvwm-crystal.spec:1.27 Fri Feb 17 19:38:16 2006
+++ SPECS/fvwm-crystal.spec Fri Feb 17 20:20:05 2006
@@ -3,7 +3,7 @@
Summary(pl): Graficzne środowisko robocze
Name: fvwm-crystal
Version: 3.0.2
-Release: 2
+Release: 3
Epoch: 1
License: GPL v2+
Group: X11/Window Managers
@@ -44,11 +44,14 @@
%install
rm -rf $RPM_BUILD_ROOT
-make PREFIX=$RPM_BUILD_ROOT%{_prefix} install
+install -d $RPM_BUILD_ROOT%{_prefix}/share/xsessions
+make install \
+ PREFIX=$RPM_BUILD_ROOT%{_prefix} \
+ XSESSIONDIRS=$RPM_BUILD_ROOT%{_prefix}/share/xsessions
sed -i 's#installpath=.*$#installpath=/usr/share/fvwm-crystal/fvwm#g' $RPM_BUILD_ROOT%{_bindir}/%{name}
-#install -d $RPM_BUILD_ROOT%{_prefix}/share/xsessions
-#install addons/fvwm-crystal.desktop $RPM_BUILD_ROOT%{_prefix}/share/xsessions/fvwm-crystal.desktop
+
+rm -rf $RPM_BUILD_ROOT%{_prefix}/share/doc/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -56,7 +59,7 @@
%files
%defattr(644,root,root,755)
# COPYING contains only note, not full GPL text
-%doc doc/* AUTHORS INSTALL COPYING NEWS README
+%doc doc/* AUTHORS INSTALL COPYING NEWS README addons/X* addons/sudo
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_datadir}/%{name}/fvwm/Applications
%{_datadir}/%{name}/fvwm/colorsets
@@ -69,7 +72,7 @@
%{_datadir}/%{name}/fvwm/recipes
%attr(755,root,root) %{_datadir}/%{name}/fvwm/scripts
%{_datadir}/%{name}/fvwm/wallpapers
-#%{_prefix}/share/xsessions/fvwm-crystal.desktop
+%{_prefix}/share/xsessions/fvwm-crystal.desktop
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -77,6 +80,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2006/02/17 19:20:05 mguevara
+- 3.0.2 rel 3 - added xessions file, some more docs, STBR
+
Revision 1.27 2006/02/17 18:38:16 mguevara
- 3.0.2 rel 2 - changed package arch to noarch, btw URLs changed in the
previous release.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/fvwm-crystal.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list