diff --git a/README.md b/README.md index 38accbd..b6942e4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # k9copy +K9Copy is a small utility which allows the copy of DVD on Linux. + diff --git a/k9copy-2.3.7-desktopfile.patch b/k9copy-2.3.7-desktopfile.patch new file mode 100644 index 0000000..ca1d11e --- /dev/null +++ b/k9copy-2.3.7-desktopfile.patch @@ -0,0 +1,11 @@ +diff -Nru k9copy-1.2.4.orig/src/k9copy.desktop k9copy-1.2.4/src/k9copy.desktop +--- k9copy-1.2.4.orig/k9copy.desktop 2008-10-26 08:43:47.000000000 +0100 ++++ k9copy-1.2.4/k9copy.desktop 2008-12-12 03:12:19.000000000 +0100 +@@ -8,6 +8,7 @@ + Comment[tr]=DVD9 DVD5 yedekleme aracı + GenericName=Video DVD Backup + GenericName[fr]=Backup de DVD Video ++GenericName[it]=Backup di DVD Video + GenericName[tr]=DVD Vidyo Yedekleme Aracı + MimeTypes= + Terminal=false diff --git a/k9copy.spec b/k9copy.spec new file mode 100644 index 0000000..e6684a7 --- /dev/null +++ b/k9copy.spec @@ -0,0 +1,94 @@ +Summary: DVD9 to DVD5 backup utility +Name: k9copy +Version: 2.3.8 +Release: 1mamba2 +Group: Graphical Desktop/Applications/Multimedia +Distribution: openmamba +Vendor: openmamba +Packager: Silvan Calarco +URL: http://k9copy.sourceforge.net +Source: http://downloads.sourceforge.net/project/k9copy/k9copy-kde4/%{version}/k9copy-%{version}-Source.tar.gz +Patch: %{name}-2.3.7-desktopfile.patch +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: kdelibs-devel +BuildRequires: libgcc +BuildRequires: libmpeg2-devel +BuildRequires: libphonon-devel +BuildRequires: libqt4-devel +BuildRequires: libstdc++6-devel +BuildRequires: libX11-devel +BuildRequires: libxine1-devel +## AUTOBUILDREQ-END +BuildConflicts: hal-devel +Requires: mencoder +Requires: dvd+rw-tools +Requires: dvdauthor +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +K9Copy is a small utility which allows the copy of DVD on Linux. + +%prep +%setup -q -n %{name}-%{version}%{?pln}-Source +%patch -p1 + +%build +%cmake_kde4 +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +install -d %{buildroot}%{_kdedatadir}/applications/kde + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root,-) +%{_kde4_bindir}/k9copy +%{_kde4_bindir}/k9play +%{_kde4_bindir}/k9xineplayer +%dir %{_kde4_datadir}/k9copy +%{_kde4_datadir}/k9copy/* +%{_kde4_datadir}/solid/actions/k9copy*.desktop +%{_kde4_xdgappsdir}/%{name}.desktop +%{_kde4_xdgappsdir}/%{name}_assistant.desktop +%{_kde4_icondir}/hicolor/*/apps/*.png +%dir %{_kde4_htmldir}/en/k9copy +%{_kde4_htmldir}/en/k9copy/* +%doc COPYING + +%changelog +* Tue May 07 2013 Silvan Calarco 2.3.8-1mamba2 +- mamba2 milestone rebuild + +* Thu Dec 20 2012 Automatic Build System 2.3.8-1mamba +- automatic version update by autodist + +* Thu Jul 21 2011 Automatic Build System 2.3.7-1mamba +- update to 2.3.7 + +* Mon May 18 2009 Automatic Build System 1.2.4-3mamba +- automatic rebuild by autodist + +* Fri Dec 12 2008 Silvan Calarco 1.2.4-1mamba +- update to 1.2.4 + +* Tue Apr 10 2007 Davide Madrisan 1.1.1-1mamba +- update to version 1.1.1-3 by autospec +- added runtime requirements for mencoder, growisofs, and dvdauthor + +* Wed Jun 15 2005 Alessandro Ramazzina 0.3b-2qilnx +- removed duplicated menu entry + +* Tue Jun 14 2005 Alessandro Ramazzina 0.3b-1qilnx +- new version + +* Wed May 18 2005 Matteo Bernasconi 0.2-1qilnx +- first build