[worker] Initial import (#722812)

ndowens ndowens at fedoraproject.org
Tue Jul 26 14:59:54 UTC 2011


commit 08f211f5cd3ec8639c602ad7f6a5d14f9d212756
Author: Nathan Owe <ndowens at revan.linux>
Date:   Tue Jul 26 09:59:42 2011 -0500

    Initial import (#722812)

 sources     |    1 +
 worker.spec |   72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/sources b/sources
index e69de29..54858e1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+545912187102a788a5d15ef251d6821c  worker-2.18.0.tar.gz
diff --git a/worker.spec b/worker.spec
new file mode 100644
index 0000000..caf6f4f
--- /dev/null
+++ b/worker.spec
@@ -0,0 +1,72 @@
+Name:		worker
+Version:	2.18.0
+Release:	6%{?dist}
+Summary:	File Manager for the X11
+
+License:	GPLv2+
+URL:		http://boomerangsworld.de/worker
+Source0:	http://boomerangsworld.de/cms/%{name}/downloads/%{name}-%{version}.tar.gz
+BuildRequires:	libX11-devel  
+BuildRequires:	desktop-file-utils
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
+%description
+A X11 file-manager that features low requirements and easy to access archives.
+
+%prep
+%setup -q
+
+#Fix Man pages(UTF-8)
+for f in ChangeLog man/fr/worker.1 man/it/worker.1; do
+	iconv -f ISO-8859-1 -t UTF-8 $f > $f.new && \
+	touch -r $f $f.new && \
+	mv $f.new $f
+done
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+
+desktop-file-install	\
+--delete-original	\
+--dir=%{buildroot}%{_datadir}/applications	\
+--remove-category="FileManager"		\
+--add-category="System;FileTools"	\
+%{buildroot}/%{_datadir}/applications/%{name}.desktop
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root-)
+%doc AUTHORS ChangeLog COPYING THANKS
+%{_datadir}/applications/worker.desktop
+%{_datadir}/pixmaps/WorkerIcon*.xpm
+%{_mandir}/man1/worker.1*
+%{_mandir}/fr/man1/worker.1*
+%{_mandir}/it/man1/worker.1*
+%{_datadir}/worker/
+%{_bindir}/worker
+
+
+
+%changelog
+* Tue Jul 26 2011 Nathan Owe <ndowens at fedoraproject.org> 2.18.0-6
+- Changed email address
+- Added 'BuildRoot' for EPEL compatability
+- Added defattr and clean section for EPEL
+* Tue Jul 19 2011 Nathan Owe <ndowens04 at yahoo.com> 2.18.0-5
+- Convert Changelog to UTF-8
+* 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


More information about the scm-commits mailing list