require mcpp as preprocessor instead of gcc-cpp [release 1.2.1-2mamba;Tue Jan 04 2022]
This commit is contained in:
parent
ea47ac7ef1
commit
4043a4b1b8
18
xrdb.spec
18
xrdb.spec
@ -1,6 +1,6 @@
|
|||||||
Name: xrdb
|
Name: xrdb
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: X server resource database utility
|
Summary: X server resource database utility
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,16 +14,20 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: gcc-cpp
|
Requires: mcpp
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X server resource database utility.
|
X server resource database utility.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--with-cpp=%{_bindir}/cpp,%{_bindir}/mcpp
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -37,9 +41,13 @@ X server resource database utility.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/xrdb
|
%{_bindir}/xrdb
|
||||||
%{_mandir}/man1/xrdb.1.*
|
%{_mandir}/man1/xrdb.1.*
|
||||||
%doc COPYING ChangeLog
|
%doc COPYING
|
||||||
|
#ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-2mamba
|
||||||
|
- require mcpp as preprocessor instead of gcc-cpp
|
||||||
|
|
||||||
* Sat Aug 21 2021 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
* Sat Aug 21 2021 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
@ -64,5 +72,5 @@ X server resource database utility.
|
|||||||
* Mon Oct 26 2009 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
* Mon Oct 26 2009 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
* Thu Oct 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
|
* Fri Oct 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user