k9copy/k9copy.spec

102 lines
2.8 KiB
RPMSpec

Summary: DVD9 to DVD5 backup utility
Name: k9copy
Version: 3.0.3
Release: 1mamba
Group: Graphical Desktop/Applications/Multimedia
Distribution: openmamba
Vendor: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://k9copy.sourceforge.net
Source: http://downloads.sourceforge.net/project/k9copy-reloaded/k9copy-%{version}.tar.gz
Patch: %{name}-3.0.3-desktopfile.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: kdelibs-devel
BuildRequires: libX11-devel
BuildRequires: libgcc
BuildRequires: libmpeg2-devel
BuildRequires: libphonon-devel
BuildRequires: libqt4-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxine-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 -c -T
tar xf %{SOURCE0}
%patch -p1
%build
cd k9copy
%cmake_kde4
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd k9copy
%makeinstall
install -d %{buildroot}%{_kdedatadir}/applications/kde
cd ..
%find_lang %{name} --all-name --with-kde || touch %{name}.lang
%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 k9copy/COPYING
%changelog
* Sat Jul 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.3-1mamba
- update to 3.0.3
* Tue May 07 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.8-1mamba2
- mamba2 milestone rebuild
* Thu Dec 20 2012 Automatic Build System <autodist@mambasoft.it> 2.3.8-1mamba
- automatic version update by autodist
* Thu Jul 21 2011 Automatic Build System <autodist@mambasoft.it> 2.3.7-1mamba
- update to 2.3.7
* Mon May 18 2009 Automatic Build System <autodist@mambasoft.it> 1.2.4-3mamba
- automatic rebuild by autodist
* Fri Dec 12 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1mamba
- update to 1.2.4
* Tue Apr 10 2007 Davide Madrisan <davide.madrisan@gmail.com> 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 <alessandro.ramazzina@qilinux.it> 0.3b-2qilnx
- removed duplicated menu entry
* Tue Jun 14 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.3b-1qilnx
- new version
* Wed May 18 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.2-1qilnx
- first build