Author: qboosh Date: Sat Nov 3 21:05:01 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - GPL v2+ - little cleanup
---- Files affected: SPECS: urxvt.spec (1.41 -> 1.42) ---- Diffs: ================================================================ Index: SPECS/urxvt.spec diff -u SPECS/urxvt.spec:1.41 SPECS/urxvt.spec:1.42 --- SPECS/urxvt.spec:1.41 Sun Oct 28 12:39:24 2007 +++ SPECS/urxvt.spec Sat Nov 3 22:04:55 2007 @@ -6,16 +6,14 @@ Version: 8.4 Release: 1 Group: X11/Applications -License: GPL +License: GPL v2+ Source0: http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2 # Source0-md5: d15ba0ea7cb54ce7a2a41650e2a5e6ab Source1: %{name}.desktop URL: http://software.schmorp.de/ -BuildRequires: autoconf -BuildRequires: automake +BuildRequires: autoconf >= 2.50 BuildRequires: fontconfig-devel BuildRequires: libstdc++-devel -BuildRequires: libtool BuildRequires: perl-devel BuildRequires: sed >= 4.0 BuildRequires: xorg-lib-libXext-devel @@ -67,7 +65,6 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_mandir}/man{1,7} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -84,11 +81,13 @@ %files %defattr(644,root,root,755) -%doc Changes doc/README.* -%attr(755,root,root) %{_bindir}/* +%doc Changes doc/README.xvt +%attr(755,root,root) %{_bindir}/urxvt* %{_libdir}/%{name} %{_desktopdir}/urxvt.desktop -%{_mandir}/man*/* +%{_mandir}/man1/urxvt*.1* +%{_mandir}/man3/urxvtperl.3* +%{_mandir}/man7/urxvt.7* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -96,6 +95,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.42 2007/11/03 21:04:55 qboosh +- GPL v2+ +- little cleanup + Revision 1.41 2007/10/28 11:39:24 areq - 8.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/urxvt.spec?r1=1.41&r2=1.42&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
