Author: lisu Date: Wed Jul 15 14:14:00 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.4.5 - package only valueble docs - fix getline error (getline.patch)
---- Files affected: packages/ratpoison: ratpoison.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: packages/ratpoison/ratpoison.spec diff -u packages/ratpoison/ratpoison.spec:1.24 packages/ratpoison/ratpoison.spec:1.25 --- packages/ratpoison/ratpoison.spec:1.24 Mon May 4 01:06:10 2009 +++ packages/ratpoison/ratpoison.spec Wed Jul 15 16:13:55 2009 @@ -2,13 +2,14 @@ Summary: A simple X11 window manager Summary(pl.UTF-8): Prosty zarzÄ…dca okien dla X11 Name: ratpoison -Version: 1.4.3 -Release: 2 -License: GPL +Version: 1.4.5 +Release: 1 +License: GPL v2+ Group: X11/Window Managers -Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz -# Source0-md5: c1899e3e2549d29825cdb1b8d042c836 +Source0: http://savannah.nongnu.org/download/ratpoison/%{name}-%{version}.tar.gz +# Source0-md5: 330a08dbed6be88cab54f6947e9f0b60 Source1: %{name}-xsession.desktop +Patch0: %{name}-getline.patch URL: http://www.nongnu.org/ratpoison/ BuildRequires: autoconf >= 2.59-9 BuildRequires: automake @@ -19,8 +20,6 @@ BuildRequires: xorg-lib-libXtst-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _docdir %{_prefix}/share/doc/%{name} - %description ratpoison is a simple Window Manager with no fat library dependencies, no fancy graphics, no window decorations, and no flashy wank. It is @@ -35,6 +34,7 @@ %prep %setup -q +%patch0 -p1 %build %{__aclocal} @@ -60,12 +60,11 @@ %files %defattr(644,root,root,755) -%dir %{_docdir} -%doc %{_docdir}/* +%doc AUTHORS ChangeLog NEWS README TODO doc/*.texi %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_datadir}/xsessions/%{name}.desktop -%{_mandir}/man1/* +%{_mandir}/man1/ratpoison.1* %{_infodir}/*.info* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -74,6 +73,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2009/07/15 14:13:55 lisu +- up to 1.4.5 +- package only valueble docs +- fix getline error (getline.patch) + Revision 1.24 2009/05/03 23:06:10 hawk - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ratpoison/ratpoison.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
