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

Diff of /liblscp/trunk/liblscp.spec.in

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

revision 1368 by capela, Tue Oct 2 07:16:59 2007 UTC revision 2095 by capela, Thu May 20 20:26:55 2010 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 15  %define release 17
5  %define prefix  @prefix@  %define prefix  @prefix@
6    
7  Summary:        LinuxSampler control protocol API.  Summary:        LinuxSampler control protocol API.
# Line 13  License:       LGPL Line 13  License:       LGPL
13  Group:          Sound  Group:          Sound
14  Source0:        %{name}-%{version}.tar.gz  Source0:        %{name}-%{version}.tar.gz
15  URL:            http://www.linuxsampler.org/  URL:            http://www.linuxsampler.org/
16  BuildRoot:      /var/tmp/%{name}-%{version}-buildroot  BuildRoot:      %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
17    
18  %description  %description
19  LinuxSampler control protocol API.  LinuxSampler control protocol API.
# Line 29  LinuxSampler control protocol API librar Line 29  LinuxSampler control protocol API librar
29  %prep  %prep
30    
31  %setup  %setup
32  if [ -f Makefile.cvs ]; then make -f Makefile.cvs; fi  if [ -f Makefile.svn ]; then make -f Makefile.svn; fi
33    
34  %build  %build
35  ./configure --prefix=%{prefix}  %configure
36  make  make
37    
38  %install  %install
39  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi  %{__rm} -rf %{buildroot}
40  mkdir -p $RPM_BUILD_ROOT  %makeinstall
 make prefix=$RPM_BUILD_ROOT%{prefix} install  
41    
42  %post  %post
43  /sbin/ldconfig  /sbin/ldconfig
# Line 47  make prefix=$RPM_BUILD_ROOT%{prefix} ins Line 46  make prefix=$RPM_BUILD_ROOT%{prefix} ins
46  /sbin/ldconfig  /sbin/ldconfig
47    
48  %clean  %clean
49  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi  %{__rm} -rf %{buildroot}
50    
51  %files  %files
52  %defattr(-,root,root)  %defattr(-,root,root)
53  %doc AUTHORS COPYING ChangeLog NEWS README TODO  %doc AUTHORS COPYING ChangeLog NEWS README TODO
54  %{prefix}/lib/liblscp.so*  %{_libdir}/liblscp.so*
55    
56  %files devel  %files devel
57  %defattr(-,root,root)  %defattr(-,root,root)
58  %doc doc/html/*  %doc doc/html/*
59  %{prefix}/lib/liblscp.a  %{_libdir}/liblscp.a
60  %{prefix}/lib/liblscp.la  %{_libdir}/liblscp.la
61  %{prefix}/lib/pkgconfig/lscp.pc  %{_libdir}/pkgconfig/lscp.pc
62  %{prefix}/include/lscp  %dir %{_includedir}/lscp
63    %{_includedir}/lscp/*.h
64    
65  %changelog  %changelog
66    * Sat Aug  1 2009 Rui Nuno Capela <rncbc@users.sourceforge.net>
67    - New 0.5.6 release.
68    
69    * Fri Oct 12 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>
70    - Changed client interface function, for editing channel instrument.
71    - New 0.5.5 release.
72    
73  * Tue Oct  2 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>  * Tue Oct  2 2007 Rui Nuno Capela <rncbc@users.sourceforge.net>
74  - Added new client interface function, for editing instrument.  - Added new client interface function, for editing instrument.
75  - New 0.5.4 release.  - New 0.5.4 release.

Legend:
Removed from v.1368  
changed lines
  Added in v.2095

  ViewVC Help
Powered by ViewVC