rpms/rumor/F-9 import.log, NONE, 1.1 rumor.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Wed Apr 1 16:54:49 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/rumor/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14517/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rumor.spec 
Log Message:
* Sat Mar 21 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.0.3b-2
- Remove -O0 flag altogether instead of replacing with -O2
- Fix mixed usage of tabs&spaces

* Sun Mar 15 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.0.3b-1
- Initial build



--- NEW FILE import.log ---
rumor-1_0_3b-2_fc10:F-9:rumor-1.0.3b-2.fc10.src.rpm:1238604842


--- NEW FILE rumor.spec ---
Name:		 rumor
Version:	 1.0.3b
Release:	 2%{?dist}
Summary:	 Really Unintelligent Music transcriptOR 
Group:		 Applications/Multimedia
License:	 GPLv2
URL:		 http://www.volny.cz/smilauer/rumor/rumor.html
Source0:	 http://www.volny.cz/smilauer/rumor/src/rumor-1.0.3b.tar.bz2
BuildRoot:	 %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	 alsa-lib-devel
BuildRequires:	 guile-devel
Requires(post):  info
Requires(preun): info

%description
Rumor is a realtime monophonic (with chords) MIDI keyboard to Lilypond 
converter. It receives MIDI events, quantizes them according to its metronome
on the fly and outputs handwritten-like corresponding Lilypond notation. Tempo,
meter, key and other parameters can be set via command-line options.

%prep
%setup -q

# Impose optflags
sed -i 's|-O0||' configure

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# Remove unwanted file:
rm -f $RPM_BUILD_ROOT%{_infodir}/dir

%clean
rm -rf $RPM_BUILD_ROOT

%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :

%preun
if [ $1 = 0 ] ; then
  /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi

%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS COPYING README TODO
%{_bindir}/%{name}
%{_infodir}/%{name}.info*

%changelog
* Sat Mar 21 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.0.3b-2
- Remove -O0 flag altogether instead of replacing with -O2
- Fix mixed usage of tabs&spaces

* Sun Mar 15 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.0.3b-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rumor/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Apr 2009 16:32:36 -0000	1.1
+++ .cvsignore	1 Apr 2009 16:54:19 -0000	1.2
@@ -0,0 +1 @@
+rumor-1.0.3b.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rumor/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Apr 2009 16:32:36 -0000	1.1
+++ sources	1 Apr 2009 16:54:19 -0000	1.2
@@ -0,0 +1 @@
+c95917356659b77bb83505cb2512ad1b  rumor-1.0.3b.tar.bz2




More information about the fedora-extras-commits mailing list