SPECS: mixxx.spec - pl - simplied sed

qboosh qboosh at pld-linux.org
Tue Apr 24 18:12:14 CEST 2007


Author: qboosh                       Date: Tue Apr 24 16:12:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- simplied sed

---- Files affected:
SPECS:
   mixxx.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/mixxx.spec
diff -u SPECS/mixxx.spec:1.5 SPECS/mixxx.spec:1.6
--- SPECS/mixxx.spec:1.5	Tue Apr 24 16:47:47 2007
+++ SPECS/mixxx.spec	Tue Apr 24 18:12:06 2007
@@ -2,10 +2,9 @@
 #
 # TODO:
 # - desktop file as Source1
-# - polish description
 #
-Summary:	Mixxx
-Summary(pl.UTF-8):	Mixxx
+Summary:	Mixxx - DJ tool
+Summary(pl.UTF-8):	Mixxx - narzędzie dla DJ-ów
 Name:		mixxx
 Version:	1.5.0
 Release:	0.1
@@ -31,15 +30,13 @@
 Mixxx is an open source DJ tool designed for both professional and
 amateur DJs alike.
 
-#%description -l pl.UTF-8
+%description -l pl.UTF-8
+Mixxx to mające otwarte źródła narzędzie dla DJ-ów zaprojektowane
+zarówno dla profesjonalistów jak i amatorów.
 
 %prep
 %setup -q
-%if "%{_lib}" == "lib64"
-%{__sed} -i -e s#lib/libqt-mt#/usr/lib64/libqt-mt#g src/build.definition
-%else
-%{__sed} -i -e s#lib/libqt-mt#/usr/lib/libqt-mt#g src/build.definition
-%endif
+%{__sed} -i -e s#lib/libqt-mt#/usr/%{_lib}/libqt-mt#g src/build.definition
 
 %build
 export QTDIR=%{_prefix}
@@ -74,7 +71,7 @@
 %defattr(644,root,root,755)
 %doc README Mixxx-Manual.pdf
 %attr(755,root,root) %{_bindir}/mixxx
-%dir %{_datadir}/mixxx/
+%dir %{_datadir}/mixxx
 %{_datadir}/mixxx/skins
 %{_datadir}/mixxx/keyboard
 %{_datadir}/mixxx/midi
@@ -85,6 +82,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/04/24 16:12:06  qboosh
+- pl
+- simplied sed
+
 Revision 1.5  2007/04/24 14:47:47  shadzik
 - more BRs
 
@@ -100,5 +101,3 @@
 Revision 1.1  2007/04/23 17:12:05  shadzik
 - initial
 - requested on our forum by croolyc (http://forum.pld-linux.org/viewtopic.php?t=2538&postdays=0&postorder=asc&start=30)
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mixxx.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list