From 7f0b7ba68d1aa30c9cb25a42d78e921c66c286d1 Mon Sep 17 00:00:00 2001 From: lisu Date: Mon, 21 Feb 2011 15:45:01 +0000 Subject: [PATCH] - use %%{module} in names Changed files: dotnet-dbus-sharp.spec -> 1.16 --- dotnet-dbus-sharp.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dotnet-dbus-sharp.spec b/dotnet-dbus-sharp.spec index a2e72a0..49e87ee 100644 --- a/dotnet-dbus-sharp.spec +++ b/dotnet-dbus-sharp.spec @@ -1,6 +1,7 @@ -# + %include /usr/lib/rpm/macros.mono -# +%define module dbus-sharp + Summary: .NET library for using D-BUS message bus Summary(pl.UTF-8): Biblioteka .NET do używania magistrali przesyłania komunikatów D-BUS Name: dotnet-dbus-sharp @@ -9,7 +10,7 @@ Release: 2 Epoch: 1 License: AFL v2.1 or GPL v2+ Group: Libraries -Source0: http://github.com/downloads/mono/dbus-sharp/dbus-sharp-%{version}.tar.gz +Source0: http://github.com/downloads/mono/dbus-sharp/%{module}-%{version}.tar.gz # Source0-md5: 1964fc341dcbaeda859c53cee295d042 Patch0: dbus-monodir.patch URL: http://www.freedesktop.org/Software/DBusBindings @@ -41,7 +42,7 @@ Development .NET library for using D-BUS. Programistyczna biblioteka .NET do używania D-BUS. %prep -%setup -q -n dbus-sharp-%{version} +%setup -q -n %{module}-%{version} %patch0 -p1 %build -- 2.44.0