rpms/gtkperf/devel gtkperf.desktop, NONE, 1.1 gtkperf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Bouchand (patriceb) fedora-extras-commits at redhat.com
Sat Aug 11 17:46:51 UTC 2007


Author: patriceb

Update of /cvs/pkgs/rpms/gtkperf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1613/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gtkperf.desktop gtkperf.spec 
Log Message:
First gtkperf import




--- NEW FILE gtkperf.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Gtkperf
GenericName=Gtkperf
Comment=Test GTK+ performance
Exec=gtkperf
Icon=duck.png
Terminal=false
Type=Application
Categories=System;



--- NEW FILE gtkperf.spec ---
Summary:	GTK+ performance tester
Name:		gtkperf
Version:	0.40
Release:	6%{?dist}
License:	GPLv2
Group:		Applications/System
Source0:	http://downloads.sourceforge.net/%{name}/%{name}_%{version}.tar.gz
URL:		http://gtkperf.sourceforge.net/
BuildRequires:	gtk2-devel
BuildRequires:  desktop-file-utils
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Source1: gtkperf.desktop

%description
GtkPerf is an application designed to test GTK+ performance. The point
is to create common testing platform to run predefined GTK+ widgets
and this way define the speed of device/platform.

%prep
%setup -q -n %{name}

%build
%configure

## Do not run autoheader
touch ./stamp-h*

## A bug in configure.in makes CFLAGS to be overwritten with an empty string
## so set CFLAGS in make
make %{?_smp_mflags} CFLAGS="%{optflags}"

## Changelog must be converted to utf8
rm -f ./ChangeLog.utf8
iconv -f ISO-8859-1 -t utf8 ./ChangeLog -o ChangeLog.utf8
mv -f ChangeLog.utf8 ./ChangeLog

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
rm -rf %{buildroot}%{_prefix}/doc
desktop-file-install --vendor="fedora"	\
	--dir=%{buildroot}%{_datadir}/applications\
	%{SOURCE1}
    
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README COPYING
%{_bindir}/*
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*

%changelog

* Sat Aug 11 2007 Per Patrice Bouchand <patrice.bouchand.fedora at gmail.com> 0.40-6
- Remove attr(755,root,root) on _bindir

* Fri Aug 10 2007 Per Patrice Bouchand <patrice.bouchand.fedora at gmail.com> 0.40-5
- Convert ChangeLog to UTF8
- Update License tag to GPLv2
- Suppress the call of automated autoheader
- Set CFLAGS in make

* Tue Aug 7 2007 Per Patrice Bouchand <patrice.bouchand.fedora at gmail.com> 0.40-4
- More spec clean-up

* Thu Jul 25 2007 Per Patrice Bouchand <patrice.bouchand.fedora at gmail.com> 0.40-3
- Add COPYING and desktop file

* Thu Jul 19 2007 Per Patrice Bouchand <patrice.bouchand.fedora at gmail.com> 0.40-2
- Spec clean-up

* Wed Jul 18 2007 Per Patrice Bouchand <patrice.bouchand.fedora at gmail.com> 0.40-1
- Initial Fedora release (inspired by PLD)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtkperf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Aug 2007 16:02:49 -0000	1.1
+++ .cvsignore	11 Aug 2007 17:46:18 -0000	1.2
@@ -0,0 +1 @@
+gtkperf_0.40.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtkperf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Aug 2007 16:02:49 -0000	1.1
+++ sources	11 Aug 2007 17:46:18 -0000	1.2
@@ -0,0 +1 @@
+4331dde4bb83865e15482885fcb0cc53  gtkperf_0.40.tar.gz




More information about the fedora-extras-commits mailing list