rpms/libsysactivity/F-12 import.log, NONE, 1.1 libsysactivity.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

thomasj thomasj at fedoraproject.org
Sun Apr 18 13:07:05 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/libsysactivity/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1617/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libsysactivity.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
libsysactivity-0_5_1-2_fc12:F-12:libsysactivity-0.5.1-2.fc12.src.rpm:1271595998


--- NEW FILE libsysactivity.spec ---
Name:           libsysactivity
Version:        0.5.1
Release:        2%{?dist}
Summary:        Library for retrieving statistics of the system`s activity

Group:          System Environment/Libraries
License:        LGPLv2+
URL:            http://sourceforge.net/projects/libsysactivity/
Source0:        http://downloads.sourceforge.net/project/%{name}/0.5.x/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  doxygen cmake

%description
A lightweight library that retrieves statistics of the system's activity in a 
portable and thread safe way. In each OS that it supports it offers the same 
API for retrieving the activity of: hard disks, CPUs, memory, processes and 
network interfaces.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q
sed -i 's,${CMAKE_INSTALL_PREFIX}/lib,%{_libdir},' src/CMakeLists.txt 

%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%cmake ..
popd

make -C %{_target_platform} %{?_smp_mflags} 

%install
rm -rf %{buildroot}
make install  -C %{_target_platform} DESTDIR=%{buildroot}
find %{buildroot} -name '*.la' -exec rm -f {} ';'


%clean
rm -rf %{buildroot}


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc CHANGELOG COPYING
%{_libdir}/%{name}.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/%{name}.so


%changelog
* Thu Apr 15 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.5.1-2
- fixed summary

* Wed Apr 14 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.5.1-1
- initial fedora release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libsysactivity/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	18 Apr 2010 01:52:36 -0000	1.1
+++ .cvsignore	18 Apr 2010 13:07:05 -0000	1.2
@@ -0,0 +1 @@
+libsysactivity-0.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libsysactivity/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	18 Apr 2010 01:52:36 -0000	1.1
+++ sources	18 Apr 2010 13:07:05 -0000	1.2
@@ -0,0 +1 @@
+966ba9884964803509122cb2fc6f9611  libsysactivity-0.5.1.tar.gz



More information about the scm-commits mailing list