Author: wrobell Date: Thu Dec 13 21:04:18 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - install mono dlls in /usr/lib - rel. 2
---- Files affected: SPECS: dotnet-ndesk-dbus-glib-sharp.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/dotnet-ndesk-dbus-glib-sharp.spec diff -u SPECS/dotnet-ndesk-dbus-glib-sharp.spec:1.4 SPECS/dotnet-ndesk-dbus-glib-sharp.spec:1.5 --- SPECS/dotnet-ndesk-dbus-glib-sharp.spec:1.4 Thu Dec 13 15:52:59 2007 +++ SPECS/dotnet-ndesk-dbus-glib-sharp.spec Thu Dec 13 22:04:13 2007 @@ -9,12 +9,15 @@ Summary(pl.UTF-8): Biblioteka .NET do używania magistrali przesyłania komunikatów D-BUS Name: dotnet-ndesk-dbus-glib-sharp Version: 0.4.1 -Release: 1 +Release: 2 License: MIT Group: Libraries Source0: http://www.ndesk.org/archive/dbus-sharp/%{module}-%{version}.tar.gz # Source0-md5: 7faf8770b214956fa9de009def550826 +Patch0: %{name}-monodir.patch URL: http://www.ndesk.org/DBusSharp +BuildRequires: autoconf +BuildRequires: automake BuildRequires: mono-csharp >= 1.1.7 BuildRequires: dotnet-ndesk-dbus-sharp BuildRequires: rpmbuild(macros) >= 1.268 @@ -30,8 +33,12 @@ %prep %setup -q -n %{module}-%{version} +%patch0 -p1 %build +%{__aclocal} +%{__automake} +%{__autoconf} %configure %{__make} @@ -46,8 +53,8 @@ %files %defattr(644,root,root,755) -%{_libdir}/mono/ndesk-dbus-glib-1.0 -%{_libdir}/mono/gac/NDesk* +%{_prefix}/lib/mono/ndesk-dbus-glib-1.0 +%{_prefix}/lib/mono/gac/NDesk* %{_pkgconfigdir}/ndesk-dbus-glib-1.0.pc %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -56,6 +63,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2007-12-13 21:04:13 wrobell +- install mono dlls in /usr/lib +- rel. 2 + Revision 1.4 2007-12-13 14:52:59 wrobell - fixed name - added obsoletes for old package name ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dotnet-ndesk-dbus-glib-sharp.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
