X-Git-Url: http://git.pld-linux.org/?p=packages%2Falleyoop.git;a=blobdiff_plain;f=alleyoop.spec;h=d9007d11c61c7194ee8a372f0a194657e7cc78f1;hp=3ba4f648fd4617adbbb73154ab462b99ed1adecc;hb=b8c36f88cb363b6b25a4e2ed5492912ddf34f54f;hpb=622cee0f7eca133942ba46f794d921af3d791e44 diff --git a/alleyoop.spec b/alleyoop.spec index 3ba4f64..d9007d1 100644 --- a/alleyoop.spec +++ b/alleyoop.spec @@ -1,37 +1,48 @@ Summary: Graphical Valgrind front-end Summary(pl): Graficzny frontend do Valgrinda Name: alleyoop -Version: 0.7.3 +Version: 0.8.2 Release: 1 License: GPL Group: X11/Applications -Source0: http://dl.sf.net/alleyoop/%{name}-%{version}.tar.gz -# Source0-md5: df7bc031ab4925ba3bdf6a6ad4447d58 +Source0: http://dl.sourceforge.net/alleyoop/%{name}-%{version}.tar.gz +# Source0-md5: a5507573d190352e7c77dccf05dbb2ef +Patch0: %{name}-locale-names.patch URL: http://alleyoop.sourceforge.net/ BuildRequires: GConf2-devel +BuildRequires: autoconf +BuildRequires: automake BuildRequires: binutils-static BuildRequires: libgnomeui-devel BuildRequires: libglade2-devel BuildRequires: valgrind Requires(post): GConf2 +Requires: valgrind BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Alleyoop is a graphical front-end to the increasingly popular Valgrind -memory checker for x86 Linux using the Gtk+ widget set and other GNOME +memory checker for x86 Linux using the GTK+ widget set and other GNOME libraries for the X Window environment. %description -l pl Alleyoop to graficzny frontend do Valgrinda - coraz bardziej popularnego narzêdzia kontroluj±cego dostêp do pamiêci dla Linuksa -na x86. Alleyoop u¿ywa zestawu widgetów Gtk+ i innych bibliotek GNOME +na x86. Alleyoop u¿ywa zestawu widgetów GTK+ i innych bibliotek GNOME w ¶rodowisku X Window. %prep %setup -q +%patch0 -p1 + +mv po/{no,nb}.po %build -%configure +%{__aclocal} +%{__autoconf} +%{__automake} +%configure \ + --disable-schemas-install %{__make} @@ -39,7 +50,8 @@ w rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT \ + GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %find_lang %{name}