[packages/sysprof] up to 1.2.0, install udev rules to lib

glen glen at pld-linux.org
Sat Jan 17 23:19:14 CET 2015


commit 473a3322b6f3727f9411e45132f09baff7d7908b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Jan 18 00:17:43 2015 +0200

    up to 1.2.0, install udev rules to lib

 sysprof.spec | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/sysprof.spec b/sysprof.spec
index cbe0d5f..1809b3b 100644
--- a/sysprof.spec
+++ b/sysprof.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sysprof.git/commitdiff/473a3322b6f3727f9411e45132f09baff7d7908b



More information about the pld-cvs-commit mailing list