SPECS: oggfwd.spec (NEW) - initial spec by badman
rotom
rotom at pld-linux.org
Sun Mar 4 16:59:30 CET 2007
Author: rotom Date: Sun Mar 4 15:59:30 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial spec by badman
---- Files affected:
SPECS:
oggfwd.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/oggfwd.spec
diff -u /dev/null SPECS/oggfwd.spec:1.1
--- /dev/null Sun Mar 4 16:59:30 2007
+++ SPECS/oggfwd.spec Sun Mar 4 16:59:25 2007
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+
+Summary: Small utility to forward Ogg to server icecast
+Summary(pl.UTF-8): Niewielkie narzędzie do przekazywania plików Ogg dla serwera iceacast
+Name: oggfwd
+Version: 0.2
+Release: 0.1
+License: GPL v2
+Group: Applications
+Source0: http://v2v.cc/~j/oggfwd/%{name}-%{version}.tar.gz
+# Source0-md5: 00969e60bec7191e55db1026a698419f
+URL: http://v2v.cc/~j/ffmpeg2theora/oggfwd
+BuildRequires: libogg-devel
+BuildRequires: libshout-devel >= 2.1
+BuildRequires: libvorbis-devel
+BuildRequires: speex-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Small utility to forward Ogg to server icecast.
+
+%description -l pl.UTF-8
+Niewielkie narzędzie przekazywania plików Ogg do serwera iceacast.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{_bindir}/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/03/04 15:59:25 rotom
+- initial spec by badman
+
================================================================
More information about the pld-cvs-commit
mailing list