/[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 3598 by capela, Tue Sep 10 10:34:38 2019 UTC revision 3630 by capela, Sun Oct 13 14:13:15 2019 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 24  %define release 25
5    
6  %define _soname %{name}6  %define _soname %{name}6
7    
# Line 11  Line 11 
11  %global debug_package %{nil}  %global debug_package %{nil}
12  %endif  %endif
13    
14  Summary:        LinuxSampler control protocol API  Summary:        LinuxSampler Control Protocol API library
15  Name:           %{name}  Name:           %{name}
16  Version:        %{version}  Version:        %{version}
17  Release:        %{release}  Release:        %{release}
# Line 31  BuildRequires: pkg-config Line 31  BuildRequires: pkg-config
31  BuildRequires: glibc-devel  BuildRequires: glibc-devel
32    
33  %description  %description
34  LinuxSampler control protocol API.  LinuxSampler control protocol API library.
35    
36    
37  %package -n %{_soname}  %package -n %{_soname}
38  Summary:        LinuxSampler control protocol API library  Summary:        LinuxSampler Control Protocol API library
39  Group:          System/Libraries  Group:          System/Libraries
40  Provides:       %{name}  Provides:       %{name}
41    
42  %description -n %{_soname}  %description -n %{_soname}
43  LinuxSampler control protocol API library.    LinuxSampler Control Protocol C API library - development files.
44      .
45      This package is for use with the LinuxSampler audio sampling
46      engine / library and packages. Wraps the LinuxSampler network
47      protocol and offers a convenient API in form of a C library.
48      .
49      For further informations visit
50      http://www.linuxsampler.org
51      .
52      This package contains the header files needed for
53      development with liblscp. You will need this only if you
54      intend to compile programs that use this library.
55    
56    
57  %package devel  %package devel
58  Summary:        LinuxSampler control protocol API libraries and include files  Summary:        LinuxSampler Control Protocol API library - development files
59  Group:          Development/Libraries/C and C++  Group:          Development/Libraries/C and C++
60  Requires:       %{name} = %{version}  Requires:       %{name} >= %{version}
61    
62  %description devel  %description devel
63  LinuxSampler control protocol API libraries and include files.  LinuxSampler Control Protocol C API library - development files.
64    
65    This package is for use with the LinuxSampler audio sampling
66    engine / library and packages. Wraps the LinuxSampler network
67    protocol and offers a convenient API in form of a C library.
68    
69    For further informations visit
70    http://www.linuxsampler.org
71    
72    This package contains the header files needed for
73    development with liblscp. You will need this only if you
74    intend to compile programs that use this library.
75    
76    
77  %prep  %prep

Legend:
Removed from v.3598  
changed lines
  Added in v.3630

  ViewVC Help
Powered by ViewVC