]> git.pld-linux.org Git - packages/TraceToolkit.git/commitdiff
- Group changed to X11/Applications, added pl description; TODO: file list
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 May 2002 12:07:46 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    TraceToolkit.spec -> 1.2

TraceToolkit.spec

index f128b0356dd5aff8563e64e9d4741933462e2db6..c23fec91383296877c4d96fb59040ede9691bda3 100644 (file)
@@ -1,21 +1,28 @@
 Summary:       Linux Trace Toolkit
+Summary(pl):   Narzêdzia do ¶ledzenia Linuksa
 Name:          TraceToolkit
 Version:       0.9.5
 Release:       1
 License:       GPL
-Group:         Applications
-######         Unknown group!
+Group:         X11/Applications
 Source0:       ftp://ftp.opersys.com/pub/LTT/%{name}-%{version}.tgz
 Url:           http://www.opersys.com/LTT/
 BuildRequires: gtk+-devel
-Requires:      gtk+    
 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6/
+%define                _prefix         /usr/X11R6
+
 %description
-The Linux Trace Toolkit, more commonly known as LTT, is a fully-featured
-tracing system for the Linux kernel. It includes both the kernel components
-required for tracing and the user-level tools required to view the traces.
+The Linux Trace Toolkit, more commonly known as LTT, is a
+fully-featured tracing system for the Linux kernel. It includes both
+the kernel components required for tracing and the user-level tools
+required to view the traces.
+
+%description -l pl
+Linux Trace Toolkit, znany bardziej jako LTT, jest w pe³ni
+funkcjonalnym systemem do ¶ledzenia j±dra Linuksa. Zawiera elementy
+j±dra potrzebne do ¶ledzenia oraz narzêdzia u¿ytkownika potrzebne do
+przegl±dania wyników ¶ledzenia.
 
 %prep
 %setup -q
@@ -27,13 +34,15 @@ required for tracing and the user-level tools required to view the traces.
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
-gzip -9nf COPYING README 
+
+gzip -9nf README 
  
 %clean
 rm -rf $RPM_BUILD_ROOT/%{name}-%{version}
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/
-%attr(755,root,root) %{_libdir}/
-%attr(755,root,root) %{_sbindir}/
+%doc *.gz
+#%attr(755,root,root) %{_bindir}/
+#%attr(755,root,root) %{_libdir}/
+#%attr(755,root,root) %{_sbindir}/
This page took 0.088341 seconds and 4 git commands to generate.