automatic version update by autodist [release 5.12.0-1mamba;Wed Dec 18 2024]
This commit is contained in:
parent
8088ddb990
commit
1134def87f
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: gwenhywfar
|
Name: gwenhywfar
|
||||||
Version: 5.10.2
|
Version: 5.12.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A tool to allow porting of software to different operating systems like Linux, *BSD, Windows etc.
|
Summary: A tool to allow porting of software to different operating systems like Linux, *BSD, Windows etc.
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -26,6 +26,7 @@ BuildRequires: libharfbuzz-devel
|
|||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
@ -93,14 +94,8 @@ autoreconf -f -i
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n lib%{name}-gtk3 -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name}-gtk3 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n lib%{name}-qt5 -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name}-qt5 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -161,6 +156,9 @@ autoreconf -f -i
|
|||||||
%doc NEWS README TODO
|
%doc NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 18 2024 Automatic Build System <autodist@openmamba.org> 5.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jul 29 2023 Automatic Build System <autodist@mambasoft.it> 5.10.2-1mamba
|
* Sat Jul 29 2023 Automatic Build System <autodist@mambasoft.it> 5.10.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user