Author: gotar Date: Tue Jan 5 23:55:03 2010 GMT Module: packages Tag: HEAD ---- Log message: - upgraded to 0.7.5
---- Files affected: packages/aldo: aldo.spec (1.9 -> 1.10) , aldo-DESTDIR.patch (1.2 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/aldo/aldo.spec diff -u packages/aldo/aldo.spec:1.9 packages/aldo/aldo.spec:1.10 --- packages/aldo/aldo.spec:1.9 Mon Feb 12 22:23:46 2007 +++ packages/aldo/aldo.spec Wed Jan 6 00:54:58 2010 @@ -2,13 +2,15 @@ Summary: Morse code tutor Summary(pl.UTF-8): Program do nauki alfabetu Morse'a Name: aldo -Version: 0.6.3 -Release: 2 +Version: 0.7.5 +Release: 1 License: GPL Group: Applications -Source0: http://dl.sourceforge.net/aldo/%{name}-%{version}.tar.bz2 -# Source0-md5: 7548bed9282f4581858648236a9ac5e0 -Patch0: %{name}-DESTDIR.patch +Source0: http://savannah.nongnu.org/download/aldo/%{name}-%{version}.tar.bz2 +# Source0-md5: c429c6a24addfcfae0c41b4bf3d858d5 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libao-devel URL: http://www.nongnu.org/aldo/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -23,14 +25,17 @@ %prep %setup -q -%patch0 -p1 %build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_bindir} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -40,8 +45,9 @@ %files %defattr(644,root,root,755) -%doc ChangeLog README +%doc AUTHORS ChangeLog NEWS README THANKS %attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/%{name}.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -49,6 +55,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2010/01/05 23:54:58 gotar +- upgraded to 0.7.5 + Revision 1.9 2007/02/12 21:23:46 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/aldo/aldo.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
