/[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 932 by capela, Wed May 31 23:10:47 2006 UTC revision 933 by schoenebeck, Fri Nov 24 12:50:05 2006 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 8
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 16  URL:           http://stud.hs-heilbronn.de/~cscho Line 16  URL:           http://stud.hs-heilbronn.de/~cscho
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 Nov 24 2006 Christian Schoenebeck <cuse@users.sourceforge.net>
70    - prepared for 3.1.0
71  * Thu Jun 01 2006 Rui Nuno Capela <rncbc@users.sourceforge.net>  * Thu Jun 01 2006 Rui Nuno Capela <rncbc@users.sourceforge.net>
72  - changed deprecated copyright attribute to license  - changed deprecated copyright attribute to license
73  - added ldconfig to post-(un)install steps  - added ldconfig to post-(un)install steps

Legend:
Removed from v.932  
changed lines
  Added in v.933

  ViewVC Help
Powered by ViewVC