SPECS: odbctest.spec (NEW) - 1st pld commit
hunter
hunter at pld-linux.org
Fri Jun 17 21:50:25 CEST 2005
Author: hunter Date: Fri Jun 17 19:50:25 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1st pld commit
---- Files affected:
SPECS:
odbctest.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/odbctest.spec
diff -u /dev/null SPECS/odbctest.spec:1.1
--- /dev/null Fri Jun 17 21:50:25 2005
+++ SPECS/odbctest.spec Fri Jun 17 21:50:20 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+# comment out this to autofind of package requirements
+# instead of manually specifing using "Requires" lines
+AutoReqProv: no
+
+Name: odbctest
+Version: 1.9.2.7
+Release: 0.1
+Summary: iODBC test
+Group: Applications/Databases
+License: LGPL
+Vendor: OpenLink Software <iodbc at openlinksq.com>
+URL: http://www.iodbc.org/
+Source0: http://duch.mimuw.edu.pl/~hunter/%{name}-%{version}.tar.gz
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: glibc-devel >= 2.0
+Requires: glibc >= 2.0
+
+%description
+iODBC connection test application.
+
+%description -l pl
+Aplikacja testująca połączenia iODBC.
+
+%prep
+%setup -q
+
+%build
+%{__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
+
+%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
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/06/17 19:50:20 hunter
+- 1st pld commit
+
+* Fri Nov 21 2003 S Yoder <computer AT flatmtn DOT com>
+- prepared spec file for RPM for RedHat 8.0 (psyche)
================================================================
More information about the pld-cvs-commit
mailing list