/[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 3754 by capela, Tue Mar 24 11:10:34 2020 UTC revision 3897 by capela, Tue May 11 08:58:34 2021 UTC
# Line 1  Line 1 
1  #  #
2  # spec file for package liblscp  # spec file for package liblscp
3  #  #
4  # Copyright (C) 2004-2020, rncbc aka Rui Nuno Capela. All rights reserved.  # Copyright (C) 2004-2021, rncbc aka Rui Nuno Capela. All rights reserved.
5  # Copyright (C) 2007,2008,2015 Christian Schoenebeck  # Copyright (C) 2007,2008,2015 Christian Schoenebeck
6  #  #
7  # All modifications and additions to the file contributed by third parties  # All modifications and additions to the file contributed by third parties
# Line 16  Line 16 
16  # Please submit bugfixes or comments via http://bugs.opensuse.org/  # Please submit bugfixes or comments via http://bugs.opensuse.org/
17  #  #
18    
19  %define name    @PACKAGE@  %define name    @PACKAGE_TARNAME@
20  %define version @VERSION@  %define version @PACKAGE_VERSION@
21  %define release 42  %define release 47
22    
23  %define _soname %{name}6  %define _soname %{name}6
24    
25  %define _prefix @prefix@  %define _prefix @ac_prefix@
26    
27  %if %{defined fedora}  %if %{defined fedora}
28  %global debug_package %{nil}  %global debug_package %{nil}
# Line 38  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:  cmake
43  %if %{defined fedora}  BuildRequires:  pkgconfig
44  BuildRequires: pkgconfig  BuildRequires:  glibc-devel
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 74  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 92  intend to compile programs that use this Line 90  intend to compile programs that use this
90    
91    
92  %prep  %prep
93    %setup -q
 %setup  
 [ -x ./autogen.sh ] && ./autogen.sh  
94    
95  %build  %build
96  %if %{undefined fedora}  cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .
 export CFLAGS="-ffat-lto-objects"  
 %endif  
 %configure  
97  %__make %{?_smp_mflags}  %__make %{?_smp_mflags}
98    
99  %install  %install
# Line 124  export CFLAGS="-ffat-lto-objects" Line 117  export CFLAGS="-ffat-lto-objects"
117  %defattr(-,root,root)  %defattr(-,root,root)
118  %doc doc/html/*  %doc doc/html/*
119  %{_libdir}/liblscp.so  %{_libdir}/liblscp.so
 %{_libdir}/liblscp.a  
 %{_libdir}/liblscp.la  
120  %{_libdir}/pkgconfig/lscp.pc  %{_libdir}/pkgconfig/lscp.pc
121  %dir %{_includedir}/lscp  %dir %{_includedir}/lscp
122  %{_includedir}/lscp/*.h  %{_includedir}/lscp/*.h
123    
124  %changelog  %changelog
125    * Tue May 11 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.3
126    - Spring'21 release.
127    * Sun Mar 14 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.2
128    - End-of-Winter'21 release.
129    * Sun Feb  7 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.1
130    - Winter'21 release.
131    * Thu Dec 17 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.9.0
132    - Winter'20 release.
133  * Tue Mar 24 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.6.2  * Tue Mar 24 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.6.2
134  - A Spring'20 release.  - Spring'20 release.
135  * Sun Dec 22 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.1  * Sun Dec 22 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.1
136  - Winter'19 release.  - Winter'19 release.
137  * 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
138  - An Autumn'17 release: bumped directly to 0.6.0.  - Autumn'17 release: bumped directly to 0.6.0.
139  * 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
140  - A Fall'16 release.  - Fall'16 release.
141  * 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
142  - A fifth of a Jubilee release.  - A fifth of a Jubilee release.
143  * Sun Feb 24 2013 Rui Nuno Capela <rncbc@rncbc.org>  * Sun Feb 24 2013 Rui Nuno Capela <rncbc@rncbc.org>

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

  ViewVC Help
Powered by ViewVC