]> git.pld-linux.org Git - packages/alleyoop.git/blobdiff - alleyoop.spec
- converted to UTF-8
[packages/alleyoop.git] / alleyoop.spec
index 6c4b501d66608db99c1cfe06af787d67dd183971..bce1e30e33a955df61c17aae519af8655597ba9c 100644 (file)
@@ -1,37 +1,48 @@
 Summary:       Graphical Valgrind front-end
-Summary(pl):   Graficzny frontend do Valgrinda
+Summary(pl.UTF-8):   Graficzny frontend do Valgrinda
 Name:          alleyoop
-Version:       0.8.1
+Version:       0.8.2
 Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 7d6233a54b6a93b149642c5c5bbbcf63
+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
+%description -l pl.UTF-8
 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
-w rodowisku X Window.
+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
+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}
 
This page took 0.08531 seconds and 4 git commands to generate.