]> git.pld-linux.org Git - packages/denemo.git/commitdiff
- updated to 0.7.2a (includes a few examples) auto/ac/denemo-0_7_2a-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Jan 2004 17:05:08 +0000 (17:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    denemo.spec -> 1.28

denemo.spec

index 62f46964472e938d7cad45e59e2b29d3c33526e8..bd943239f2cc57e25a3071946b4c5c3f21d81cb2 100644 (file)
@@ -6,12 +6,12 @@
 Summary:       Gtk frontend for GNU lilypond
 Summary(pl):   Frontend Gtk na GNU lilypond
 Name:          denemo
-Version:       0.7.2
+Version:       0.7.2a
 Release:       1
 License:       GPL
 Group:         X11/Applications/Sound
 Source0:       http://dl.sourceforge.net/denemo/%{name}-%{version}.tar.gz
-# Source0-md5: 6a393359519648646164bf8855247318
+# Source0-md5: 2d57e4d660e13eb6e476104c788046af
 Patch0:                %{name}-opt.patch
 URL:           http://denemo.sourceforge.net/
 %{?with_alsa:BuildRequires:    alsa-lib-devel >= 0.9.0}
@@ -27,6 +27,8 @@ Requires:     TiMidity++
 Requires:      lilypond
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _noautocompressdoc      *.ly
+
 %description
 Denemo is a graphical music notation program written in C with gtk+.
 
@@ -66,6 +68,7 @@ Pliki nag
 %{__automake}
 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)
@@ -80,15 +83,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %find_lang %{name}
 
-# no *.{la,a} for modules - shut up check-files
-rm -f $RPM_BUILD_ROOT%{_libdir}/denemo/*.{la,a}
+# no *.la for modules - shut up check-files
+rm -f $RPM_BUILD_ROOT%{_libdir}/denemo/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS DESIGN GOALS NEWS README TODO
+%doc AUTHORS DESIGN GOALS NEWS README TODO examples/*.ly
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %dir %{_libdir}/denemo
This page took 0.097781 seconds and 4 git commands to generate.