]> git.pld-linux.org Git - packages/denemo.git/blobdiff - denemo.spec
- release 2
[packages/denemo.git] / denemo.spec
index 82b840618bca1a8fe4bfd18a16d3f959a83ee5a3..d075e59929bbc6f31130678e68f2faf2bd594029 100644 (file)
@@ -1,25 +1,38 @@
 Summary:       Gtk frontend for GNU lilypond
 Name:          denemo
 Version:       0.5.5
-Release:       1
+Release:       2
 License:       GPL
-Group:         Applications/Sound
-Group(de):     Applikationen/Laut
-Group(pl):     Aplikacje/D¼wiêk
-Source0:       http://download.sourceforge.net/denemo/%{name}-%{version}.tar.gz
+Group:         X11/Applications/Multimedia
+Group(de):     X11/Applikationen/Multimedia
+Group(pl):     X11/Aplikacje/Multimedia
+Source0:       ftp://download.sourceforge.net/pub/sourceforge/denemo/%{name}-%{version}.tar.gz
 URL:           http://denemo.sourceforge.net/
+BuildRequires: gtk+-devel >= 1.2.0
+BuildRequires: autoconf
+BuildRequires: automake
 Requires:      lilypond
 Requires:      TiMidity++
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _prefix         /usr/X11R6
+
 %description
+Denemo is a graphical music notation program written in C with gtk+.
+
+It is intended to be used in conjunction with GNU Lilypond
+(http://www.cs.uu.nl/hanwen/lilypond/), but is adaptable to other
+computer-music-related purposes as well.
 
 %prep
 %setup -q
 
 %build
+rm -f missing
+aclocal
+autoconf
+automake -a -c
 %configure
-
 %{__make} 
 
 %install
@@ -27,12 +40,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+gzip -9nf NEWS README TODO GOALS DESIGN AUTHORS
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
 %files
 %defattr(644,root,root,755)
-%doc NEWS* README* TODO* GOALS* DESIGN* AUTHORS*
+%doc *.gz
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
This page took 0.060582 seconds and 4 git commands to generate.