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