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
|
||||
Version: 22.12.3
|
||||
Version: 23.04.0
|
||||
Release: 1mamba
|
||||
Summary: KDE4 komparediff2 library
|
||||
Group: System/Libraries
|
||||
@ -27,7 +27,6 @@ BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: automoc4
|
||||
BuildRequires: cmake
|
||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
||||
|
||||
%description
|
||||
KDE4 komparediff2 library.
|
||||
@ -36,7 +35,6 @@ KDE4 komparediff2 library.
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: kdelibs-devel
|
||||
|
||||
%description devel
|
||||
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
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%posttrans
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
@ -79,13 +68,16 @@ exit 0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libkomparediff2
|
||||
%{_includedir}/libkomparediff2/*.h
|
||||
%dir %{_includedir}/KompareDiff2
|
||||
%{_includedir}/KompareDiff2/*
|
||||
%dir %{_libdir}/cmake/LibKompareDiff2
|
||||
%{_libdir}/cmake/LibKompareDiff2/LibKompareDiff2*.cmake
|
||||
%{_kde5_libdir}/libkomparediff2.so
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user