# spec file for package gramofile (Version 1.6) # Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. Name: gramofile URL: http://panic.et.tudelft.nl/~costar/gramofile Version: 1.6 Release: 0%{?dist} License: GPL Group: Applications/Multimedia Summary: Digitize Audio Records Source: http://www.opensourcepartners.nl/~costar/gramofile/gramofile-%{version}.tar.gz Patch1: gramofile-1.6-makefiles.dif Patch2: gramofile-codecleanup.dif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Gramofile is a program to digitize audio records. Through the application of several filters, it is possible to accomplish a significant reduction of disturbances like ticks and scratches. Data is saved in WAV format, making it easy to record on CD with programs like cdrecord or xcdroast. Authors: -------- J.A. Bezemer %prep %setup -q %patch1 -p1 %patch2 -p1 %build make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT docdir=%{_docdir}/%{name} install rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /usr/bin/bplay_gramo /usr/bin/brec_gramo /usr/bin/gramofile %doc ChangeLog COPYING README Signproc.txt TODO Tracksplit2.txt Tracksplit.txt %changelog -n gramofile * Tue Dec 8 2006 Matěj Cepl 1.6-0 - initial port to Fedora * Thu Apr 22 2004 - pth@suse.de - Split patch. - Include standard headers where necessary. - Mark functions that don't return with attribute((noreturn)). * Sat Jan 10 2004 - adrian@suse.de - add %%defattr * Wed Jun 18 2003 - ro@suse.de - added directory to filelist * Tue Aug 06 2002 - ro@suse.de - renamed package to gramofile * Fri Jun 16 2000 - pthomas@suse.de - fix spec file bug * Fri Jun 16 2000 - pthomas@suse.de - Initial Spec file created by autospec - Modified Makefile to fit our needs - Minor code changes to suppress warnings