rpms/sysprof/devel sysprof.desktop, NONE, 1.1 sysprof.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sysprof/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2383/devel
Modified Files:
.cvsignore sources
Added Files:
sysprof.desktop sysprof.spec
Log Message:
importing sysprof which comes from Fedora
http://lists.rpmfusion.org/pipermail/rpmfusion-developers/2009-February/0...
--- NEW FILE sysprof.desktop ---
[Desktop Entry]
Version=0.9.4
Encoding=UTF-8
Name=Sysprof
Comment=a sampling CPU profiler
Exec=sysprof
Icon=sysprof-icon.png
StartupNotify=true
Terminal=false
Type=Application
Categories=Development;Profiling;
--- NEW FILE sysprof.spec ---
Name: sysprof
Version: 1.0.12
Release: 1%{?dist}
Summary: Sysprof is a sampling CPU profiler
Group: Development/System
License: GPLv2+
URL: http://www.daimi.au.dk/~sandmann/sysprof/
Source0: http://www.daimi.au.dk/~sandmann/sysprof/sysprof-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source1: sysprof.desktop
# kmod related stuff
Provides: sysprof-kmod-common = %{version}
Requires: kmod-%{name} >= %{version}
BuildRequires: gtk2-devel => 2.6
BuildRequires: libglade2-devel
BuildRequires: binutils-devel
BuildRequires: desktop-file-utils
ExclusiveArch: %{ix86} x86_64
%description
Sysprof is a sampling CPU profiler for Linux that uses a kernel module
to profile the entire system, not just a single application.
Sysprof handles shared libraries and applications do not need to be
recompiled. In fact they don't even have to be restarted.
%prep
%setup -q
%build
%configure --disable-kernel-module
make %{?_smp_mflags}
%install
rm -rf ${RPM_BUILD_ROOT}
make install DESTDIR=${RPM_BUILD_ROOT}
desktop-file-install --vendor fedora \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
--add-category X-Fedora \
%{SOURCE1}
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root,-)
%doc README COPYING ChangeLog
%{_bindir}/sysprof
%{_datadir}/pixmaps/sysprof-icon.png
%dir %{_datadir}/sysprof
%{_datadir}/sysprof/sysprof-icon.png
%{_datadir}/sysprof/sysprof.glade
%{_datadir}/applications/*.desktop
%changelog
* Wed Feb 11 2009 Gianluca Sforna <giallu gmail com> - 1.0.12-1
- version update to 1.0.12
* Wed Apr 9 2008 Gianluca Sforna <giallu gmail com> - 1.0.9-1
- version update to 1.0.9
* Tue Aug 28 2007 Gianluca Sforna <giallu gmail com> 1.0.8-2
- update License field
* Thu Dec 21 2006 Gianluca Sforna <giallu gmail com> 1.0.8-1
- version update to 1.0.8
* Tue Nov 21 2006 Gianluca Sforna <giallu gmail com> 1.0.7-1
- version update to 1.0.7
* Wed Nov 1 2006 Gianluca Sforna <giallu gmail com> 1.0.5-1
- version update
* Sun Oct 8 2006 Gianluca Sforna <giallu gmail com> 1.0.3-6
- better to use ExclusiveArch %{ix86} (thanks Ville)
* Thu Oct 5 2006 Gianluca Sforna <giallu gmail com> 1.0.3-5
- add ExclusiveArch to match sysprof-kmod supported archs
* Tue Oct 2 2006 Gianluca Sforna <giallu gmail com> 1.0.3-4
- add .desktop file
* Fri Sep 30 2006 Gianluca Sforna <giallu gmail com> 1.0.3-3
- versioned Provides
- add BR: binutils-devel
* Fri Sep 29 2006 Gianluca Sforna <giallu gmail com> 1.0.3-2
- own sysprof directory
* Thu Jun 22 2006 Gianluca Sforna <giallu gmail com> 1.0.3-1
- version update
- use standard %%configure macro
* Sun May 14 2006 Gianluca Sforna <giallu gmail com> 1.0.2-1
- Initial Version
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/sysprof/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 19 Feb 2009 18:06:44 -0000 1.1
+++ .cvsignore 19 Feb 2009 18:17:21 -0000 1.2
@@ -0,0 +1 @@
+sysprof-1.0.12.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/sysprof/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 19 Feb 2009 18:06:44 -0000 1.1
+++ sources 19 Feb 2009 18:17:21 -0000 1.2
@@ -0,0 +1 @@
+9566040f3175678e75133b1c52a473f8 sysprof-1.0.12.tar.gz
15 years, 9 months
rpms/sysprof-kmod/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sysprof-kmod/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsol1446/rpms/sysprof-kmod/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module sysprof-kmod
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: sysprof-kmod
# $Id: Makefile,v 1.1 2009/02/19 18:07:37 thl Exp $
NAME := sysprof-kmod
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
15 years, 9 months
rpms/sysprof-kmod Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sysprof-kmod
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsol1446/rpms/sysprof-kmod
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module sysprof-kmod
--- NEW FILE Makefile ---
# Top level Makefile for module sysprof-kmod
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
15 years, 9 months
rpms/sysprof-kmod/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sysprof-kmod/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsol1446/rpms/sysprof-kmod/devel
Log Message:
Directory /cvs/free/rpms/sysprof-kmod/devel added to the repository
15 years, 9 months
rpms/sysprof-kmod - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sysprof-kmod
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsol1446/rpms/sysprof-kmod
Log Message:
Directory /cvs/free/rpms/sysprof-kmod added to the repository
15 years, 9 months
rpms/sysprof/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sysprof/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvswF1176/rpms/sysprof/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module sysprof
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: sysprof
# $Id: Makefile,v 1.1 2009/02/19 18:06:44 thl Exp $
NAME := sysprof
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
15 years, 9 months
rpms/sysprof Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sysprof
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvswF1176/rpms/sysprof
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module sysprof
--- NEW FILE Makefile ---
# Top level Makefile for module sysprof
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
15 years, 9 months
rpms/sysprof/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sysprof/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvswF1176/rpms/sysprof/devel
Log Message:
Directory /cvs/free/rpms/sysprof/devel added to the repository
15 years, 9 months
rpms/sysprof - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/sysprof
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvswF1176/rpms/sysprof
Log Message:
Directory /cvs/free/rpms/sysprof added to the repository
15 years, 9 months
rpms/sdlmame/devel sdlmame-0.129u4-gcc44.patch, NONE, 1.1 sdlmame.spec, 1.37, 1.38
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20281
Modified Files:
sdlmame.spec
Added Files:
sdlmame-0.129u4-gcc44.patch
Log Message:
Fixed building with gcc-4.4
sdlmame-0.129u4-gcc44.patch:
--- NEW FILE sdlmame-0.129u4-gcc44.patch ---
--- src/mame/video/model2rd.c.gcc44 2009-01-05 02:10:13.000000000 +0100
+++ src/mame/video/model2rd.c 2009-02-17 22:12:11.000000000 +0100
@@ -48,7 +48,7 @@
#define MODEL2_CHECKER
#define MODEL2_TEXTURED
#define MODEL2_TRANSLUCENT
-#elif
+#else
#error "Model 2 renderer: Invalif function selected!"
#endif
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sdlmame.spec 17 Feb 2009 19:33:18 -0000 1.37
+++ sdlmame.spec 17 Feb 2009 21:20:20 -0000 1.38
@@ -31,6 +31,7 @@
Patch1: %{name}-expat.patch
Patch2: %{name}-bne.patch
Patch3: %{name}-fortify.patch
+Patch4: sdlmame-0.129u4-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -83,6 +84,7 @@
%patch1 -p0 -b .expat~
%patch2 -p0 -b .bne~
%patch3 -p0 -b .fortify
+%patch4 -p0 -b .gcc44
# Create mame.ini file
cat > mame.ini << EOF
@@ -210,6 +212,7 @@
%changelog
* Tue Feb 17 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.4.0129u4
- Updated to 0.129u4
+- Fixed building with gcc-4.4
* Fri Jan 30 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.3.0129u3
- Updated to 0.129u3
15 years, 9 months