]> git.pld-linux.org Git - packages/fags.git/commitdiff
- Adapted from RH
authordobrek <dobrek@pld-linux.org>
Mon, 10 Jun 2002 16:15:12 +0000 (16:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Added config_dir patch

Changed files:
    fags.spec -> 1.1

fags.spec [new file with mode: 0644]

diff --git a/fags.spec b/fags.spec
new file mode 100644 (file)
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}/*
This page took 0.062521 seconds and 4 git commands to generate.