Update to 5.1.1

This commit is contained in:
Chen Lei 2010-08-19 10:46:11 -06:00
parent 4d255bff49
commit 97d4ef1a54
3 changed files with 7 additions and 8 deletions

5
.gitignore vendored
View File

@ -1,4 +1 @@
dos2unix-3.1.tar.bz2
dos2unix-4.1.1.tar.gz
dos2unix-4.1.2.tar.gz
/dos2unix-5.1.tar.gz
dos2unix-5.1.1.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Text file format converters
Name: dos2unix
Version: 5.1
Version: 5.1.1
Release: 1%{?dist}
Group: Applications/Text
License: BSD
@ -17,7 +17,6 @@ vice versa.
%prep
%setup -q
rm -rf po/*/eo-x.*
find -type f -exec chmod 0644 {} ";"
%build
make CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)" \
@ -29,7 +28,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
# We add doc files manually to %%doc
rm -rf $RPM_BUILD_ROOT%{_docdir}
%find_lang %{name} --all-name
%find_lang %{name} --with-man --all-name
%files -f %{name}.lang
%defattr(-,root,root,0755)
@ -45,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Aug 19 2010 Chen Lei <supercyper@163.com> 5.1.1-1
- Update to 5.1.1
* Wed Aug 18 2010 Tim Waugh <twaugh@redhat.com> 5.1-1
- Applied changes from Chen Lei (bug #592922):
* Sun Aug 15 2010 Chen Lei <supercyper1@gmail.com> 5.1-1

View File

@ -1 +1 @@
38fbcb4bcbd73e94c3bdf7b5bdf95f78 dos2unix-5.1.tar.gz
b8f6d8109fc6decf412bc1e3959450c0 dos2unix-5.1.1.tar.gz