/[svn]/libgig/trunk/libgig.spec.in
ViewVC logotype

Diff of /libgig/trunk/libgig.spec.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 867 by capela, Wed May 31 23:10:47 2006 UTC revision 1406 by schoenebeck, Fri Oct 12 12:05:15 2007 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 7  %define release 9
5  %define prefix  @prefix@  %define prefix  @prefix@
6    
7  Summary:        C++ library for loading Gigasampler files and DLS Level 1/2 files.  Summary:        C++ library for loading and modifying Gigasampler and DLS files.
8  Name:           %{name}  Name:           %{name}
9  Version:        %{version}  Version:        %{version}
10  Release:        %{release}  Release:        %{release}
# Line 12  Prefix:                %{prefix} Line 12  Prefix:                %{prefix}
12  License:        GPL  License:        GPL
13  Group:          Sound  Group:          Sound
14  Source0:        %{name}-%{version}.tar.bz2  Source0:        %{name}-%{version}.tar.bz2
15  URL:            http://stud.hs-heilbronn.de/~cschoene/projects/libgig/  URL:            http://www.linuxsampler.org/libgig/
16  BuildRoot:      /var/tmp/%{name}-%{version}-buildroot  BuildRoot:      /var/tmp/%{name}-%{version}-buildroot
17    
18  %description  %description
19  C++ library for loading Gigasampler files and DLS Level 1/2 files.  C++ library for loading and modifying Gigasampler and DLS files.
20    
21  %package devel  %package devel
22  Summary:        C++ library for loading Gigasampler files and DLS Level 1/2 files.  Summary:        C++ library for loading and modifying Gigasampler and DLS files.
23  Group:          Development/Libraries  Group:          Development/Libraries
24  Requires:       %{name} = %{version}  Requires:       %{name} = %{version}
25    
26  %description devel  %description devel
27  C++ library for loading Gigasampler files and DLS Level 1/2 files.  C++ library for loading and modifying Gigasampler and DLS files.
28    
29  %prep  %prep
30    
# Line 66  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $ Line 66  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $
66  %{prefix}/include/*  %{prefix}/include/*
67    
68  %changelog  %changelog
69    * Fri Oct 12 2007 Christian Schoenebeck <cuse@users.sourceforge.net>
70    - libgig's home has moved to http://www.linuxsampler.org/libgig/
71    * Sat Mar 24 2007 Christian Schoenebeck <cuse@users.sourceforge.net>
72    - prepared for 3.1.1
73    * Fri Nov 24 2006 Christian Schoenebeck <cuse@users.sourceforge.net>
74    - prepared for 3.1.0
75  * Thu Jun 01 2006 Rui Nuno Capela <rncbc@users.sourceforge.net>  * Thu Jun 01 2006 Rui Nuno Capela <rncbc@users.sourceforge.net>
76  - changed deprecated copyright attribute to license  - changed deprecated copyright attribute to license
77  - added ldconfig to post-(un)install steps  - added ldconfig to post-(un)install steps

Legend:
Removed from v.867  
changed lines
  Added in v.1406

  ViewVC Help
Powered by ViewVC