From 93c2282495b8dc95b7259d491eba8e374818bfb6 Mon Sep 17 00:00:00 2001 From: dobrek Date: Mon, 10 Jun 2002 16:15:12 +0000 Subject: [PATCH] - Adapted from RH - Added config_dir patch Changed files: fags.spec -> 1.1 --- fags.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 fags.spec diff --git a/fags.spec b/fags.spec new file mode 100644 index 0000000..8fb85ed --- /dev/null +++ b/fags.spec @@ -0,0 +1,50 @@ +Summary: Free AudioGalaxy Satellite client. +Name: fags +Version: 0.2.1 +Release: 1 +License: GPL +Group: Applications/Multimedia +###### Unknown group! +Source0: ftp://ftp.tty0.org/pub/fags/%{name}-%{version}.tar.gz +Patch0: %{name}-config_dir.patch +URL: http://www.tty0.org/page/fags +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + + +%description +FAGS is a Free AudioGalaxy Satellite client for UNIX and Linux. It is +written in C and licensed under the GNU General Public License. + +FAGS features up to 20 simultaneous uploads or downloads using +asynchronous socket I/O, resuming of uploads and downloads, sharing of +multiple directories, reading of MP3 and OGG Vorbis ID3 tags and +bandwidth limiting. + +%prep +%setup -q +%patch0 -p1 + +%build +aclocal +automake -a -c +autoconf +%configure +%__make + +%install +rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} +%__make install DESTDIR=$RPM_BUILD_ROOT + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%clean +rm -rf %{buildroot} + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO doc/* +%attr(755,root,root) %{_bindir}/* +%{_mandir}/* -- 2.43.0