SPECS: anaconda.spec - save some time and install overriden script...
glen
glen at pld-linux.org
Tue May 16 00:33:41 CEST 2006
Author: glen Date: Mon May 15 22:33:41 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- save some time and install overriden scripts in install
---- Files affected:
SPECS:
anaconda.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/anaconda.spec
diff -u SPECS/anaconda.spec:1.14 SPECS/anaconda.spec:1.15
--- SPECS/anaconda.spec:1.14 Tue May 16 00:17:13 2006
+++ SPECS/anaconda.spec Tue May 16 00:33:36 2006
@@ -3,7 +3,7 @@
Summary(pl): Graficzny instalator systemu
Name: anaconda
Version: 10.89.6
-Release: 0.4
+Release: 0.8
License: GPL
Group: Applications/System
Source0: %{name}-%{version}.tar.bz2
@@ -73,6 +73,7 @@
Summary(pl): Elementy graficznego instalatora systemu potrzebne tylko przy nowych instalacjach
Group: Applications/System
AutoReqProv: false
+Requires: gawk
Requires: python
Requires: python-libxml2
Requires: python-rpm >= 4.2-0.61
@@ -98,10 +99,6 @@
mv -f po/{sr,sr at Latn}.po
sed -i -e 's/$(PYTHON) scripts/python scripts/' Makefile
-cp %{SOURCE1} scripts/mk-images
-cp %{SOURCE2} scripts/upd-instroot
-cp %{SOURCE3} scripts/mk-images.i386
-cp %{SOURCE4} scripts/scrubtree
%build
# locale check
@@ -121,6 +118,11 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+cp %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/anaconda-runtime/mk-images
+cp %{SOURCE2} $RPM_BUILD_ROOT%{_libdir}/anaconda-runtime/upd-instroot
+cp %{SOURCE3} $RPM_BUILD_ROOT%{_libdir}/anaconda-runtime/mk-images.i386
+cp %{SOURCE4} $RPM_BUILD_ROOT%{_libdir}/anaconda-runtime/scrubtree
+
%find_lang %{name}
%clean
@@ -194,6 +196,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2006/05/15 22:33:36 glen
+- save some time and install overriden scripts in install
+
Revision 1.14 2006/05/15 22:17:13 glen
- fix permissions on -runtime (used find -perm +1)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/anaconda.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list