Compare commits
16 Commits
2.2.10-1ma
...
2.6.4-1mam
Author | SHA1 | Date | |
---|---|---|---|
efbdc5ff5f | |||
410057f4e1 | |||
86e4c73a5f | |||
6da7884e8b | |||
f722a11522 | |||
c76c8805e1 | |||
2df302e53d | |||
9a5cafe998 | |||
65908553bf | |||
b6bc6f6c57 | |||
85d3f71dda | |||
09cb2d0a83 | |||
4d752f17e6 | |||
b549d23392 | |||
96f87a4eb8 | |||
e90012bc37 |
62
expat.spec
62
expat.spec
@ -1,19 +1,18 @@
|
||||
Name: expat
|
||||
Version: 2.2.10
|
||||
Version: 2.6.4
|
||||
Release: 1mamba
|
||||
Summary: An XML parser written in C
|
||||
Group: Development/Applications
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://expat.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/project/expat/expat/%{version}/expat-%{version}.tar.bz2
|
||||
URL: https://sourceforge.net/projects/expat/
|
||||
Source0: https://sourceforge.net/projects/expat/files/expat/%{version}/expat-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Expat is an XML parser library written in C.
|
||||
@ -35,6 +34,8 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n libexpat-devel
|
||||
Development environment for the expat XML parser.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -51,8 +52,6 @@ Development environment for the expat XML parser.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n libexpat -p /sbin/ldconfig
|
||||
%postun -n libexpat -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -68,13 +67,62 @@ Development environment for the expat XML parser.
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libexpat.a
|
||||
%{_libdir}/libexpat.la
|
||||
%{_libdir}/libexpat.so
|
||||
%{_libdir}/pkgconfig/expat.pc
|
||||
%dir %{_libdir}/cmake/expat-%{version}
|
||||
%{_libdir}/cmake/expat-%{version}/expat*.cmake
|
||||
%dir %{_datadir}/doc/expat
|
||||
%{_datadir}/doc/expat/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 21 2022 Automatic Build System <autodist@mambasoft.it> 2.4.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 19 2022 Automatic Build System <autodist@mambasoft.it> 2.4.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 30 2022 Automatic Build System <autodist@mambasoft.it> 2.4.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 16 2022 Automatic Build System <autodist@mambasoft.it> 2.4.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 20 2021 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.1-1mamba
|
||||
- update to 2.4.1
|
||||
|
||||
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 21 2020 Automatic Build System <autodist@mambasoft.it> 2.2.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user