/[svn]/linuxsampler/branches/release2_1_0/linuxsampler.spec.in
ViewVC logotype

Diff of /linuxsampler/branches/release2_1_0/linuxsampler.spec.in

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

revision 1560 by schoenebeck, Thu Dec 6 17:19:16 2007 UTC revision 1876 by schoenebeck, Fri Mar 27 12:16:12 2009 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 11  %define release 12
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 55  make docs Line 55  make docs
55  %install  %install
56  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
57  mkdir -p $RPM_BUILD_ROOT  mkdir -p $RPM_BUILD_ROOT
58  make prefix=$RPM_BUILD_ROOT%{prefix} install  make DESTDIR=%{buildroot} install
59    
60  %post  %post
61  /sbin/ldconfig  /sbin/ldconfig
# Line 72  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $ Line 72  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $
72  %{prefix}/bin/linuxsampler  %{prefix}/bin/linuxsampler
73  %{prefix}/lib/linuxsampler/liblinuxsampler.so*  %{prefix}/lib/linuxsampler/liblinuxsampler.so*
74  %{prefix}/share/man/man1/linuxsampler.*  %{prefix}/share/man/man1/linuxsampler.*
75    %{prefix}/lib/dssi/*
76    %{prefix}/lib/lv2/linuxsampler*
77    /var/lib/linuxsampler/instruments.db
78    
79  %files devel  %files devel
80  %defattr(-,root,root)  %defattr(-,root,root)
81  %doc doc/html/*  %doc doc/html/*
 %{prefix}/lib/linuxsampler/include/config.h  
82  %{prefix}/lib/linuxsampler/liblinuxsampler.a  %{prefix}/lib/linuxsampler/liblinuxsampler.a
83  %{prefix}/lib/linuxsampler/liblinuxsampler.la  %{prefix}/lib/linuxsampler/liblinuxsampler.la
84  %{prefix}/lib/pkgconfig/linuxsampler.pc  %{prefix}/lib/pkgconfig/linuxsampler.pc
85  %{prefix}/include/*  %{prefix}/include/*
86    
87  %changelog  %changelog
88    * Fri Mar 27 2009 Christian Schoenebeck <cuse@users.sourceforge.net>
89    - included DSSI and LV2 binaries into linuxsampler package
90    * Wed Dec 03 2008 Christian Schoenebeck <cuse@users.sourceforge.net>
91    - fixed rpmbuild: config.h is no longer exported
92      (fixes #87, patch by Devin Anderson)
93  * Thu Dec 06 2007 Christian Schoenebeck <cuse@users.sourceforge.net>  * Thu Dec 06 2007 Christian Schoenebeck <cuse@users.sourceforge.net>
94  - Going for linuxsampler 0.5.1 release.  - Going for linuxsampler 0.5.1 release.
95  * Mon Oct 15 2007 Christian Schoenebeck <cuse@users.sourceforge.net>  * Mon Oct 15 2007 Christian Schoenebeck <cuse@users.sourceforge.net>

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

  ViewVC Help
Powered by ViewVC