SPECS: DVDStyler.spec - pl, first part of cleanups

qboosh qboosh at pld-linux.org
Fri Apr 27 12:53:22 CEST 2007


Author: qboosh                       Date: Fri Apr 27 10:53:22 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, first part of cleanups

---- Files affected:
SPECS:
   DVDStyler.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/DVDStyler.spec
diff -u SPECS/DVDStyler.spec:1.1 SPECS/DVDStyler.spec:1.2
--- SPECS/DVDStyler.spec:1.1	Fri Apr 27 12:47:07 2007
+++ SPECS/DVDStyler.spec	Fri Apr 27 12:53:17 2007
@@ -1,41 +1,55 @@
 # $Revision$, $Date$
-Name:      DVDStyler
-Version:   1.4
-Release:   1
 Summary:	DVDStyler is a cross-platform DVD authoring System
-Summary(pl):   Wieloplatformowy program do auhoringu DVD
-License:   GPL
-Group:     Applications/Multimedia
-Packager:  <pld at vp.pl>
-Source:   http://mesh.dl.sourceforge.net/sourceforge/dvdstyler/%{name}-%{version}.tar.gz
-URL:      http://dvdstyler.sourceforge.net
-
-BuildRequires: dvdauthor >= 0.6.10
-BuildRequires: gtk+2-devel >= 2.2.0
-BuildRequires: wxGTK2-devel >= 2.4.2
-BuildRequires: mjpegtools
-BuildRequires: mpgtx
-BuildRequires: dvd+rw-tools
-
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Summary(pl.UTF-8):	Wieloplatformowy program do authoringu DVD
+Name:		DVDStyler
+Version:	1.4
+Release:	1
+License:	GPL
+Group:		X11/Applications/Multimedia
+Source0:	http://dl.sourceforge.net/dvdstyler/%{name}-%{version}.tar.gz
+# Source0-md5:	2e8ee561c56cf968516bc3e7cf20e96f
+URL:		http://dvdstyler.sourceforge.net
+BuildRequires:	dvd+rw-tools
+BuildRequires:	dvdauthor >= 0.6.10
+BuildRequires:	gtk+2-devel >= 2:2.2.0
+BuildRequires:	mjpegtools
+BuildRequires:	mpgtx
+BuildRequires:	wxGTK2-devel >= 2.4.2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-DVDStyler is a crossplatform dvd authoring system.
-The main DVDStyler features are:
-* you can drag and drop MPEG files directly
-* you can import image file for background
-* you can create NTSC/PAL menu
-* you can place text and images anywhere on the menu screen
-* you can change font/color
-* you can put basic text buttons, change font/color and background color
-* you can set chapters for each movie
-* you can change post command for each movie
+DVDStyler is a crossplatform dvd authoring system. The main DVDStyler
+features are:
+- you can drag and drop MPEG files directly
+- you can import image file for background
+- you can create NTSC/PAL menu
+- you can place text and images anywhere on the menu screen
+- you can change font/color
+- you can put basic text buttons, change font/color and background
+  color
+- you can set chapters for each movie
+- you can change post command for each movie
+
+%description -l pl.UTF-8
+DVDStyler to wieloplatformowy system do tworzenia DVD. Główne cechy
+DVDStylera to:
+- można bezpośrednio przeciągać i upuszczać pliki MPEG
+- można importować pliki obrazów jako tło
+- można tworzyć menu NTSC/PAL
+- można umieszczać tekst i obrazki w dowolnym miejscu ekranu menu
+- można zmieniać font/kolor
+- można umieszczać podstawowe przyciski tekstowe, zmieniać font/kolor
+  oraz kolor tła
+- można ustawiać rozdziały dla każdego filmu
+- można zmieniać polecenie do wykonania po odtworzeniu każdego filmu
 
 %prep
-%setup
+%setup -q
 
 %build
-%configure --with-wx-config=/usr/bin/wx-gtk2-ansi-config 
+%configure \
+	--with-wx-config=%{_bindir}/wx-gtk2-ansi-config
+
 %{__make}
 
 %install
@@ -44,14 +58,17 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# name needs check
+%find_lang dvdstyler
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
-%{_bindir}/dvdstyler
-/usr/share/doc/dvdstyler/*
-/usr/share/dvdstyler/*
-/usr/share/locale/*
+%files -f dvdstyler.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/dvdstyler
+%{_datadir}/dvdstyler
 %{_pixmapsdir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -60,5 +77,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/04/27 10:53:17  qboosh
+- pl, first part of cleanups
+
 Revision 1.1  2007/04/27 10:47:07  qboosh
 - very raw from Badman (pld at vp.pl)
================================================================

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



More information about the pld-cvs-commit mailing list