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

Diff of /linuxsampler/trunk/linuxsampler.spec.in

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

revision 868 by capela, Wed May 31 23:39:19 2006 UTC revision 1560 by schoenebeck, Thu Dec 6 17:19:16 2007 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 8  %define release 11
5  %define prefix  @prefix@  %define prefix  @prefix@
6    
7  Summary:        LinuxSampler - modular, streaming capable, realtime audio sampler  Summary:        LinuxSampler - modular, streaming capable, realtime audio sampler
# Line 14  Group:         Sound Line 14  Group:         Sound
14  Source0:        %{name}-%{version}.tar.bz2  Source0:        %{name}-%{version}.tar.bz2
15  URL:            http://www.linuxsampler.org/  URL:            http://www.linuxsampler.org/
16  BuildRoot:      /var/tmp/%{name}-%{version}-buildroot  BuildRoot:      /var/tmp/%{name}-%{version}-buildroot
17  Requires:       libgig >= 2.0.1  Requires:       libgig >= 3.2.1
18    
19  %description  %description
20  LinuxSampler is a work in progress. It's goal is to produce a free  LinuxSampler is a work in progress. It's goal is to produce a free
# Line 71  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $ Line 71  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $
71  %doc AUTHORS COPYING ChangeLog README  %doc AUTHORS COPYING ChangeLog README
72  %{prefix}/bin/linuxsampler  %{prefix}/bin/linuxsampler
73  %{prefix}/lib/linuxsampler/liblinuxsampler.so*  %{prefix}/lib/linuxsampler/liblinuxsampler.so*
74  %{prefix}/man/man1/linuxsampler.*  %{prefix}/share/man/man1/linuxsampler.*
75    
76  %files devel  %files devel
77  %defattr(-,root,root)  %defattr(-,root,root)
78  %doc doc/html/*  %doc doc/html/*
79    %{prefix}/lib/linuxsampler/include/config.h
80  %{prefix}/lib/linuxsampler/liblinuxsampler.a  %{prefix}/lib/linuxsampler/liblinuxsampler.a
81  %{prefix}/lib/linuxsampler/liblinuxsampler.la  %{prefix}/lib/linuxsampler/liblinuxsampler.la
82  %{prefix}/lib/pkgconfig/linuxsampler.pc  %{prefix}/lib/pkgconfig/linuxsampler.pc
83  %{prefix}/include/*  %{prefix}/include/*
84    
85  %changelog  %changelog
86    * Thu Dec 06 2007 Christian Schoenebeck <cuse@users.sourceforge.net>
87    - Going for linuxsampler 0.5.1 release.
88    * Mon Oct 15 2007 Christian Schoenebeck <cuse@users.sourceforge.net>
89    - Going for linuxsampler 0.5.0 release.
90    * Fri Nov 24 2006 Christian Schoenebeck <cuse@users.sourceforge.net>
91    - Going for linuxsampler 0.4.0 release.
92  * Thu Jun 01 2006 Rui Nuno Capela <rncbc@users.sourceforge.net>  * Thu Jun 01 2006 Rui Nuno Capela <rncbc@users.sourceforge.net>
93  - changed deprecated copyright attribute to license  - changed deprecated copyright attribute to license
94  - added ldconfig to post-(un)install steps  - added ldconfig to post-(un)install steps

Legend:
Removed from v.868  
changed lines
  Added in v.1560

  ViewVC Help
Powered by ViewVC