/[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 3426 by capela, Sun May 20 11:22:38 2018 UTC
# Line 1  Line 1 
1  %define name    @PACKAGE_TARNAME@  %define name    @PACKAGE_TARNAME@
2  %define version @PACKAGE_VERSION@  %define version @PACKAGE_VERSION@
3  %define release 16  %define release 25
4    
5  %define _prefix @ac_prefix@  %define _prefix @ac_prefix@
6    
7    %if %{defined fedora}
8    %define debug_package %{nil}
9    %endif
10    
11  Summary:        A LinuxSampler Qt GUI interface  Summary:        A LinuxSampler Qt GUI interface
12  Name:           %{name}  Name:           %{name}
13  Version:        %{version}  Version:        %{version}
14  Release:        %{release}  Release:        %{release}
15  License:        GPL-2.0+  License:        GPL-2.0+
16  Group:          Productivity/Multimedia/Sound/Midi  Group:          Productivity/Multimedia/Sound/Midi
17  Source0:        %{name}-%{version}.tar.bz2  Source0:        %{name}-%{version}.tar.gz
18  URL:            http://qsampler.sourceforge.net/  URL:            http://qsampler.sourceforge.net/
19  #Packager:      rncbc.org  #Packager:      rncbc.org
20    
# Line 18  BuildRoot:     %{_tmppath}/%{name}-%{version Line 22  BuildRoot:     %{_tmppath}/%{name}-%{version
22    
23  #BuildRequires: libqt4-devel >= 4.4  #BuildRequires: libqt4-devel >= 4.4
24  %if %{defined fedora}  %if %{defined fedora}
25    BuildRequires:  pkgconfig
26  BuildRequires:  qt5-qtbase-devel >= 5.1, qt5-linguist  BuildRequires:  qt5-qtbase-devel >= 5.1, qt5-linguist
27    BuildRequires:  qt5-qtx11extras-devel >= 5.1
28  %else  %else
29  BuildRequires:  libqt5-qtbase-devel >= 5.1, libqt5-qtbase-common-devel, libqt5-linguist  BuildRequires:  pkg-config
30    BuildRequires:  libqt5-qtbase-devel >= 5.1, libqt5-linguist
31    BuildRequires:  libqt5-qtx11extras-devel >= 5.1
32  %endif  %endif
33  BuildRequires:  liblscp-devel >= 0.5.6  BuildRequires:  liblscp-devel >= 0.5.6
34  BuildRequires:  libgig-devel >= 3.3.0  BuildRequires:  libgig-devel >= 3.3.0
# Line 32  interface of LinuxSampler Control Protoc Line 40  interface of LinuxSampler Control Protoc
40    
41  %prep  %prep
42  %setup  %setup
43  [ -f Makefile.git ] && %__make -f Makefile.git  [ -x ./autogen.sh ] && ./autogen.sh
44    
45  %build  %build
46  %configure  %configure
47  %__make  %__make %{?_smp_mflags}
48    
49  %install  %install
50  %__make DESTDIR=%{buildroot} install  %__make DESTDIR="%{buildroot}" install
51    
52  %clean  %clean
53  [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}  [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"
54    
55  %files  %files
56  %defattr(-,root,root)  %defattr(-,root,root)
# Line 59  interface of LinuxSampler Control Protoc Line 67  interface of LinuxSampler Control Protoc
67  %dir %{_datadir}/icons/hicolor/scalable/mimetypes  %dir %{_datadir}/icons/hicolor/scalable/mimetypes
68  %dir %{_datadir}/%{name}  %dir %{_datadir}/%{name}
69  %dir %{_datadir}/%{name}/translations  %dir %{_datadir}/%{name}/translations
70  %dir %{_datadir}/appdata  %dir %{_datadir}/metainfo
71  #dir %{_datadir}/man  #dir %{_datadir}/man
72  #dir %{_datadir}/man/man1  #dir %{_datadir}/man/man1
73  %{_bindir}/%{name}  %{_bindir}/%{name}
# Line 70  interface of LinuxSampler Control Protoc Line 78  interface of LinuxSampler Control Protoc
78  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg  %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
79  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg  %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg
80  %{_datadir}/%{name}/translations/%{name}_*.qm  %{_datadir}/%{name}/translations/%{name}_*.qm
81  %{_datadir}/appdata/%{name}.appdata.xml  %{_datadir}/metainfo/%{name}.appdata.xml
82  %{_datadir}/man/man1/%{name}.1.gz  %{_datadir}/man/man1/%{name}*.1.gz
83    
84  %changelog  %changelog
85    * Mon May 21 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.1
86    - Pre-LAC2018 release frenzy.
87    * Tue Dec 12 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.5.0
88    - An Autumn'17 release.
89    * Thu Apr 27 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.4.3
90    - Pre-LAC2017 release frenzy.
91    * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.2
92    - A Fall'16 release.
93    * Wed Sep 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1
94    - End of Summer'16 release.
95    * Tue Apr  5 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.0
96    - Spring'16 release frenzy.
97  * 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
98  - Summer'15 release frenzy.  - Summer'15 release frenzy.
99  * 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.3426

  ViewVC Help
Powered by ViewVC