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

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Mon Oct 2 22:05:17 UTC 2006


Author: giallu

Update of /cvs/extras/rpms/alleyoop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26763/devel

Modified Files:
	.cvsignore sources 
Added Files:
	alleyoop.desktop alleyoop.spec 
Log Message:
auto-import alleyoop-0.9.3-2 on branch devel from alleyoop-0.9.3-2.src.rpm


--- NEW FILE alleyoop.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Alleyoop
GenericName=Memory Checker
Comment=Validate the memory usage of any program
Exec=alleyoop
Icon=gnome-devel.png
StartupNotify=true
Terminal=false
Type=Application
Categories=Application;GNOME;Development;X-Fedora;
Version=0.9.0


--- NEW FILE alleyoop.spec ---
Name:       alleyoop
Version:    0.9.3
Release:    2%{?dist}
License:    GPL
Group:      Development/Tools
Summary:    Graphical front-end to the Valgrind memory checker for x86
URL:        http://alleyoop.sourceforge.net/
Source0:    http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:    alleyoop.desktop
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: valgrind >= 3.1.0
BuildRequires: libgnomeui-devel, gettext, intltool
BuildRequires: desktop-file-utils
BuildRequires: binutils-devel

Requires: valgrind >= 3.1.0
Requires: GConf2, scrollkeeper
# Limited to arches where valgrind exists
ExclusiveArch: %{ix86} x86_64

%description
Alleyoop is a graphical front-end to the increasingly popular Valgrind
memory checker for x86 GNU/ Linux using the Gtk+ widget set and other
GNOME libraries for the X Windows System.

Features include a right-click context menu to intelligently suppress
errors or launch an editor on the source file/jumping to the exact
line of the error condition. A searchbar at the top of the viewer can
be used to limit the viewable errors to those that match the regex
criteria entered. Also included is a fully functional Suppressions
editor.

%prep
%setup -q

%build
%configure --disable-install-schemas
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"
make install DESTDIR=${RPM_BUILD_ROOT}
%find_lang %{name}

desktop-file-install --vendor fedora                            \
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
        --add-category X-Fedora                                 \
        %{SOURCE1}

%post
export GCONF_CONFIG_SOURCE="$(gconftool-2 --get-default-source)"
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null
scrollkeeper-update -q

%postun
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null
scrollkeeper-update -q

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING
%config %{_sysconfdir}/gconf/schemas/*.schemas
%{_bindir}/*
%{_datadir}/applications/*.desktop


%changelog
* Mon Oct 2 2006 Gianluca Sforna <giallu gmail com> 0.9.3-2
- address comments from review (BZ# 201417)

* Tue Aug 15 2006 Gianluca Sforna <giallu gmail com> 0.9.3-1
- version update
- add BRs: desktop-file-utils, intlutil

* Thu Aug 3 2006 Gianluca Sforna <giallu gmail com> 0.9.2-1
- version update
- dropped patches
- raised required valgrind version

* Thu Sep  1 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.9.0-3
- add BR: gettext
- "X-Desktop-File-Install-Version=0.4" removed from alleyop.desktop
- s/X-Windows/X Window System/ in %%description
- gconftool-2 --makefile-uninstall-rule code added in %%postun
- Requires for GConf2 and scrollkeeper added
- Patch to use --log-fd (new syntax)

* Thu Jul 28 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.9.0-2
- fix stupid typo in ExclusiveArch

* Wed Jul 27 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.9.0-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/alleyoop/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Oct 2006 22:03:48 -0000	1.1
+++ .cvsignore	2 Oct 2006 22:05:16 -0000	1.2
@@ -0,0 +1 @@
+alleyoop-0.9.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/alleyoop/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Oct 2006 22:03:48 -0000	1.1
+++ sources	2 Oct 2006 22:05:16 -0000	1.2
@@ -0,0 +1 @@
+b3a4703f60448c30122ca55fd00d1c0f  alleyoop-0.9.3.tar.gz




More information about the fedora-extras-commits mailing list