From e0609c6aee8632b488bcaa437bc411779987aa9a Mon Sep 17 00:00:00 2001 From: aflinta Date: Fri, 5 Sep 2003 14:50:46 +0000 Subject: [PATCH] - PLD initial release Changed files: alleyoop.spec -> 1.1 --- alleyoop.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 alleyoop.spec diff --git a/alleyoop.spec b/alleyoop.spec new file mode 100644 index 0000000..0198d10 --- /dev/null +++ b/alleyoop.spec @@ -0,0 +1,49 @@ +Summary: Graphical Valgrind front-end +Name: alleyoop +Version: 0.7.3 +Release: 1 +License: GPL +Group: X11/Applications +Source0: http://dl.sf.net/alleyoop/%{name}-%{version}.tar.gz +# Source0-md5: df7bc031ab4925ba3bdf6a6ad4447d58 +URL: http://alleyoop.sourceforge.net/ +BuildRequires: binutils-static +BuildRequires: valgrind +BuildRequires: GConf2-devel +BuildRequires: libgnomeui-devel +BuildRequires: libglade2-devel +Requires(post): GConf2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Alleyoop is a graphical front-end to the increasingly popular Valgrind +memory checker for x86 GNU/ Linux using the Gtk+ widget set and other +GNOME libraries for the X-Windows environment. + +%prep +%setup -q + +%build +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%gconf_schema_install + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/* +%{_sysconfdir}/gconf/schemas/%{name}.schemas -- 2.43.0