Author: qboosh Date: Sat Dec 3 12:03:36 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - removed patches, updated spec for mono dlls in /usr/lib (R: mono >= 1.1.7) - simplified *.pc moving - release 3
---- Files affected: SPECS: dotnet-gtksourceview-sharp2.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/dotnet-gtksourceview-sharp2.spec diff -u SPECS/dotnet-gtksourceview-sharp2.spec:1.3 SPECS/dotnet-gtksourceview-sharp2.spec:1.4 --- SPECS/dotnet-gtksourceview-sharp2.spec:1.3 Sat Dec 3 11:29:48 2005 +++ SPECS/dotnet-gtksourceview-sharp2.spec Sat Dec 3 13:03:30 2005 @@ -4,13 +4,11 @@ Summary(pl): Wiązania GtkSourceView dla .NET Name: dotnet-gtksourceview-sharp2 Version: 0.10 -Release: 2 +Release: 3 License: LGPL Group: Libraries Source0: http://go-mono.com/sources/gtksourceview-sharp-2.0/gtksourceview-sharp-2.0-%{version}.tar.gz # Source0-md5: 2179634b8931e6be849a1e1f82c834e3 -Patch0: %{name}-install.patch -Patch1: %{name}-pc_libdir.patch URL: http://www.mono-project.com/ BuildRequires: autoconf BuildRequires: automake >= 1:1.7 @@ -18,9 +16,10 @@ BuildRequires: gtksourceview-devel >= 1.0.1 BuildRequires: libtool BuildRequires: monodoc -BuildRequires: mono-csharp >= 1.1.6 +BuildRequires: mono-csharp >= 1.1.7 BuildRequires: pkgconfig Requires: dotnet-gtk-sharp2-gnome >= 1.9.3 +Requires: mono >= 1.1.7 Requires: gtksourceview >= 1.0.1 ExcludeArch: alpha i386 sparc sparc64 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -46,11 +45,8 @@ %prep %setup -q -n gtksourceview-sharp-2.0-%{version} -%patch0 -p1 -%patch1 -p1 %build -rm -rf autom4te.cache %{__libtoolize} %{__aclocal} %{__automake} @@ -63,16 +59,10 @@ install -d $RPM_BUILD_ROOT`monodoc --get-sourcesdir` %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT \ + pkgconfigdir=%{_pkgconfigdir} -if test -d $RPM_BUILD_ROOT%{_pkgconfigdir} ; then - : -else - install -d $RPM_BUILD_ROOT%{_pkgconfigdir} - mv $RPM_BUILD_ROOT/usr/lib/pkgconfig/* $RPM_BUILD_ROOT%{_pkgconfigdir} -fi - -# already in main package +# already in gtksourceview package rm -f $RPM_BUILD_ROOT%{_datadir}/gtksourceview-1.0/language-specs/{csharp,nemerle,vbnet}.lang %clean @@ -81,14 +71,14 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog -%{_libdir}/mono/gac/* +%{_prefix}/lib/mono/gac/* %files devel %defattr(644,root,root,755) +%{_prefix}/lib/mono/gtksourceview-sharp-2.0 %{_datadir}/gapi-2.0/* -%{_pkgconfigdir}/* +%{_pkgconfigdir}/*.pc %{_libdir}/monodoc/sources/gtksourceview-sharp-* -%{_libdir}/mono/gtksourceview-sharp-2.0 %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -96,6 +86,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2005/12/03 12:03:30 qboosh +- removed patches, updated spec for mono dlls in /usr/lib (R: mono >= 1.1.7) +- simplified *.pc moving +- release 3 + Revision 1.3 2005/12/03 10:29:48 qboosh - fixed descs, base docs to base ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dotnet-gtksourceview-sharp2.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
