Author: qboosh Date: Fri Jun 17 21:13:48 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl summary, partial cleanup
---- Files affected: SPECS: odbctest.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/odbctest.spec diff -u SPECS/odbctest.spec:1.1 SPECS/odbctest.spec:1.2 --- SPECS/odbctest.spec:1.1 Fri Jun 17 21:50:20 2005 +++ SPECS/odbctest.spec Fri Jun 17 23:13:42 2005 @@ -1,20 +1,15 @@ # $Revision$, $Date$ -# comment out this to autofind of package requirements -# instead of manually specifing using "Requires" lines -AutoReqProv: no - +Summary: iODBC test +Summary(pl): Narzędzie testowe dla iODBC Name: odbctest Version: 1.9.2.7 Release: 0.1 -Summary: iODBC test -Group: Applications/Databases License: LGPL +Group: Applications/Databases Vendor: OpenLink Software <[EMAIL PROTECTED]> -URL: http://www.iodbc.org/ Source0: http://duch.mimuw.edu.pl/~hunter/%{name}-%{version}.tar.gz +URL: http://www.iodbc.org/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -BuildRequires: glibc-devel >= 2.0 -Requires: glibc >= 2.0 %description iODBC connection test application. @@ -26,22 +21,20 @@ %setup -q %build +# TODO: optflags %{__make} %install rm -rf $RPM_BUILD_ROOT -if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi -install -d $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_prefix} install -d $RPM_BUILD_ROOT%{_bindir} -cp odbctest $RPM_BUILD_ROOT%{_bindir}/odbctest + +install odbctest $RPM_BUILD_ROOT%{_bindir}/odbctest %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -# docs go to /usr/share/doc/[package-name]-[version] %doc LICENSE LICENSE.BSD LICENSE.LGPL %attr(755,root,root) %{_bindir}/odbctest @@ -51,6 +44,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/06/17 21:13:42 qboosh +- pl summary, partial cleanup + Revision 1.1 2005/06/17 19:50:20 hunter - 1st pld commit ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/odbctest.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
