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

Diff of /qsampler/trunk/qsampler.spec.in

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

revision 3522 by capela, Fri Jul 12 10:33:39 2019 UTC revision 3898 by capela, Tue May 11 08:58:49 2021 UTC
# Line 1  Line 1 
1    #
2    # spec file for package qsampler
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_TARNAME@  %define name    @PACKAGE_TARNAME@
20  %define version @PACKAGE_VERSION@  %define version @PACKAGE_VERSION@
21  %define release 30  %define release 47
22    
23  %define _prefix @ac_prefix@  %define _prefix @ac_prefix@
24    
# Line 16  License:       GPL-2.0+ Line 34  License:       GPL-2.0+
34  Group:          Productivity/Multimedia/Sound/Midi  Group:          Productivity/Multimedia/Sound/Midi
35  Source0:        %{name}-%{version}.tar.gz  Source0:        %{name}-%{version}.tar.gz
36  URL:            http://qsampler.sourceforge.net/  URL:            http://qsampler.sourceforge.net/
37  #Packager:      rncbc.org  Packager:       rncbc.org
38    
39  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
40    
41  %if %{defined fedora}  BuildRequires:  coreutils
42  BuildRequires:  pkgconfig  BuildRequires:  pkgconfig
43    BuildRequires:  glibc-devel
44    BuildRequires:  gcc-c++
45    BuildRequires:  cmake
46    %if %{defined fedora}
47  BuildRequires:  qt5-qtbase-devel >= 5.1, qt5-linguist  BuildRequires:  qt5-qtbase-devel >= 5.1, qt5-linguist
48    BuildRequires:  qt5-qtsvg-devel, qt5-qtwayland-devel
49  %else  %else
50  BuildRequires:  pkg-config  BuildRequires:  libqt5-qtbase-devel >= 5.1, libqt5-linguist-devel
51  BuildRequires:  libqt5-qtbase-devel >= 5.1, libqt5-linguist  BuildRequires:  libqt5-qtsvg-devel, libqt5-qtwayland-devel
52  %endif  %endif
53  BuildRequires:  liblscp-devel >= 0.5.6  BuildRequires:  liblscp-devel >= 0.5.6
54  BuildRequires:  libgig-devel >= 3.3.0  BuildRequires:  libgig-devel >= 3.3.0
# Line 36  the Qt framework using Qt Designer. For Line 59  the Qt framework using Qt Designer. For
59  interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).  interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).
60    
61  %prep  %prep
62  %setup  %setup -q
 [ -x ./autogen.sh ] && ./autogen.sh  
63    
64  %build  %build
65  %configure  cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .
66  %__make %{?_smp_mflags}  %__make %{?_smp_mflags}
67    
68  %install  %install
# Line 67  interface of LinuxSampler Control Protoc Line 89  interface of LinuxSampler Control Protoc
89  %dir %{_datadir}/metainfo  %dir %{_datadir}/metainfo
90  #dir %{_datadir}/man  #dir %{_datadir}/man
91  #dir %{_datadir}/man/man1  #dir %{_datadir}/man/man1
92    #dir %{_datadir}/man/fr
93    #dir %{_datadir}/man/fr/man1
94  %{_bindir}/%{name}  %{_bindir}/%{name}
95  %{_datadir}/mime/packages/%{name}.xml  %{_datadir}/mime/packages/%{name}.xml
96  %{_datadir}/applications/%{name}.desktop  %{_datadir}/applications/%{name}.desktop
# Line 76  interface of LinuxSampler Control Protoc Line 100  interface of LinuxSampler Control Protoc
100  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg
101  %{_datadir}/%{name}/translations/%{name}_*.qm  %{_datadir}/%{name}/translations/%{name}_*.qm
102  %{_datadir}/metainfo/%{name}.appdata.xml  %{_datadir}/metainfo/%{name}.appdata.xml
103  %{_datadir}/man/man1/%{name}*.1.gz  %{_datadir}/man/man1/%{name}.1.gz
104    %{_datadir}/man/fr/man1/%{name}.1.gz
105    
106  %changelog  %changelog
107    * Tue May 11 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.3
108    - Spring'21 release.
109    * Sun Mar 14 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.2
110    - End-of-Winter'21 release.
111    * Sun Feb  7 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.1
112    - Winter'21 release.
113    * Thu Dec 17 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.9.0
114    - Winter'20 release.
115    * Fri Jul 31 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.6.3
116    - Summer'20 release.
117    * Tue Mar 24 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.6.2
118    - Spring'20 release.
119    * Sun Dec 22 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.1
120    - Winter'19 release.
121    * Thu Oct 17 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.0
122    - Autumn'19 release.
123  * Fri Jul 12 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.6  * Fri Jul 12 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.6
124  - Summer'19 release.  - Summer'19 release.
125  * Thu Apr 11 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.5  * Thu Apr 11 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.5

Legend:
Removed from v.3522  
changed lines
  Added in v.3898

  ViewVC Help
Powered by ViewVC