/[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 3630 by capela, Sun Oct 13 14:13:15 2019 UTC revision 3864 by capela, Sun Mar 14 10:17:22 2021 UTC
# Line 1  Line 1 
1    #
2    # spec file for package liblscp
3    #
4    # Copyright (C) 2004-2021, 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 25  %define release 46
22    
23  %define _soname %{name}6  %define _soname %{name}6
24    
# Line 21  URL:           http://www.linuxsampler.org/ Line 38  URL:           http://www.linuxsampler.org/
38  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
39  #Packager:      rncbc.org  #Packager:      rncbc.org
40    
41  BuildRequires: libtool  BuildRequires:  coreutils
42  BuildRequires: doxygen  BuildRequires:  pkgconfig
43  %if %{defined fedora}  BuildRequires:  glibc-devel
44  BuildRequires: pkgconfig  BuildRequires:  autoconf automake libtool
45  %else  BuildRequires:  doxygen
 BuildRequires: pkg-config  
 %endif  
 BuildRequires: glibc-devel  
46    
47  %description  %description
48  LinuxSampler control protocol API library.  LinuxSampler control protocol API library.
# Line 57  Provides:      %{name} Line 71  Provides:      %{name}
71  %package devel  %package devel
72  Summary:        LinuxSampler Control Protocol API library - development files  Summary:        LinuxSampler Control Protocol API library - development files
73  Group:          Development/Libraries/C and C++  Group:          Development/Libraries/C and C++
74    Requires:       pkgconfig
75  Requires:       %{name} >= %{version}  Requires:       %{name} >= %{version}
76    
77  %description devel  %description devel
# Line 114  export CFLAGS="-ffat-lto-objects" Line 129  export CFLAGS="-ffat-lto-objects"
129  %{_includedir}/lscp/*.h  %{_includedir}/lscp/*.h
130    
131  %changelog  %changelog
132    * Sun Mar 14 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.2
133    - End-of-Winter'21 release.
134    * Sun Feb  7 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.1
135    - Winter'21 release.
136    * Thu Dec 17 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.9.0
137    - Winter'20 release.
138    * Tue Mar 24 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.6.2
139    - Spring'20 release.
140    * Sun Dec 22 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.1
141    - Winter'19 release.
142  * 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
143  - An Autumn'17 release: bumped directly to 0.6.0.  - Autumn'17 release: bumped directly to 0.6.0.
144  * 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
145  - A Fall'16 release.  - Fall'16 release.
146  * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.5.7  * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.5.7
147  - A fifth of a Jubilee release.  - A fifth of a Jubilee release.
148  * Sun Feb 24 2013 Rui Nuno Capela <rncbc@rncbc.org>  * Sun Feb 24 2013 Rui Nuno Capela <rncbc@rncbc.org>

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

  ViewVC Help
Powered by ViewVC