Compare commits
10 Commits
2.4.7-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
39bfbee99a | |||
3539c35972 | |||
efbdc5ff5f | |||
410057f4e1 | |||
86e4c73a5f | |||
6da7884e8b | |||
f722a11522 | |||
c76c8805e1 | |||
2df302e53d | |||
9a5cafe998 |
36
expat.spec
36
expat.spec
@ -1,5 +1,5 @@
|
|||||||
Name: expat
|
Name: expat
|
||||||
Version: 2.4.7
|
Version: 2.7.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An XML parser written in C
|
Summary: An XML parser written in C
|
||||||
Group: Development/Applications
|
Group: Development/Applications
|
||||||
@ -34,7 +34,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n libexpat-devel
|
%description -n libexpat-devel
|
||||||
Development environment for the expat XML parser.
|
Development environment for the expat XML parser.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -52,8 +51,6 @@ Development environment for the expat XML parser.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n libexpat -p /sbin/ldconfig
|
|
||||||
%postun -n libexpat -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -69,7 +66,6 @@ Development environment for the expat XML parser.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/libexpat.a
|
%{_libdir}/libexpat.a
|
||||||
%{_libdir}/libexpat.la
|
|
||||||
%{_libdir}/libexpat.so
|
%{_libdir}/libexpat.so
|
||||||
%{_libdir}/pkgconfig/expat.pc
|
%{_libdir}/pkgconfig/expat.pc
|
||||||
%dir %{_libdir}/cmake/expat-%{version}
|
%dir %{_libdir}/cmake/expat-%{version}
|
||||||
@ -78,6 +74,36 @@ Development environment for the expat XML parser.
|
|||||||
%{_datadir}/doc/expat/*
|
%{_datadir}/doc/expat/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 28 2025 Automatic Build System <autodist@openmamba.org> 2.7.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 14 2025 Automatic Build System <autodist@openmamba.org> 2.7.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 07 2024 Automatic Build System <autodist@openmamba.org> 2.6.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Sep 04 2024 Automatic Build System <autodist@openmamba.org> 2.6.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 2.6.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 2.6.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Feb 07 2024 Automatic Build System <autodist@openmamba.org> 2.6.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Oct 26 2022 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Sep 24 2022 Automatic Build System <autodist@mambasoft.it> 2.4.9-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 2.4.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 05 2022 Automatic Build System <autodist@mambasoft.it> 2.4.7-1mamba
|
* Sat Mar 05 2022 Automatic Build System <autodist@mambasoft.it> 2.4.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user