]> git.pld-linux.org Git - packages/sysprof.git/commitdiff
up to 1.2.0, install udev rules to lib auto/th/sysprof-1.2.0-1
authorElan Ruusamäe <glen@delfi.ee>
Sat, 17 Jan 2015 22:17:43 +0000 (00:17 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 17 Jan 2015 22:18:58 +0000 (00:18 +0200)
sysprof.spec

index cbe0d5fd129563cdb5f34ae0f1b20f4c0b5aa208..1809b3b2f638b270fdbc98097f9bb18d1cfa0ce6 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Sampling CPU profiler for Linux
 Name:          sysprof
-Version:       1.1.8
+Version:       1.2.0
 Release:       1
 License:       GPL v2
 Group:         Applications/System
-Source0:       http://www.daimi.au.dk/~sandmann/sysprof/%{name}-%{version}.tar.gz
-# Source0-md5: a46e24250988d96d8fc7b30773d55222
-URL:           http://www.daimi.au.dk/~sandmann/sysprof/
+Source0:       http://sysprof.com/%{name}-%{version}.tar.gz
+# Source0-md5: a81808d847732f8dafb59d26ec2eebbf
+URL:           http://sysprof.com/
 BuildRequires: binutils-devel
 BuildRequires: gtk+2-devel
 BuildRequires: rpmbuild(macros) >= 1.217
@@ -26,12 +26,14 @@ Just insert the kernel module and start sysprof.
 %setup -q
 
 %build
-%configure
+%configure \
+       --disable-silent-rules
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
+       udevdir=/lib/udev/rules.d \
        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -44,4 +46,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/sysprof-cli
 %{_pixmapsdir}/*.png
 %{_datadir}/%{name}
-/etc/udev/rules.d/60-sysprof.rules
+/lib/udev/rules.d/60-sysprof.rules
This page took 0.222126 seconds and 4 git commands to generate.