/[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 2828 by capela, Wed Jul 22 21:28:27 2015 UTC revision 3861 by capela, Mon Mar 1 15:38:42 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 16  %define release 45
22    
23  %define _prefix @ac_prefix@  %define _prefix @ac_prefix@
24    
25    %if %{defined fedora}
26    %define debug_package %{nil}
27    %endif
28    
29  Summary:        A LinuxSampler Qt GUI interface  Summary:        A LinuxSampler Qt GUI interface
30  Name:           %{name}  Name:           %{name}
31  Version:        %{version}  Version:        %{version}
32  Release:        %{release}  Release:        %{release}
33  License:        GPL-2.0+  License:        GPL-2.0+
34  Group:          Productivity/Multimedia/Sound/Midi  Group:          Productivity/Multimedia/Sound/Midi
35  Source0:        %{name}-%{version}.tar.bz2  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    
 #BuildRequires: libqt4-devel >= 4.4  
41  %if %{defined fedora}  %if %{defined fedora}
42    BuildRequires:  pkgconfig
43  BuildRequires:  qt5-qtbase-devel >= 5.1, qt5-linguist  BuildRequires:  qt5-qtbase-devel >= 5.1, qt5-linguist
44    BuildRequires:  qt5-qtsvg-devel, qt5-qtwayland-devel
45  %else  %else
46  BuildRequires:  libqt5-qtbase-devel >= 5.1, libqt5-qtbase-common-devel, libqt5-linguist  BuildRequires:  pkg-config
47    BuildRequires:  libqt5-qtbase-devel >= 5.1, libqt5-linguist
48    BuildRequires:  libqt5-qtsvg-devel, libqt5-qtwayland-devel
49  %endif  %endif
50  BuildRequires:  liblscp-devel >= 0.5.6  BuildRequires:  liblscp-devel >= 0.5.6
51  BuildRequires:  libgig-devel >= 3.3.0  BuildRequires:  libgig-devel >= 3.3.0
# Line 32  interface of LinuxSampler Control Protoc Line 57  interface of LinuxSampler Control Protoc
57    
58  %prep  %prep
59  %setup  %setup
60  [ -f Makefile.git ] && %__make -f Makefile.git  [ -x ./autogen.sh ] && ./autogen.sh
61    
62  %build  %build
63  %configure  %configure
64  %__make  %__make %{?_smp_mflags}
65    
66  %install  %install
67  %__make DESTDIR=%{buildroot} install  %__make DESTDIR="%{buildroot}" install
68    
69  %clean  %clean
70  [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}  [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"
71    
72  %files  %files
73  %defattr(-,root,root)  %defattr(-,root,root)
# Line 59  interface of LinuxSampler Control Protoc Line 84  interface of LinuxSampler Control Protoc
84  %dir %{_datadir}/icons/hicolor/scalable/mimetypes  %dir %{_datadir}/icons/hicolor/scalable/mimetypes
85  %dir %{_datadir}/%{name}  %dir %{_datadir}/%{name}
86  %dir %{_datadir}/%{name}/translations  %dir %{_datadir}/%{name}/translations
87  %dir %{_datadir}/appdata  %dir %{_datadir}/metainfo
88  #dir %{_datadir}/man  #dir %{_datadir}/man
89  #dir %{_datadir}/man/man1  #dir %{_datadir}/man/man1
90    #dir %{_datadir}/man/fr
91    #dir %{_datadir}/man/fr/man1
92  %{_bindir}/%{name}  %{_bindir}/%{name}
93  %{_datadir}/mime/packages/%{name}.xml  %{_datadir}/mime/packages/%{name}.xml
94  %{_datadir}/applications/%{name}.desktop  %{_datadir}/applications/%{name}.desktop
# Line 70  interface of LinuxSampler Control Protoc Line 97  interface of LinuxSampler Control Protoc
97  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
98  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg
99  %{_datadir}/%{name}/translations/%{name}_*.qm  %{_datadir}/%{name}/translations/%{name}_*.qm
100  %{_datadir}/appdata/%{name}.appdata.xml  %{_datadir}/metainfo/%{name}.appdata.xml
101  %{_datadir}/man/man1/%{name}.1.gz  %{_datadir}/man/man1/%{name}.1.gz
102    %{_datadir}/man/fr/man1/%{name}.1.gz
103    
104  %changelog  %changelog
105    * Sun Feb  7 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.1
106    - Winter'21 release.
107    * Thu Dec 17 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.9.0
108    - Winter'20 release.
109    * Fri Jul 31 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.6.3
110    - Summer'20 release.
111    * Tue Mar 24 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.6.2
112    - Spring'20 release.
113    * Sun Dec 22 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.1
114    - Winter'19 release.
115    * Thu Oct 17 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.0
116    - Autumn'19 release.
117    * Fri Jul 12 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.6
118    - Summer'19 release.
119    * Thu Apr 11 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.5
120    - Spring-Break'19 release.
121    * Mon Mar 11 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.4
122    - Pre-LAC2019 release frenzy.
123    * Thu Dec 06 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.3
124    - An End of Autumn'18 Release.
125    * Sun Jul 22 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.2
126    - Summer'18 Release.
127    * Mon May 21 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.1
128    - Pre-LAC2018 release frenzy.
129    * Tue Dec 12 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.5.0
130    - An Autumn'17 release.
131    * Thu Apr 27 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.4.3
132    - Pre-LAC2017 release frenzy.
133    * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.2
134    - A Fall'16 release.
135    * Wed Sep 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1
136    - End of Summer'16 release.
137    * Tue Apr  5 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.0
138    - Spring'16 release frenzy.
139  * Sun Jul 19 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1  * Sun Jul 19 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1
140  - Summer'15 release frenzy.  - Summer'15 release frenzy.
141  * Wed Mar 25 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0  * Wed Mar 25 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0

Legend:
Removed from v.2828  
changed lines
  Added in v.3861

  ViewVC Help
Powered by ViewVC