SPECS: qtcmd.spec (NEW) - new; builds, most things work

adamg adamg at pld-linux.org
Sat Nov 26 15:41:09 CET 2005


Author: adamg                        Date: Sat Nov 26 14:41:09 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new; builds, most things work

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

---- Diffs:

================================================================
Index: SPECS/qtcmd.spec
diff -u /dev/null SPECS/qtcmd.spec:1.1
--- /dev/null	Sat Nov 26 15:41:09 2005
+++ SPECS/qtcmd.spec	Sat Nov 26 15:41:04 2005
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	QT based file manager inspired by Total Commander
+Summary(pl):	Oparty na QT zarządca plików wzorowany na Total Commander
+Name:		qtcmd
+Version:	0.6
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://qtcmd.nes.pl/download/stable/source/%{name}-%{version}.tar.bz2
+# Source0-md5:	b4ddad6b49812a83770c616b11189da5
+Patch0:		%{name}-Makefile.patch
+URL:		http://qtcmd.nes.pl/
+BuildRequires:	qmake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+QtCommander is an advanced two-panel file manager for Linux Operating
+System, based on similar application for Microsoft Windows named
+Total Commander.
+
+%description -l pl
+QtCommander jest rozbudowanym dwu-panelowym menadżerem plików dla
+systemu linux wzorowanym na podobnej aplikacji dostępnej w systemach
+firmy Microsoft Windows o nazwie "Total Commander".
+
+%prep
+%setup -q
+%patch0 -p1
+find src/libs -name 'Makefile' | xargs sed -i -e 's,/usr/local/lib,$(LIBDIR),g'
+
+%build
+%{__make} \
+	QTDIR="%{_prefix}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	LIBDIR=%{_libdir} \
+	PREFIX="%{_prefix}" \
+	QTDIR="%{_prefix}"
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog IDEAs README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_libdir}/*
+
+%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  2005/11/26 14:41:04  adamg
+- new; builds, most things work
+
================================================================



More information about the pld-cvs-commit mailing list