Author: japhy Date: Mon Dec 18 02:49:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - New (initial) spec.
---- Files affected: SPECS: cvm.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/cvm.spec diff -u /dev/null SPECS/cvm.spec:1.1 --- /dev/null Mon Dec 18 03:49:13 2006 +++ SPECS/cvm.spec Mon Dec 18 03:49:08 2006 @@ -0,0 +1,66 @@ +# $Revision$, $Date$ +# TODO: +# - separate -devel package +# - think how to fix --as-needed this time +Summary: Credential Validation Modules +Summary(pl): ModuĹy uwierzytelniajÄ ce CVM +Name: cvm +Version: 0.82 +Release: 0.1 +License: GPL +Group: Development/Libraries +Source0: http://untroubled.org/cvm/%{name}-%{version}.tar.gz +# Source0-md5: c8ce29c3b0ec932ae2d8c0c0eb94915a +URL: http://untroubled.org/cvm/ +BuildRequires: bglibs-devel +BuildRequires: libtool +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define filterout_ld -Wl,--as-needed + +%description +This package implements the CVM interface as a client (cvm-testclient), +and as a module (cvm-unix, cvm-pwfile). + +%description -l pl +Pakiet implementuje interfejs CVM od strony klienta (cvm-testclient) +i moduĹu (cvm-unix, cvm-pwfile). + +%prep +%setup -q + +%build +echo '%{__cc} %{rpmcflags} -Wall -I%{_includedir}/bglibs' > conf-cc +echo '%{__cc} %{rpmldflags} -L%{_libdir}/bglibs' > conf-ld +echo '%{_includedir}/bglibs' > conf-bgincs +echo '%{_libdir}/bglibs' > conf-bglibs +echo '%{_prefix}' > conf-home +echo '%{_bindir}' > conf-bin +echo '%{_includedir}' > conf-include +echo '%{_libdir}' > conf-lib + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install install_prefix="$RPM_BUILD_ROOT" + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/* +%{_libdir}/* +%{_includedir}/* + +%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 2006/12/18 02:49:08 japhy +- New (initial) spec. + ================================================================ _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit