]> git.pld-linux.org Git - packages/TraceToolkit.git/blobdiff - TraceToolkit.spec
cosmetics
[packages/TraceToolkit.git] / TraceToolkit.spec
index 4eac24455bdfbe83976b822e85676909d0ba3ef6..582a9458f4dbdafb8461e2d05d9ba234761e28cf 100644 (file)
@@ -9,8 +9,7 @@ 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)
-
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The Linux Trace Toolkit, more commonly known as LTT, is a
@@ -34,14 +33,18 @@ 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.044424 seconds and 4 git commands to generate.