]> git.pld-linux.org Git - packages/TraceToolkit.git/blobdiff - TraceToolkit.spec
cosmetics
[packages/TraceToolkit.git] / TraceToolkit.spec
index f020244334b7ae6c446bd63ed6a1e311b9dcc24b..582a9458f4dbdafb8461e2d05d9ba234761e28cf 100644 (file)
@@ -5,12 +5,11 @@ Version:      0.9.5
 Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       ftp://ftp.opersys.com/pub/LTT/%{name}-%{version}.tgz
-Url:           http://www.opersys.com/LTT/
+Source0:       http://www.opersys.com/ftp/pub/LTT/%{name}-%{version}.tgz
+# Source0-md5: f3ddcc3ad9213bb970fb9a0f5dfe9e7f
+URL:           http://www.opersys.com/LTT/
 BuildRequires: gtk+-devel
-BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%define                _prefix         /usr/X11R6
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The Linux Trace Toolkit, more commonly known as LTT, is a
@@ -33,15 +32,19 @@ przegl
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
 
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
  
 %clean
-rm -rf $RPM_BUILD_ROOT/%{name}-%{version}
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc README 
-#%attr(755,root,root) %{_bindir}/
-#%attr(755,root,root) %{_libdir}/
-#%attr(755,root,root) %{_sbindir}/
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
This page took 0.079928 seconds and 4 git commands to generate.