rpms/lilypond/devel lilypond.spec,1.24,1.25

Jon Ciesla limb at fedoraproject.org
Wed Aug 27 18:01:15 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/lilypond/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv986

Modified Files:
	lilypond.spec 
Log Message:
Spec cleanup, fix for BZ 456842, vim file locations.



Index: lilypond.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lilypond/devel/lilypond.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- lilypond.spec	8 Apr 2008 04:32:53 -0000	1.24
+++ lilypond.spec	27 Aug 2008 18:00:43 -0000	1.25
@@ -1,16 +1,16 @@
 Name:		lilypond
 Version:	2.10.33
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A typesetting system for music notation
 
 Group:		Applications/Publishing
 License:	GPLv2
 URL:		http://www.lilypond.org
 Source0:	http://download.linuxaudio.org/lilypond/sources/v2.10/%{name}-%{version}.tar.gz
-Patch1:         %{name}-gcc43.patch
+Patch1:		%{name}-gcc43.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires:       ghostscript >= 8.15
+Requires:	ghostscript >= 8.15
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -42,7 +42,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT package_infodir=%{_infodir} \
-	vimdir=%{_datadir}/vim/vim70
+	vimdir=%{_datadir}/vim/vim71
 
 chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}/%{version}/python/midi.so
 
@@ -94,6 +94,9 @@
 
 
 %changelog
+* Wed Aug 27 2008 Jon Ciesla <limb at jcomserv.net> - 2.10.33-4
+- Spec cleanup, fix for BZ 456842, vim file locations.
+
 * Mon Apr  7 2008 Christopher Aillon <caillon at redhat.com> - 2.10.33-3
 - Fix the build against GCC 4.3; simply missing some #includes
 




More information about the fedora-extras-commits mailing list