]> git.pld-linux.org Git - packages/alleyoop.git/blob - alleyoop.spec
- [Gg]tk+ -> GTK+
[packages/alleyoop.git] / alleyoop.spec
1 Summary:        Graphical Valgrind front-end
2 Summary(pl):    Graficzny frontend do Valgrinda
3 Name:           alleyoop
4 Version:        0.8.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  a5507573d190352e7c77dccf05dbb2ef
10 Patch0:         %{name}-locale-names.patch
11 URL:            http://alleyoop.sourceforge.net/
12 BuildRequires:  GConf2-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  binutils-static
16 BuildRequires:  libgnomeui-devel
17 BuildRequires:  libglade2-devel
18 BuildRequires:  valgrind
19 Requires(post): GConf2
20 Requires:               valgrind
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Alleyoop is a graphical front-end to the increasingly popular Valgrind
25 memory checker for x86 Linux using the GTK+ widget set and other GNOME
26 libraries for the X Window environment.
27
28 %description -l pl
29 Alleyoop to graficzny frontend do Valgrinda - coraz bardziej
30 popularnego narzêdzia kontroluj±cego dostêp do pamiêci dla Linuksa
31 na x86. Alleyoop u¿ywa zestawu widgetów GTK+ i innych bibliotek GNOME
32 w ¶rodowisku X Window.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 mv po/{no,nb}.po
39
40 %build
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure \
45         --disable-schemas-install
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT \
54         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
55
56 %find_lang %{name}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %post
62 %gconf_schema_install
63
64 %files -f %{name}.lang
65 %defattr(644,root,root,755)
66 %doc AUTHORS ChangeLog NEWS README
67 %attr(755,root,root) %{_bindir}/*
68 %{_sysconfdir}/gconf/schemas/%{name}.schemas
This page took 0.064837 seconds and 3 git commands to generate.