SPECS: dotnet-tao.spec - mono dlls in /usr/lib

qboosh qboosh at pld-linux.org
Sat Dec 3 15:15:33 CET 2005


Author: qboosh                       Date: Sat Dec  3 14:15:33 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- mono dlls in /usr/lib

---- Files affected:
SPECS:
   dotnet-tao.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/dotnet-tao.spec
diff -u SPECS/dotnet-tao.spec:1.5 SPECS/dotnet-tao.spec:1.6
--- SPECS/dotnet-tao.spec:1.5	Wed Sep 21 00:09:50 2005
+++ SPECS/dotnet-tao.spec	Sat Dec  3 15:15:28 2005
@@ -10,8 +10,9 @@
 Source0:	tao-%{version}.tar.bz2
 # Source0-md5:	170e143b8035644eb3c24db4cc7a2c3b
 URL:		http://www.mono-project.com/Tao
-BuildRequires:	mono >= 1.1.0
+BuildRequires:	mono >= 1.1.7
 BuildRequires:	rpmbuild(monoautodeps)
+Requires:	mono >= 1.1.7
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -52,7 +53,7 @@
 %package examples
 Summary:	Tao example programs
 Summary(pl):	Przykładowe programy Tao
-Group:		Libraries
+Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description examples
@@ -75,7 +76,7 @@
 
 for i in dist/bin/*.dll
 do
-	gacutil -root $RPM_BUILD_ROOT%{_libdir} -package tao -i $i
+	gacutil -root $RPM_BUILD_ROOT%{_prefix}/lib -package tao -i $i
 done
 
 cp -Rf examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -86,9 +87,9 @@
 %files
 %defattr(644,root,root,755)
 %doc README.txt src/Tao.*/Tao.*.Readme.txt
-%attr(755,root,root) %{_libdir}/mono/gac/*/*/*.dll
-%{_libdir}/mono/gac/*/*/*.config
-%{_libdir}/mono/tao
+%attr(755,root,root) %{_prefix}/lib/mono/gac/*/*/*.dll
+%{_prefix}/lib/mono/gac/*/*/*.config
+%{_prefix}/lib/mono/tao
 
 %files examples
 %defattr(644,root,root,755)
@@ -100,6 +101,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/12/03 14:15:28  qboosh
+- mono dlls in /usr/lib
+
 Revision 1.5  2005/09/20 22:09:50  qboosh
 - updated Name after spec rename (tao->dotnet-tao), use standard examplesdir
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dotnet-tao.spec?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list