0f2616b78e
Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> - shut up rpmlint Fri Nov 17 2000 Tim Powers <timp@redhat.com> - use mkstemp instead of mktemp. Not much needed to change. Thu Nov 16 2000 Tim Powers <timp@redhat.com> - cleaned up specfile a bit - built for 7.1 Wed Jul 07 1999 Peter Soos <sp@osb.hu> - Added Hungarian "Summary:" and "%description" - Corrected the file and directory attributes to rebuild the package under RedHat Linux 6.0
53 lines
1.1 KiB
RPMSpec
53 lines
1.1 KiB
RPMSpec
Summary: Text file format converter
|
|
Name: dos2unix
|
|
Version: 3.1
|
|
Release: 6
|
|
Group: Applications/Text
|
|
Copyright: Freely distributable
|
|
Source: %{name}-%{version}.tar.bz2
|
|
Patch0: %{name}-%{version}.patch
|
|
Buildroot: %{_tmppath}/%{name}-root
|
|
|
|
%description
|
|
Dos2unix converts DOS or MAC text files to UNIX format.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1 -b .orig
|
|
|
|
%build
|
|
make clean
|
|
make CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
|
|
install -m755 dos2unix $RPM_BUILD_ROOT%{_bindir}
|
|
install -m444 dos2unix.1 $RPM_BUILD_ROOT%{_mandir}/man1
|
|
|
|
%files
|
|
%defattr(-,root,root,0755)
|
|
%doc COPYRIGHT
|
|
%{_bindir}/dos2unix
|
|
%{_mandir}/*/*
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%changelog
|
|
* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
- shut up rpmlint
|
|
|
|
* Fri Nov 17 2000 Tim Powers <timp@redhat.com>
|
|
- use mkstemp instead of mktemp. Not much needed to change.
|
|
|
|
* Thu Nov 16 2000 Tim Powers <timp@redhat.com>
|
|
- cleaned up specfile a bit
|
|
- built for 7.1
|
|
|
|
* Tue Jul 07 1999 Peter Soos <sp@osb.hu>
|
|
- Added Hungarian "Summary:" and "%description"
|
|
- Corrected the file and directory attributes to rebuild the package
|
|
under RedHat Linux 6.0
|