]> git.pld-linux.org Git - packages/libxcrypt.git/commitdiff
- no epoch defined, avoid using it; rel 2 auto/th/libxcrypt-3.0.2-2 auto/th/libxcrypt-3_0_2-2 auto/ti/libxcrypt-3_0_2-2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Jan 2010 18:04:41 +0000 (18:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxcrypt.spec -> 1.4

libxcrypt.spec

index 263ecb5f628f8200126f26522cdae4369aa53c05..162a3045f77a22420772bea48967e6420a66bb2c 100644 (file)
@@ -1,7 +1,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
@@ -18,7 +18,7 @@ encryption.
 %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
@@ -27,7 +27,7 @@ libxcrypt.
 %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.
@@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.141991 seconds and 4 git commands to generate.