/[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 3754 by capela, Tue Mar 24 11:10:34 2020 UTC
# Line 1  Line 1 
1    #
2    # spec file for package liblscp
3    #
4    # Copyright (C) 2004-2020, rncbc aka Rui Nuno Capela. All rights reserved.
5    # Copyright (C) 2007,2008,2015 Christian Schoenebeck
6    #
7    # All modifications and additions to the file contributed by third parties
8    # remain the property of their copyright owners, unless otherwise agreed
9    # upon. The license for this file, and modifications and additions to the
10    # file, is the same license as for the pristine package itself (unless the
11    # license for the pristine package is not an Open Source License, in which
12    # case the license is the MIT License). An "Open Source License" is a
13    # license that conforms to the Open Source Definition (Version 1.9)
14    # published by the Open Source Initiative.
15    #
16    # Please submit bugfixes or comments via http://bugs.opensuse.org/
17    #
18    
19  %define name    @PACKAGE@  %define name    @PACKAGE@
20  %define version @VERSION@  %define version @VERSION@
21  %define release 24  %define release 42
22    
23  %define _soname %{name}6  %define _soname %{name}6
24    
# Line 11  Line 28 
28  %global debug_package %{nil}  %global debug_package %{nil}
29  %endif  %endif
30    
31  Summary:        LinuxSampler control protocol API  Summary:        LinuxSampler Control Protocol API library
32  Name:           %{name}  Name:           %{name}
33  Version:        %{version}  Version:        %{version}
34  Release:        %{release}  Release:        %{release}
# Line 31  BuildRequires: pkg-config Line 48  BuildRequires: pkg-config
48  BuildRequires: glibc-devel  BuildRequires: glibc-devel
49    
50  %description  %description
51  LinuxSampler control protocol API.  LinuxSampler control protocol API library.
52    
53    
54  %package -n %{_soname}  %package -n %{_soname}
55  Summary:        LinuxSampler control protocol API library  Summary:        LinuxSampler Control Protocol API library
56  Group:          System/Libraries  Group:          System/Libraries
57  Provides:       %{name}  Provides:       %{name}
58    
59  %description -n %{_soname}  %description -n %{_soname}
60  LinuxSampler control protocol API library.    LinuxSampler Control Protocol C API library - development files.
61      .
62      This package is for use with the LinuxSampler audio sampling
63      engine / library and packages. Wraps the LinuxSampler network
64      protocol and offers a convenient API in form of a C library.
65      .
66      For further informations visit
67      http://www.linuxsampler.org
68      .
69      This package contains the header files needed for
70      development with liblscp. You will need this only if you
71      intend to compile programs that use this library.
72    
73    
74  %package devel  %package devel
75  Summary:        LinuxSampler control protocol API libraries and include files  Summary:        LinuxSampler Control Protocol API library - development files
76  Group:          Development/Libraries/C and C++  Group:          Development/Libraries/C and C++
77  Requires:       %{name} = %{version}  Requires:       %{name} >= %{version}
78    
79  %description devel  %description devel
80  LinuxSampler control protocol API libraries and include files.  LinuxSampler Control Protocol C API library - development files.
81    
82    This package is for use with the LinuxSampler audio sampling
83    engine / library and packages. Wraps the LinuxSampler network
84    protocol and offers a convenient API in form of a C library.
85    
86    For further informations visit
87    http://www.linuxsampler.org
88    
89    This package contains the header files needed for
90    development with liblscp. You will need this only if you
91    intend to compile programs that use this library.
92    
93    
94  %prep  %prep
# Line 92  export CFLAGS="-ffat-lto-objects" Line 131  export CFLAGS="-ffat-lto-objects"
131  %{_includedir}/lscp/*.h  %{_includedir}/lscp/*.h
132    
133  %changelog  %changelog
134    * Tue Mar 24 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.6.2
135    - A Spring'20 release.
136    * Sun Dec 22 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.1
137    - Winter'19 release.
138  * Tue Dec 12 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.6.0  * Tue Dec 12 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.6.0
139  - An Autumn'17 release: bumped directly to 0.6.0.  - An Autumn'17 release: bumped directly to 0.6.0.
140  * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.5.8  * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.5.8

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

  ViewVC Help
Powered by ViewVC