]> git.pld-linux.org Git - packages/alleyoop.git/blob - alleyoop.spec
0198d10b5637dfd5f749946e5935f3d6b973c1be
[packages/alleyoop.git] / alleyoop.spec
1 Summary:        Graphical Valgrind front-end
2 Name:           alleyoop
3 Version:        0.7.3
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications
7 Source0:        http://dl.sf.net/alleyoop/%{name}-%{version}.tar.gz
8 # Source0-md5:  df7bc031ab4925ba3bdf6a6ad4447d58
9 URL:            http://alleyoop.sourceforge.net/
10 BuildRequires:  binutils-static
11 BuildRequires:  valgrind
12 BuildRequires:  GConf2-devel
13 BuildRequires:  libgnomeui-devel
14 BuildRequires:  libglade2-devel
15 Requires(post): GConf2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Alleyoop is a graphical front-end to the increasingly popular Valgrind
20 memory checker for x86 GNU/ Linux using the Gtk+ widget set and other
21 GNOME libraries for the X-Windows environment.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %find_lang %{name}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %post
43 %gconf_schema_install
44
45 %files -f %{name}.lang
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog NEWS README
48 %attr(755,root,root) %{_bindir}/*
49 %{_sysconfdir}/gconf/schemas/%{name}.schemas
This page took 0.042454 seconds and 2 git commands to generate.