]> git.pld-linux.org Git - packages/TraceToolkit.git/commitdiff
- fixed %%clean and %%files
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 1 Jul 2003 11:20:13 +0000 (11:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    TraceToolkit.spec -> 1.8

TraceToolkit.spec

index 4eac24455bdfbe83976b822e85676909d0ba3ef6..456c8bb834a2b3af471df4644e348c64ffbae140 100644 (file)
@@ -11,7 +11,6 @@ URL:          http://www.opersys.com/LTT/
 BuildRequires: gtk+-devel
 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 The Linux Trace Toolkit, more commonly known as LTT, is a
 fully-featured tracing system for the Linux kernel. It includes both
@@ -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.084146 seconds and 4 git commands to generate.