Author: arekm Date: Sat Feb 19 22:07:10 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial pld release
---- Files affected: SPECS: pxview.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pxview.spec diff -u /dev/null SPECS/pxview.spec:1.1 --- /dev/null Sat Feb 19 23:07:10 2005 +++ SPECS/pxview.spec Sat Feb 19 23:07:05 2005 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +# TODO: +# - missing manual files (no docbook-to-man tool) +Summary: View Paradox DB files +Name: pxview +Version: 0.2.3 +Release: 1 +Epoch: 0 +License: GPL +Group: Applications +Source0: http://dl.sourceforge.net/pxlib/%{name}_%{version}.orig.tar.gz +# Source0-md5: 0b0164588af775dec7f6f6f64d61e270 +URL: http://pxlib.sourceforge.net/ +BuildRequires: pxlib-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +pxview is quite simple command line program which has been originally +created to test pxlib. pxlib is a library to read Paradox files. +During the development pxview has evolved more and more into a useful +program to examine the contents of Paradox files and to convert them +into SQL or CSV format. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog +%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 2005/02/19 22:07:05 arekm +- initial pld release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
