]> git.pld-linux.org Git - packages/TraceToolkit.git/blobdiff - TraceToolkit.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/TraceToolkit.git] / TraceToolkit.spec
index f6ef1e5e8f31271f80f4ab1cd5ef12193523ae99..81283268aa5e590d23c3f21ddddda9cc6c9574d7 100644 (file)
@@ -6,10 +6,10 @@ Release:      1
 License:       GPL
 Group:         X11/Applications
 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
@@ -33,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}/
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
This page took 0.111436 seconds and 4 git commands to generate.