Update to 5.1.1
This commit is contained in:
parent
4d255bff49
commit
97d4ef1a54
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1 @@
|
|||||||
dos2unix-3.1.tar.bz2
|
dos2unix-5.1.1.tar.gz
|
||||||
dos2unix-4.1.1.tar.gz
|
|
||||||
dos2unix-4.1.2.tar.gz
|
|
||||||
/dos2unix-5.1.tar.gz
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Text file format converters
|
Summary: Text file format converters
|
||||||
Name: dos2unix
|
Name: dos2unix
|
||||||
Version: 5.1
|
Version: 5.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -17,7 +17,6 @@ vice versa.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
rm -rf po/*/eo-x.*
|
rm -rf po/*/eo-x.*
|
||||||
find -type f -exec chmod 0644 {} ";"
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)" \
|
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
|
# We add doc files manually to %%doc
|
||||||
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
||||||
|
|
||||||
%find_lang %{name} --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
@ -45,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 18 2010 Tim Waugh <twaugh@redhat.com> 5.1-1
|
||||||
- Applied changes from Chen Lei (bug #592922):
|
- Applied changes from Chen Lei (bug #592922):
|
||||||
* Sun Aug 15 2010 Chen Lei <supercyper1@gmail.com> 5.1-1
|
* Sun Aug 15 2010 Chen Lei <supercyper1@gmail.com> 5.1-1
|
||||||
|
Loading…
Reference in New Issue
Block a user