Compare commits
6 Commits
2.2.7-2mam
...
2.4.3-1mam
Author | SHA1 | Date | |
---|---|---|---|
4d752f17e6 | |||
b549d23392 | |||
96f87a4eb8 | |||
e90012bc37 | |||
54e358dc04 | |||
efc18f4ee8 |
31
expat.spec
31
expat.spec
@ -1,19 +1,18 @@
|
|||||||
Name: expat
|
Name: expat
|
||||||
Version: 2.2.7
|
Version: 2.4.3
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: An XML parser written in C
|
Summary: An XML parser written in C
|
||||||
Group: Development/Applications
|
Group: Development/Applications
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://expat.sourceforge.net/
|
URL: https://sourceforge.net/projects/expat/
|
||||||
Source0: http://downloads.sourceforge.net/project/expat/expat/%{version}/expat-%{version}.tar.bz2
|
Source0: https://sourceforge.net/projects/expat/files/expat/%{version}/expat-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Expat is an XML parser library written in C.
|
Expat is an XML parser library written in C.
|
||||||
@ -35,6 +34,8 @@ 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
|
||||||
|
|
||||||
@ -71,10 +72,30 @@ Development environment for the expat XML parser.
|
|||||||
%{_libdir}/libexpat.la
|
%{_libdir}/libexpat.la
|
||||||
%{_libdir}/libexpat.so
|
%{_libdir}/libexpat.so
|
||||||
%{_libdir}/pkgconfig/expat.pc
|
%{_libdir}/pkgconfig/expat.pc
|
||||||
|
%dir %{_libdir}/cmake/expat-%{version}
|
||||||
|
%{_libdir}/cmake/expat-%{version}/expat*.cmake
|
||||||
%dir %{_datadir}/doc/expat
|
%dir %{_datadir}/doc/expat
|
||||||
%{_datadir}/doc/expat/*
|
%{_datadir}/doc/expat/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Wed Oct 16 2019 Automatic Build System <autodist@mambasoft.it> 2.2.9-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Aug 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.7-2mamba
|
* Thu Aug 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.7-2mamba
|
||||||
- removed internal legacy package libexpat0
|
- removed internal legacy package libexpat0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user