automatic version update by autodist [release 23.04.0-1mamba;Tue Apr 25 2023]
This commit is contained in:
parent
e8450d27d2
commit
bb9eae0520
@ -1,5 +1,5 @@
|
|||||||
Name: libkomparediff2
|
Name: libkomparediff2
|
||||||
Version: 22.12.3
|
Version: 23.04.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE4 komparediff2 library
|
Summary: KDE4 komparediff2 library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -27,7 +27,6 @@ BuildRequires: qt5-qtbase-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KDE4 komparediff2 library.
|
KDE4 komparediff2 library.
|
||||||
@ -36,7 +35,6 @@ KDE4 komparediff2 library.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: kdelibs-devel
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
@ -59,17 +57,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
exit 0
|
|
||||||
|
|
||||||
%posttrans
|
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%postun
|
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -79,13 +68,16 @@ exit 0
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libkomparediff2
|
%dir %{_includedir}/KompareDiff2
|
||||||
%{_includedir}/libkomparediff2/*.h
|
%{_includedir}/KompareDiff2/*
|
||||||
%dir %{_libdir}/cmake/LibKompareDiff2
|
%dir %{_libdir}/cmake/LibKompareDiff2
|
||||||
%{_libdir}/cmake/LibKompareDiff2/LibKompareDiff2*.cmake
|
%{_libdir}/cmake/LibKompareDiff2/LibKompareDiff2*.cmake
|
||||||
%{_kde5_libdir}/libkomparediff2.so
|
%{_kde5_libdir}/libkomparediff2.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 25 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user