diff --git a/.cvsignore b/.cvsignore index e69de29..c7e145d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Log-16.tar.bz2 diff --git a/sources b/sources index e69de29..1ba4b4c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a9f011a0df4c317065c52af4ffa12831 Log-16.tar.bz2 diff --git a/sugar-log.spec b/sugar-log.spec new file mode 100644 index 0000000..5563acb --- /dev/null +++ b/sugar-log.spec @@ -0,0 +1,49 @@ +Name: sugar-log +Version: 16 +Release: 1%{?dist} +Summary: Log activity for Sugar +Group: Sugar/Activities +License: GPLv2+ +URL: http://wiki.laptop.org/go/Log +Source0: http://dev.laptop.org/pub/sugar/sources/log-activity/Log-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: python sugar-toolkit +BuildArch: noarch + +%description +Log is an activity for developers to examine the log files that are +generated by system software and other activities. + +%prep +%setup -q -n Log-%{version} + +%build +python ./setup.py build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT%{sugaractivitydir} +./setup.py install --prefix=$RPM_BUILD_ROOT/%{_prefix} + +%find_lang org.laptop.Log + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files -f org.laptop.Log.lang +%defattr(-,root,root,-) +%doc NEWS COPYING +%{sugaractivitydir}/Log.activity/ + + +%changelog +* Sat Sep 13 2008 Simon Schampijer - 16-1 +- cleanup upstream in respect to review comments + +* Fri Sep 12 2008 Simon Schampijer - 15-1 +- containing licensing information in the activity.info +- remove pseudo.po in bundlebuilder + +* Tue Sep 9 2008 Simon Schampijer - 14-1 +- Initial packaging