SPECS: kmediafactory.spec (NEW) - initial, needs fix

siomek siomek at pld-linux.org
Sun Jul 3 21:39:22 CEST 2005


Author: siomek                       Date: Sun Jul  3 19:39:22 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, needs fix

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

---- Diffs:

================================================================
Index: SPECS/kmediafactory.spec
diff -u /dev/null SPECS/kmediafactory.spec:1.1
--- /dev/null	Sun Jul  3 21:39:22 2005
+++ SPECS/kmediafactory.spec	Sun Jul  3 21:39:17 2005
@@ -0,0 +1,78 @@
+# $Revision$, $Date$
+Summary:	Easy to use template based dvd authoring tool
+Summary(pl):	Łatwy narzędzie oparte na szablonach dvd
+Name:		kmediafactory
+Version:	0.3.0
+Release:	0.1
+License:	GPL
+Group:		X11/Applications/Multimedia
+Source0:	http://susku.pyhaselka.fi/damu/software/kmediafactory/%{name}-%{version}.tar.bz2
+# Source0-md5:	e61efce22161907449b07f8472eb7c7c
+URL:		http://susku.pyhaselka.fi/damu/software/kmediafactory/
+BuildRequires:	dvdauthor >= 0.6.11
+BuildRequires:	ImageMagick-devel >= 6.0
+BuildRequires:	libdv-devel
+BuildRequires:	mjpegtools
+Requires:	toolame
+Requires:	xine
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KMediafactory is easy to use template based dvd authoring tool. You can quickly create DVD menus for home videos and TV recordings in three simple steps.
+
+%description -l pl
+KMediaFactory jest łatwym do używania narzędziem opartym na szablonach dvd. Możesz szybko stworzyć menu dvd do domowych filmów i nagrywać tv w trzech prostych krokach.
+
+%package devel
+Summary:	Header files for kmediafactory
+Summary(pl):	Pliki nagłówkowe dla kmediafactory
+Group:		Development/Tools	
+
+%description devel
+This package contains header files for kmediafactory
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówowe programu kmediafactory
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%configure
+
+%build
+%{__make} 
+
+%install
+rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT/%{_datadir}
+
+%{__make} install 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README COPYING LICENSE
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_datadir}/*
+%attr(755,root,root) %{_includedir}/*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/kmediafactory
+
+
+%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/07/03 19:39:17  siomek
+- initial, needs fix
+
================================================================



More information about the pld-cvs-commit mailing list