Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Name: worker
- Version: 2.18.0
- Release: 4%{?dist}
- Summary: File manager for the X11
- License: GPLv2+
- URL: http://boomerangsworld.de/worker
- Source0: http://www.boomerangsworld.de/cms/%{name}/downloads/%{name}-%{version}.tar.gz
- BuildRequires: libX11-devel
- %description
- A X11 file-manager that features low requirements and easy to access archives
- %prep
- %setup -q
- pushd man/fr
- #Fix French Man page (UTF-8)
- iconv -f ISO-8859-1 -t UTF-8 worker.1 > file.new && \
- touch -r worker.1 file.new && \
- mv file.new worker.1
- popd
- #Fix Italian Man page (UTF-8)
- pushd man/it
- iconv -f ISO-8859-1 -t UTF-8 worker.1 > file.new && \
- touch -r worker.1 file.new && \
- mv file.new worker.1
- popd
- %build
- %configure
- make %{?_smp_mflags}
- %install
- rm -rf %{buildroot}
- make install DESTDIR=%{buildroot}
- %files
- %docdir %{_mandir}/*
- %{_datadir}/applications/*
- %{_mandir}/man1/worker.1.gz
- %{_mandir}/fr/*
- %{_mandir}/it/*
- %{_datadir}/pixmaps/*
- %{_datadir}/worker/*
- %{_bindir}/worker
- %changelog
- *Tue Jul 19 2011 Nathan Owe <ndowens04 at yahoo.com> 2.18.0-4
- -Convert Man pages to UTF-8
- *Mon Jul 18 2011 Nathan Owe <ndowens04 at yahoo.com> 2.18.0-3
- -Fixed Directory Permission problem
- *Mon Jul 18 2011 Nathan Owe <ndowens04 at yahoo.com> 2.18.0-2
- -Removed Requires
- *Sat Jul 16 2011 Nathan Owe <ndowens04 at yahoo.com> 2.18.0-1
- -Inital Release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement