SPECS: mono.spec - mono-find-requires/provides are rpm dedicated s...
wolf
wolf at pld-linux.org
Fri Aug 12 18:16:16 CEST 2005
Author: wolf Date: Fri Aug 12 16:16:16 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- mono-find-requires/provides are rpm dedicated scripts
---- Files affected:
SPECS:
mono.spec (1.132 -> 1.133)
---- Diffs:
================================================================
Index: SPECS/mono.spec
diff -u SPECS/mono.spec:1.132 SPECS/mono.spec:1.133
--- SPECS/mono.spec:1.132 Fri Aug 12 01:41:52 2005
+++ SPECS/mono.spec Fri Aug 12 18:16:08 2005
@@ -42,6 +42,8 @@
# note: plain i386 is not supported; mono uses cmpxchg/xadd which require i486
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _rpmlibdir /usr/lib/rpm
+
%description
The Common Language Infrastructure platform. Microsoft has created a
new development platform. The highlights of this new development
@@ -219,6 +221,7 @@
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_rpmlibdir}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -236,6 +239,8 @@
rm -rf $RPM_BUILD_ROOT%{_datadir}/libgc-mono
+mv -f $RPM_BUILD_ROOT%{_bindir}/mono-find* $RPM_BUILD_ROOT%{_rpmlibdir}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -332,7 +337,6 @@
%attr(755,root,root) %{_bindir}/macpack
%attr(755,root,root) %{_bindir}/monodiet
%attr(755,root,root) %{_bindir}/monodis
-%attr(755,root,root) %{_bindir}/mono-find*
%attr(755,root,root) %{_bindir}/monograph
%attr(755,root,root) %{_bindir}/monop*
%attr(755,root,root) %{_bindir}/mono-shlib-cop*
@@ -367,6 +371,7 @@
%attr(755,root,root) /usr/lib/mono/2.0/mono-api-info*
%attr(755,root,root) /usr/lib/mono/2.0/wsdl*
/usr/lib/mono/*.*/*.dll.mdb
+%attr(755,root,root) %{_rpmlibdir}/mono-find*
%{_libdir}/lib*.la
%{_datadir}/%{name}
%{_pkgconfigdir}/*.pc
@@ -419,6 +424,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.133 2005/08/12 16:16:08 wolf
+- mono-find-requires/provides are rpm dedicated scripts
+
Revision 1.132 2005/08/11 23:41:52 wolf
- s/rpm-build >= 4.4.2-0.3/rpmbuild(monoautodeps)/
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mono.spec?r1=1.132&r2=1.133&f=u
More information about the pld-cvs-commit
mailing list