SPECS: emelfm2.spec (NEW) - initial, by rotom (17 Jan 2006)

qboosh qboosh at pld-linux.org
Wed Apr 11 21:33:44 CEST 2007


Author: qboosh                       Date: Wed Apr 11 19:33:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, by rotom (17 Jan 2006)

---- Files affected:
SPECS:
   emelfm2.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/emelfm2.spec
diff -u /dev/null SPECS/emelfm2.spec:1.1
--- /dev/null	Wed Apr 11 21:33:44 2007
+++ SPECS/emelfm2.spec	Wed Apr 11 21:33:38 2007
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:	File manager using the two-pane design and Gtk+
+Summary(pl):	Zarz±dca plików oparty na bibliotece GTK+
+Name:		emelfm2
+Version:	0.1.4
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://emelfm2.net/rel/%{name}-%{version}.tar.gz
+# Source0-md5:	da39b1d017366fb41700c5d40365a1ae
+URL:		http://emelfm.sourceforge.net/
+BuildRequires:	gettext-devel
+BuildRequires:	gtk+-devel >= 1.2.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+emelFM is a file manager that implements the popular two-pane design.
+It features a simple GTK+ interface, a flexible filetyping scheme, and
+a built-in command line for executing commands without opening an
+xterm.
+
+%description -l pl
+emelFM2 jest klasycznym, dwupanelowym zarz±dc± plików. Ma prosty
+interfejs graficzny oparty o bibliotekê GTK+.
+
+%prep
+%setup  -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name},%{_desktopdir}}
+install emelfm2 $RPM_BUILD_ROOT%{_bindir}
+install plugins/* $RPM_BUILD_ROOT%{_libdir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%dir (755,root,root) %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/11 19:33:38  qboosh
+- initial, by rotom (17 Jan 2006)
================================================================


More information about the pld-cvs-commit mailing list