]> git.pld-linux.org Git - packages/denemo.git/commitdiff
- install prefix changed to /usr/X11R6,
authorkloczek <kloczek@pld-linux.org>
Thu, 16 Nov 2000 04:41:25 +0000 (04:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gzipping %doc,
- added BuildRequires rules.
Note: it will be good add desktop file.

Changed files:
    denemo.spec -> 1.4

denemo.spec

index 82b840618bca1a8fe4bfd18a16d3f959a83ee5a3..8bad07befd6146cdf10c7b22832699588ed5e520 100644 (file)
@@ -3,16 +3,24 @@ Name:         denemo
 Version:       0.5.5
 Release:       1
 License:       GPL
-Group:         Applications/Sound
-Group(de):     Applikationen/Laut
-Group(pl):     Aplikacje/D¼wiêk
+Group:         X11/Applications/Multimedia
+Group(de):     X11/Applikationen/Multimedia
+Group(pl):     X11/Aplikacje/Multimedia
 Source0:       http://download.sourceforge.net/denemo/%{name}-%{version}.tar.gz
 URL:           http://denemo.sourceforge.net/
+BuildRequires: gtk+-devel >= 1.2.0
 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
@@ -27,12 +35,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.090386 seconds and 4 git commands to generate.