rpms/denemo/F-10 .cvsignore, 1.3, 1.4 denemo.spec, 1.3, 1.4 sources, 1.3, 1.4

Roy Rankin rrankin at fedoraproject.org
Sat May 30 03:49:35 UTC 2009


Author: rrankin

Update of /cvs/pkgs/rpms/denemo/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6966

Modified Files:
	.cvsignore denemo.spec sources 
Log Message:
New upstream release
  Fix Fedora bugzilla 499692

  New Features:
      * Custom Prolog. Enables Denemo to generate wider variety of music
        types - e.g. Gregorian Chant.
      * Tagged Directives attached to Score, Staff, Voice, Clefs, Key
        signatures, Time signatures, Notes and Chords. Enables such
        things as fingering, fret number, Drum Clef ... to be set/edited
        separately.
      * Print Preview Pane. Graphics can be captured from this pane to
        be used to represent elements in Denemo. Elements can be dragged
        in this frame and the drag applied to the element in Denemo -
        WYSIWYG comes to Denemo!
      * General Edit Object action. By default right click edits any
        object, including the clef, time signature and key signature;
        also staff and score directives are editable by a right click at
        the start of the staff/score.
      * Background printing to print preview window and to viewer.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/denemo/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	8 Jan 2009 00:44:54 -0000	1.3
+++ .cvsignore	30 May 2009 03:49:05 -0000	1.4
@@ -1 +1 @@
-denemo-0.8.0.tar.gz
+denemo-0.8.4.tar.gz


Index: denemo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/denemo/F-10/denemo.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- denemo.spec	8 Jan 2009 00:44:54 -0000	1.3
+++ denemo.spec	30 May 2009 03:49:05 -0000	1.4
@@ -1,11 +1,12 @@
 Summary: Graphical music notation program
 Name: denemo
-Version: 0.8.0
+Version: 0.8.4
 Release: 1%{?dist}
 License: GPLv2
 Group: Applications/Multimedia
 Source: http://download.savannah.gnu.org/releases/denemo/%{name}-%{version}.tar.gz
-Patch0: %{name}-0.8.0-make.patch
+
+
 
 URL: http://www.denemo.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -13,7 +14,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 BuildRequires: portaudio-devel aubio-devel gtk2-devel guile-devel
 BuildRequires: gettext libxml2-devel fftw-devel desktop-file-utils
 BuildRequires: libtool-ltdl-devel
-Requires: bug-buddy
+BuildRequires: fontpackages-devel
+BuildRequires: chrpath
+
+Requires: bug-buddy timidity++
+Requires: denemo-music-fonts
+
+%package music-fonts
+Summary:	Music notation fonts used in Denemo
+Group:		Applications/Multimedia
+License:	OFL
+BuildArch:	noarch
+Requires:	fontpackages-filesystem
+
 
 
 %description
@@ -25,21 +38,38 @@ It is intended to be used in conjunction
 (http://www.cs.uu.nl/hanwen/lilypond/), but is adaptable to other
 computer-music-related purposes as well. 
 
+%description music-fonts
+This font set witten by Robert Allgeyer is the 2001 legacy version
+of MusiSync. It is a musical notations font set which was reordered 
+by Richard Shann for Denemo. 
+
+This font set is used by Denemo.
+
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 %configure 
 make %{?_smp_mflags}
+chrpath -d src/denemo
+chrpath -d libsmf/smfsh
 
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
-desktop-file-install --vendor="" \
-        --dir=%{buildroot}/%{_datadir}/applications     \
-        %{buildroot}/%{_datadir}/applications/denemo.desktop
+desktop-file-install --vendor=""\
+	--dir=%{buildroot}/%{_datadir}/applications\
+	%{buildroot}/%{_datadir}/applications/denemo.desktop
 %find_lang %{name}
+install -m 0755 -d %{buildroot}%{_fontdir}
+
+# move the location of the music font
+mv fonts/LICENSE_OFL.txt LICENSE_OFL.txt
+install -m 0644 -p fonts/*.ttf %{buildroot}%{_fontdir}
+rm -rf %{buildroot}/%{_datadir}/fonts/truetype
+# cleanup file wich should not be in tarfile
+rm  %{buildroot}/%{_datadir}/denemo/actions/menus/ObjectMenu/Score/.EditProlog.swp
+
 
 %clean
 rm -rf %{buildroot}
@@ -47,15 +77,52 @@ rm -rf %{buildroot}
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %dir %{_sysconfdir}/denemo
+%dir %{_datadir}/denemo
 %config(noreplace) %{_sysconfdir}/denemo/denemo.conf
-%{_datadir}/denemo
-%{_datadir}/icons/denemo.png
-%{_datadir}/fonts/truetype/denemo
+%{_datadir}/denemo/
+%{_datadir}/pixmaps/denemo.png
 %{_datadir}/applications/denemo.desktop
 %{_bindir}/denemo
+%{_bindir}/smfsh
 %doc COPYING README README.lilypond ChangeLog 
 
+
+
+
+%_font_pkg -n music *.ttf
+%doc LICENSE_OFL.txt
+%dir %{_fontdir}
+
+
+
+
 %changelog
+* Sat May 30 2009 Roy Rankin <rrankin at ihug.com.au> - 0.8.4-1
+-Update for Denemo release 0.8.4 
+  fix fedora bugzilla 499692
+  new features
+	custom prolog
+	tagged directives
+	print preview pane
+	genereal edit object action
+	background printing
+
+* Fri Feb 27 2009 Roy Rankin <rrankin at ihug.com.au> - 0.8.2-3
+- font subpackage needs same version as main package, use noarch
+ 
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Feb 03 2009 Roy Rankin <rrankin at ihug.com.au> - 0.8.2-1
+-Update for Denemo release 0.8.2
+	improve MIDI input
+	more scripting support
+	better menu organization
+-Spec file fix unowned directories (Bugzilla 483337)
+
+* Sat Jan 10 2009 Roy Rankin <rrankin at ihug.com.au> - 0.8.0-2
+-Font split into seperate RPM package (Bugzilla 477375)
+
 * Sun Nov 30 2008 Roy Rankin <rrankin at ihug.com.au> - 0.8.0-1
 -Update for Denemo release 0.8.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/denemo/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	8 Jan 2009 00:44:54 -0000	1.3
+++ sources	30 May 2009 03:49:05 -0000	1.4
@@ -1 +1 @@
-a19e15130f9c7fcdcef03daefc342d0c  denemo-0.8.0.tar.gz
+ffc69da14e8ece4e0dd2772424042404  denemo-0.8.4.tar.gz




More information about the fedora-extras-commits mailing list