SPECS: anaconda.spec - fix release_notes_viewer_gui
glen
glen at pld-linux.org
Tue Jun 6 17:38:30 CEST 2006
Author: glen Date: Tue Jun 6 15:38:30 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix release_notes_viewer_gui
---- Files affected:
SPECS:
anaconda.spec (1.48 -> 1.49)
---- Diffs:
================================================================
Index: SPECS/anaconda.spec
diff -u SPECS/anaconda.spec:1.48 SPECS/anaconda.spec:1.49
--- SPECS/anaconda.spec:1.48 Tue Jun 6 14:08:20 2006
+++ SPECS/anaconda.spec Tue Jun 6 17:38:25 2006
@@ -19,7 +19,7 @@
Summary(pl): Graficzny instalator systemu
Name: anaconda
Version: 11.0.5
-Release: 0.72
+Release: 0.74
License: GPL
Group: Applications/System
Source0: %{name}-%{version}.tar.bz2
@@ -45,6 +45,7 @@
Patch11: %{name}-branding.patch
Patch12: %{name}-x11.patch
Patch13: %{name}-installclasses.patch
+Patch14: %{name}-release_notes_viewer_gui.patch
URL: http://fedora.redhat.com/projects/anaconda-installer/
BuildRequires: X11-devel
BuildRequires: beecrypt-devel
@@ -195,6 +196,7 @@
%patch11 -p1
%patch12 -p1
%patch13 -p1
+%patch14 -p1
rm -f po/no.po
mv -f po/{eu_ES,eu}.po
@@ -240,6 +242,10 @@
cp %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/anaconda/splash.png
%find_lang %{name}
+
+# hack so py_postclean would preserve it
+install $RPM_BUILD_ROOT%{_libdir}/anaconda/iw/release_notes_viewer_gui{.py,}
+
%{!?debug:%py_postclean %{_libdir}/anaconda}
%clean
@@ -257,6 +263,7 @@
%{_libdir}/anaconda/installclasses/*.py[co]
%dir %{_libdir}/anaconda/iw
%{_libdir}/anaconda/iw/*.py[co]
+%attr(755,root,root) %{_libdir}/anaconda/iw/release_notes_viewer_gui
%dir %{_libdir}/anaconda/textw
%{_libdir}/anaconda/textw/*.py[co]
%{_libdir}/anaconda/lang-names
@@ -330,6 +337,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.49 2006/06/06 15:38:25 glen
+- fix release_notes_viewer_gui
+
Revision 1.48 2006/06/06 12:08:20 qboosh
- pl for -debug
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/anaconda.spec?r1=1.48&r2=1.49&f=u
More information about the pld-cvs-commit
mailing list