Compare commits
4 Commits
4.18.0-1ma
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ae7cffea9 | |||
| 330f18866c | |||
| faf55f46f0 | |||
| 46e1da50ae |
@@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libxfce4util
|
||||
Version: 4.18.0
|
||||
Version: 4.20.1
|
||||
Release: 1mamba
|
||||
Summary: Utility library for the XFce4 desktop environment
|
||||
Group: System/Libraries
|
||||
@@ -27,7 +27,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description devel
|
||||
Static libraries and header files for the libxfce4util library.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@@ -44,8 +43,6 @@ make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@@ -63,9 +60,21 @@ make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
|
||||
%{_datadir}/gir-1.0/Libxfce4util-1.0.gir
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gtk-doc
|
||||
%doc ChangeLog NEWS README.Kiosk TODO
|
||||
%doc ChangeLog NEWS
|
||||
|
||||
%changelog
|
||||
* Sun Mar 23 2025 Automatic Build System <autodist@openmamba.org> 4.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 19 2024 Automatic Build System <autodist@openmamba.org> 4.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 06 2024 Automatic Build System <autodist@openmamba.org> 4.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 4.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 4.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user