Author: gotar Date: Fri Mar 31 17:07:25 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial PLD release ;)
---- Files affected: SPECS: oa.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/oa.spec diff -u /dev/null SPECS/oa.spec:1.1 --- /dev/null Fri Mar 31 19:07:25 2006 +++ SPECS/oa.spec Fri Mar 31 19:07:18 2006 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: Toy to experiment with wave-forms +Summary(pl): Zabawka do eksperymentowania z kształtami fal +Name: oa +Version: 1.0.3 +Release: 1 +License: GPL v2 +Group: X11/Applications/Sound +Source0: http://sed.free.fr/oa/%{name}-%{version}.tar.gz +# Source0-md5: 59646de1598c29a7e35eb906ba970b98 +URL: http://sed.free.fr/oa/ +BuildRequires: XFree86-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Toy to experiment with wave-forms. + +%description -l pl +Zabawka do eksperymentowania z kształtami fal. + +%prep +%setup -q + +%build +%{__make} \ + CFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +install oa $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS BUGS LICENCE PUBLIC NOISE README TODO +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/03/31 17:07:18 gotar +- initial PLD release ;) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
