]> git.pld-linux.org Git - packages/alleyoop.git/blobdiff - alleyoop.spec
- updated to 0.8.2
[packages/alleyoop.git] / alleyoop.spec
index 6c4b501d66608db99c1cfe06af787d67dd183971..2ed3d6bf98fb6678e11c77fdf74ac9df713d4562 100644 (file)
@@ -1,19 +1,23 @@
 Summary:       Graphical Valgrind front-end
 Summary(pl):   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-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
@@ -29,9 +33,16 @@ w 
 
 %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.0765 seconds and 4 git commands to generate.