SPECS: denemo.spec - updated to 0.7.3beta2 - updated opt patch, re...

qboosh qboosh at pld-linux.org
Sun Oct 30 15:49:11 CET 2005


Author: qboosh                       Date: Sun Oct 30 14:49:11 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.7.3beta2
- updated opt patch, removed obsolete po,am,gtk24_link patches

---- Files affected:
SPECS:
   denemo.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/denemo.spec
diff -u SPECS/denemo.spec:1.33 SPECS/denemo.spec:1.34
--- SPECS/denemo.spec:1.33	Sat Nov 27 19:52:06 2004
+++ SPECS/denemo.spec	Sun Oct 30 15:49:06 2005
@@ -1,38 +1,28 @@
 # $Revision$, $Date$
-#
-# Conditional build:
-%bcond_without	alsa	# without ALSA support
-%bcond_with	gtk1	# use GTK+ 1.2 instead of GTK+ 2
-#
 Summary:	GTK+ frontend for GNU lilypond
 Summary(pl):	Frontend GTK+ na GNU lilypond
 Name:		denemo
-Version:	0.7.2a
-Release:	2
+Version:	0.7.3
+%define	bver	beta2
+Release:	0.%{bver}.1
 License:	GPL
 Group:		X11/Applications/Sound
-Source0:	http://dl.sourceforge.net/denemo/%{name}-%{version}.tar.gz
-# Source0-md5:	2d57e4d660e13eb6e476104c788046af
+Source0:	http://dl.sourceforge.net/denemo/%{name}-%{version}%{bver}.tar.gz
+# Source0-md5:	05baa26c359c388a2be280bf5aff048b
 Patch0:		%{name}-opt.patch
-Patch1:		%{name}-po.patch
-Patch2:		%{name}-am.patch
-Patch3:		%{name}-gtk24_link.patch
 URL:		http://denemo.sourceforge.net/
-%{?with_alsa:BuildRequires:	alsa-lib-devel >= 0.9.0}
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
-%{?with_gtk1:BuildRequires:	gtk+-devel >= 1.2.0}
-%{!?with_gtk1:BuildRequires:	gtk+2-devel >= 1:2.0.0}
+BuildRequires:	gtk+2-devel >= 2:2.6.0
+BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
 BuildRequires:	libxml2-devel >= 2.0.0
 #BuildRequires:	niffsdk-devel
-%{!?with_gtk1:BuildRequires:	pkgconfig}
+BuildRequires:	pkgconfig
 Requires:	TiMidity++
-Requires:	lilypond
+Requires:	lilypond >= 2.6
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_noautocompressdoc	*.ly
-
 %description
 Denemo is a graphical music notation program written in C with GTK+.
 
@@ -60,14 +50,10 @@
 Pliki nagłówkowe do tworzenia wtyczek dla denemo.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{bver}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
-%{!?with_alsa:echo 'AC_DEFUN([AM_PATH_ALSA],[$3])' >> acinclude.m4}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -76,7 +62,6 @@
 CFLAGS="%{rpmcflags} %{?debug:-DDEBUG}"
 %configure \
 	--disable-static \
-	%{!?with_gtk1:--enable-gtk2} \
 	--with-plugins=analysis
 # ,niff - but it's incomplete (no interface between niff and denemo)
 
@@ -98,11 +83,13 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS DESIGN GOALS NEWS README TODO examples/*.ly
+%doc AUTHORS ChangeLog DESIGN* GOALS NEWS README* TODO
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %dir %{_libdir}/denemo
 %attr(755,root,root) %{_libdir}/denemo/libanalyse.so*
+%{_sysconfdir}/denemoui.xml
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/denemo.conf
 
 %files devel
 %defattr(644,root,root,755)
@@ -114,6 +101,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2005/10/30 14:49:06  qboosh
+- updated to 0.7.3beta2
+- updated opt patch, removed obsolete po,am,gtk24_link patches
+
 Revision 1.33  2004/11/27 18:52:06  saq
 - massive attack: add missing gtk+2-devel epoch in BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/denemo.spec?r1=1.33&r2=1.34&f=u




More information about the pld-cvs-commit mailing list