[meego-commits] 5119: Changes to Trunk:Testing/libtrace
Markus Lehtonen
markus.lehtonen at nokia.com
Wed Jun 30 21:24:49 UTC 2010
Hi,
I have made the following changes to libtrace in project Trunk:Testing. Please review and accept ASAP.
Thank You,
Markus Lehtonen
[This message was auto-generated]
---
Request #5119:
submit: home:mlehtonen:policyfw/libtrace(r3) -> Trunk:Testing/libtrace
Message:
Request to pull libtrace. This package is part of the Maemo resource policy framework that has been agreed to be part of MeeGo core architecture. Related submitrequests: #5118
State: new 2010-06-30T09:21:16 mlehtonen
Comment: None
This is a NEW package in Trunk:Testing project.
The files in the new package:
libtrace/
|__ libtrace-0.1.0.tar.gz
|__ libtrace.changes
|__ libtrace.spec
The content of the spec file, libtrace.spec:
===================================================================
Summary: A simple tracing library with keyword filtering support
Name: libtrace
Version: 0.1.0
Release: 0
License: Proprietary
Group: System/Libraries
URL: http://meego.gitorious.org/maemo-multimedia/trace
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%package devel
Summary: Files necessary for developing software using the trace library
Group: Development/Libraries
Requires: %{name} = %{version}
%package doc
Summary: Documentation on using the trace library
Group: Documentation
%description
A simple tracing library with keyword filtering support.
%description devel
Header files, pkg-config files, etc. for the trace library.
%description doc
Documentation (manual pages, etc.) for the trace library.
%prep
%setup -q -n trace
%build
%configure --disable-static
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%{_libdir}/libsimple-trace*.so.*
%doc COPYING AUTHORS README NEWS ChangeLog
%files devel
%defattr(-,root,root,-)
%{_includedir}/simple-trace
%{_libdir}/libsimple-trace*.so
%{_libdir}/libsimple-trace*.la
%{_libdir}/pkgconfig/libsimple-trace*
%{_mandir}/man3/*
%files doc
%defattr(-,root,root,-)
#%{_mandir}/man*/libsimple-trace.*
%{_docdir}/libsimple-trace-doc/*
===================================================================
More information about the MeeGo-commits
mailing list