]> git.pld-linux.org Git - packages/dotnet-dbus-sharp.git/commitdiff
- use %%{module} in names auto/ti/dotnet-dbus-sharp-0_7_0-2
authorlisu <lisu@pld-linux.org>
Mon, 21 Feb 2011 15:45:01 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-dbus-sharp.spec -> 1.16

dotnet-dbus-sharp.spec

index a2e72a0cf79587dd3efa40453ae69fc226752dca..49e87eebb827187451f2a6a7a93135b19b8cc17d 100644 (file)
@@ -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
This page took 0.117599 seconds and 4 git commands to generate.