]> git.pld-linux.org Git - packages/mono-debugger.git/commitdiff
- no // in paths, other cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 20 Aug 2003 15:33:34 +0000 (15:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono-debugger.spec -> 1.4

mono-debugger.spec

index 278d84b7e860bf043b7fb184db12b5f53ac1cd43..e3e495d1941dcdfc93fa0a39f1ab57e23152d9c1 100644 (file)
@@ -12,13 +12,13 @@ Patch0:             %{name}-recent-gtk-sharp.patch
 URL:           http://www.go-mono.com/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: glib2-devel >= 2.0.0
 BuildRequires: gtk+2-devel
+BuildRequires: gtk-sharp-devel >= 0.8
 BuildRequires: libgnome-devel
-BuildRequires: glib2-devel >= 2.0.0
-BuildRequires: mono-devel >= 0.20-2
+BuildRequires: libtool
 BuildRequires: mono-csharp
-BuildRequires: gtk-sharp-devel >= 0.8
+BuildRequires: mono-devel >= 0.20-2
 BuildRequires: readline-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -43,14 +43,19 @@ Odpluskiwacz dla mono.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 # make .so symlinks, they are dynamically loaded
-for f in $RPM_BUILD_ROOT/%{_libdir}/*.so.* ; do
+for f in $RPM_BUILD_ROOT%{_libdir}/*.so.* ; do
        b=$(basename $f)
        ln -s $b $RPM_BUILD_ROOT%{_libdir}$(echo $b | sed -e 's/\.so.*/.so/')
 done
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %doc NEWS README ChangeLog TODO AUTHORS doc/*.t*
@@ -58,6 +63,3 @@ done
 %attr(755,root,root) %{_libdir}/mono-debugger-jit-wrapper
 %attr(755,root,root) %{_libdir}/*.so*
 %{_libdir}/*.dll
-
-%clean
-rm -rf $RPM_BUILD_ROOT
This page took 0.090376 seconds and 4 git commands to generate.