Author: qboosh Date: Sat Apr 1 23:38:41 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - no libtool or aclocal, fixed flex dep (BR not R)
---- Files affected: SPECS: perl2html.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl2html.spec diff -u SPECS/perl2html.spec:1.2 SPECS/perl2html.spec:1.3 --- SPECS/perl2html.spec:1.2 Sun Apr 2 00:34:00 2006 +++ SPECS/perl2html.spec Sun Apr 2 01:38:36 2006 @@ -5,15 +5,13 @@ Version: 0.9.2 Release: 0.1 Epoch: 0 -License: GPL +License: GPL v2+ Group: Applications/Text Source0: http://user.cs.tu-berlin.de/~schintke/x2html/%{name}-%{version}.tar.gz # Source0-md5: 4b17cd3336227a788b53c080df314890 URL: http://user.cs.tu-berlin.de/~schintke/x2html/index.html BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool -Requires: flex +BuildRequires: flex Conflicts: perl-Pod-Tree BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -30,8 +28,6 @@ %setup -q %build -%{__libtoolize} -%{__aclocal} %{__autoconf} %configure %{__make} @@ -48,7 +44,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS COPYING NEWS README +%doc AUTHORS NEWS README %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/perl2html.1* @@ -58,6 +54,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/04/01 23:38:36 qboosh +- no libtool or aclocal, fixed flex dep (BR not R) + Revision 1.2 2006/04/01 22:34:00 qboosh - added missing rcs tags, cleanups ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl2html.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
