Author: glen Date: Mon Jan 4 18:04:46 2010 GMT Module: packages Tag: HEAD ---- Log message: - no epoch defined, avoid using it; rel 2
---- Files affected: packages/libxcrypt: libxcrypt.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/libxcrypt/libxcrypt.spec diff -u packages/libxcrypt/libxcrypt.spec:1.3 packages/libxcrypt/libxcrypt.spec:1.4 --- packages/libxcrypt/libxcrypt.spec:1.3 Sat Nov 28 03:17:48 2009 +++ packages/libxcrypt/libxcrypt.spec Mon Jan 4 19:04:41 2010 @@ -2,7 +2,7 @@ Summary: Crypt Library for DES, MD5, and Blowfish Name: libxcrypt Version: 3.0.2 -Release: 1 +Release: 2 License: LGPL v2+, Public Domain, Freeware Group: Libraries Source0: ftp://ftp.suse.com/pub/people/kukuk/libxcrypt/%{name}-%{version}.tar.bz2 @@ -19,7 +19,7 @@ %package devel Summary: Header files and develpment documentation for libxcrypt Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel This package contains the header files to develop software using @@ -28,7 +28,7 @@ %package static Summary: Static libxcrypt library Group: Development/Libraries -Requires: %{name}-devel = %{epoch}:%{version}-%{release} +Requires: %{name}-devel = %{version}-%{release} %description static This package contains the static library used for development. @@ -67,7 +67,7 @@ %defattr(644,root,root,755) %doc ChangeLog NEWS README* %attr(755,root,root) /%{_lib}/libxcrypt.so.* -%dir /%{_lib}/xcrypt +%dir /%{_lib}/xcrypt %attr(755,root,root) /%{_lib}/xcrypt/libxcrypt*.so* %files devel @@ -86,6 +86,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2010/01/04 18:04:41 glen +- no epoch defined, avoid using it; rel 2 + Revision 1.3 2009/11/28 02:17:48 sparky - %undefine __cxx - to prevent configure from looking for c++ compiler @@ -94,4 +97,3 @@ Revision 1.1 2008/11/26 13:16:08 arekm - initial 3.0.2 - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libxcrypt/libxcrypt.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
