SPECS: bscommander.spec (NEW) - init - NFY
wolvverine
wolvverine at pld-linux.org
Wed Apr 12 00:16:59 CEST 2006
Author: wolvverine Date: Tue Apr 11 22:16:59 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
- NFY
---- Files affected:
SPECS:
bscommander.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/bscommander.spec
diff -u /dev/null SPECS/bscommander.spec:1.1
--- /dev/null Wed Apr 12 00:16:59 2006
+++ SPECS/bscommander.spec Wed Apr 12 00:16:54 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+#
+# look this: http://dag.wieers.com/packages/bsc/bsc.spec
+
+Summary: Beesoft Commander - NC clone
+Summary(pl): Beesoft Commander - klon NC
+Name: bsc
+Version: 2.18
+Release: 0.1
+License: GPL
+Group: Applications
+Source0: http://www.beesoft.org/download/%{name}_%{version}_src.tar.gz
+# Source0-md5: 19f9bd6d3026bc9a2efa3c99efdcddf2
+#Source1: %{name}.desktop
+URL: http://www.beesoft.org/bsc.html
+BuildRequires: qt-devel
+#Requires: -
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Beesoft Commander is a QT file manager (like Norton Commander) for
+Linux.
+
+%description -l pl
+
+
+%prep
+%setup -q -n %{name}
+
+%build
+export QTDIR=%{_prefix}
+qmake bsc.pro
+%{__make} %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/applications/}
+install bsc $RPM_BUILD_ROOT%{_bindir}
+
+#desktop-file-install --vendor rpmforge \
+# --add-category X-Red-Hat-Base \
+# --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+# $SOURCE1
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc readme.txt
+%attr(755,root,root) %{_bindir}/bsc
+#%{_datadir}/applications/*.desktop
+
+%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 2006/04/11 22:16:54 wolvverine
+- init
+- NFY
+
+
================================================================
More information about the pld-cvs-commit
mailing list