96 lines
2.8 KiB
RPMSpec
96 lines
2.8 KiB
RPMSpec
Name: obconf-qt
|
|
Version: 0.15.0
|
|
Release: 1mamba
|
|
Summary: Openbox configuration tool (Qt based)
|
|
Group: Graphical Desktop/Applications/Configuration
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/lxde/obconf-qt
|
|
Source: https://github.com/lxde/obconf-qt.git/%{version}/obconf-qt-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXft-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libfontconfig-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libimlib2-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libqt5-devel
|
|
BuildRequires: librsvg-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: openbox-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: git
|
|
BuildRequires: openbox-devel >= 3.6.1-1mamba
|
|
Provides: obconf
|
|
Obsoletes: obconf
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Obconf is a graphical application to change your Openbox theme
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake_kde5 -d build
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
#-f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/icons/hicolor/48x48/apps/obconf-qt.png
|
|
%dir %{_datadir}/%{name}
|
|
%{_datadir}/%{name}/*
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Mon Apr 27 2020 Automatic Build System <autodist@mambasoft.it> 0.15.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 11 2019 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 09 2019 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 12 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-2mamba
|
|
- switched from obconf to obconf-qt
|
|
|
|
* Fri Jan 12 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-1mamba
|
|
- update to 0.12.0
|
|
|
|
* Fri Jan 12 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.4-4mamba
|
|
- rebuilt with openbox 3.6.1
|
|
|
|
* Sun Jul 06 2014 Automatic Build System <autodist@mambasoft.it> 2.0.4-3mamba
|
|
- rebuilt by autoport with build requirements: openbox-devel>=3.5.2-1mamba
|
|
|
|
* Sat Feb 11 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.4-2mamba
|
|
- specfile fixes; set download url for automatic future updates
|
|
|
|
* Fri Feb 10 2012 Filippo Bedendo Bordon <michiamophil@libero.it> 2.0.4-1mamba
|
|
- update to 2.0.4
|
|
|
|
* Sun Feb 10 2012 Filippo Bedendo Bordon <michiamophil@gmail.com> 2.0.3-1mamba
|
|
- package created by autospec
|