]> git.pld-linux.org Git - packages/alleyoop.git/blame - alleyoop.spec
- tabs in preamble
[packages/alleyoop.git] / alleyoop.spec
CommitLineData
e0609c6a 1Summary: Graphical Valgrind front-end
a59e2a18 2Summary(pl.UTF-8): Graficzny frontend do Valgrinda
e0609c6a 3Name: alleyoop
542ea745 4Version: 0.8.2
e0609c6a 5Release: 1
6License: GPL
7Group: X11/Applications
b8c36f88 8Source0: http://dl.sourceforge.net/alleyoop/%{name}-%{version}.tar.gz
542ea745 9# Source0-md5: a5507573d190352e7c77dccf05dbb2ef
10Patch0: %{name}-locale-names.patch
e0609c6a 11URL: http://alleyoop.sourceforge.net/
e0609c6a 12BuildRequires: GConf2-devel
542ea745 13BuildRequires: autoconf
14BuildRequires: automake
622cee0f 15BuildRequires: binutils-static
e0609c6a 16BuildRequires: libgnomeui-devel
17BuildRequires: libglade2-devel
622cee0f 18BuildRequires: valgrind
e0609c6a 19Requires(post): GConf2
542ea745 20Requires: valgrind
e0609c6a 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Alleyoop is a graphical front-end to the increasingly popular Valgrind
0f6d3936 25memory checker for x86 Linux using the GTK+ widget set and other GNOME
622cee0f
JB
26libraries for the X Window environment.
27
10534f95 28%description -l pl.UTF-8
622cee0f 29Alleyoop to graficzny frontend do Valgrinda - coraz bardziej
10534f95
JR
30popularnego narzędzia kontrolującego dostęp do pamięci dla Linuksa
31na x86. Alleyoop używa zestawu widgetów GTK+ i innych bibliotek GNOME
32w środowisku X Window.
e0609c6a 33
34%prep
35%setup -q
542ea745 36%patch0 -p1
37
38mv po/{no,nb}.po
e0609c6a 39
40%build
542ea745 41%{__aclocal}
42%{__autoconf}
43%{__automake}
44%configure \
45 --disable-schemas-install
e0609c6a 46
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
542ea745 53 DESTDIR=$RPM_BUILD_ROOT \
54 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
e0609c6a 55
56%find_lang %{name}
57
58%clean
59rm -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.064168 seconds and 4 git commands to generate.