SPECS: cvm.spec - fixed encoding
qboosh
qboosh at pld-linux.org
Tue Dec 19 20:40:39 CET 2006
Author: qboosh Date: Tue Dec 19 19:40:39 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed encoding
---- Files affected:
SPECS:
cvm.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/cvm.spec
diff -u SPECS/cvm.spec:1.1 SPECS/cvm.spec:1.2
--- SPECS/cvm.spec:1.1 Mon Dec 18 03:49:08 2006
+++ SPECS/cvm.spec Tue Dec 19 20:40:33 2006
@@ -3,7 +3,7 @@
# - separate -devel package
# - think how to fix --as-needed this time
Summary: Credential Validation Modules
-Summary(pl): ModuĹy uwierzytelniajÄ
ce CVM
+Summary(pl): Moduły uwierzytelniające CVM
Name: cvm
Version: 0.82
Release: 0.1
@@ -19,12 +19,12 @@
%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).
+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).
+i modułów (cvm-unix, cvm-pwfile).
%prep
%setup -q
@@ -43,7 +43,9 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install install_prefix="$RPM_BUILD_ROOT"
+
+%{__make} install \
+ install_prefix=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
@@ -52,6 +54,7 @@
%defattr(644,root,root,755)
%doc ChangeLog NEWS README TODO
%attr(755,root,root) %{_bindir}/*
+# FIXME: errogenous!
%{_libdir}/*
%{_includedir}/*
@@ -61,6 +64,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/12/19 19:40:33 qboosh
+- fixed encoding
+
Revision 1.1 2006/12/18 02:49:08 japhy
- New (initial) spec.
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cvm.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list