SPECS: bsc.spec - pl desc, some cleanups

qboosh qboosh at pld-linux.org
Sat Apr 15 22:46:40 CEST 2006


Author: qboosh                       Date: Sat Apr 15 20:46:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl desc, some cleanups

---- Files affected:
SPECS:
   bsc.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/bsc.spec
diff -u SPECS/bsc.spec:1.2 SPECS/bsc.spec:1.3
--- SPECS/bsc.spec:1.2	Wed Apr 12 12:59:34 2006
+++ SPECS/bsc.spec	Sat Apr 15 22:46:34 2006
@@ -1,7 +1,8 @@
 # $Revision$, $Date$
 #
+# TODO: optflags
 # look this: http://dag.wieers.com/packages/bsc/bsc.spec
-
+#
 Summary:	Beesoft Commander - NC clone
 Summary(pl):	Beesoft Commander - klon NC
 Name:		bsc
@@ -15,15 +16,15 @@
 URL:		http://www.beesoft.org/bsc.html
 BuildRequires:	qmake
 BuildRequires:	qt-devel
-#Requires:	-
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Beesoft Commander is a QT file manager (like Norton Commander) for
+Beesoft Commander is a Qt file manager (like Norton Commander) for
 Linux.
 
 %description -l pl
-
+Beesoft Commander to oparty na Qt zarządca plików (podobny do Norton
+Commandera) dla Linuksa.
 
 %prep
 %setup -q -n %{name}
@@ -31,18 +32,13 @@
 %build
 export QTDIR=%{_prefix}
 qmake bsc.pro
-%{__make} %{?_smp_mflags}
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/applications/}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
 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
 
@@ -50,7 +46,7 @@
 %defattr(644,root,root,755)
 #%doc readme.txt
 %attr(755,root,root) %{_bindir}/bsc
-#%{_datadir}/applications/*.desktop
+#%{_desktopdir}/*.desktop
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -58,6 +54,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/04/15 20:46:34  qboosh
+- pl desc, some cleanups
+
 Revision 1.2  2006/04/12 10:59:34  pawelb
 - BR: qmake
 
@@ -67,5 +66,3 @@
 Revision 1.1  2006/04/11 22:16:54  wolvverine
 - init
 - NFY
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bsc.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list