SPECS: z88dk.spec - unified examplesdir
qboosh
qboosh at pld-linux.org
Wed Mar 12 17:34:06 CET 2008
Author: qboosh Date: Wed Mar 12 16:34:06 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unified examplesdir
---- Files affected:
SPECS:
z88dk.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/z88dk.spec
diff -u SPECS/z88dk.spec:1.26 SPECS/z88dk.spec:1.27
--- SPECS/z88dk.spec:1.26 Wed Mar 12 12:10:23 2008
+++ SPECS/z88dk.spec Wed Mar 12 17:34:00 2008
@@ -58,12 +58,12 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_prefix} \
- $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+ $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT DEFAULT=zx prefix=%{_prefix}
install tapmaker $RPM_BUILD_ROOT%{_bindir}
-cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -76,8 +76,7 @@
%files examples
%defattr(644,root,root,755)
-%dir %{_examplesdir}/%{name}
-%{_examplesdir}/%{name}/*
+%{_examplesdir}/%{name}-%{version}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -85,6 +84,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2008-03-12 16:34:00 qboosh
+- unified examplesdir
+
Revision 1.26 2008-03-12 11:10:23 witekfl
- up to 1.8
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/z88dk.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list