parent
0cdab75ac1
commit
19be79aa3a
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ expat-2.0.1.tar.gz
|
||||
/expat-2.2.1.tar.gz
|
||||
/expat-2.2.2.tar.gz
|
||||
/libexpat-R_*
|
||||
/expat-2.2.3.tar.gz
|
||||
|
13
expat.spec
13
expat.spec
@ -1,9 +1,9 @@
|
||||
%global unversion 2_2_2
|
||||
%global unversion 2_2_3
|
||||
|
||||
Summary: An XML parser library
|
||||
Name: expat
|
||||
Version: %(echo %{unversion} | sed 's/_/./g')
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Source: https://github.com/libexpat/libexpat/archive/R_%{unversion}.tar.gz#/expat-%{version}.tar.gz
|
||||
URL: https://libexpat.github.io/
|
||||
License: MIT
|
||||
@ -49,9 +49,6 @@ export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -vf examples/*.vcxproj* */.gitignore
|
||||
chmod 644 README COPYING Changes doc/* examples/*
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
@ -63,7 +60,6 @@ make check
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc README
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%{_bindir}/*
|
||||
@ -71,7 +67,7 @@ make check
|
||||
%{_mandir}/*/*
|
||||
|
||||
%files devel
|
||||
%doc Changes doc examples
|
||||
%doc Changes doc/reference.html doc/*.png doc/*.css examples/*.c
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/*.h
|
||||
@ -80,6 +76,9 @@ make check
|
||||
%{_libdir}/lib*.a
|
||||
|
||||
%changelog
|
||||
* Thu Aug 3 2017 Joe Orton <jorton@redhat.com> - 2.2.3-1
|
||||
- update to 2.2.3 (#1473266)
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (expat-2.2.2.tar.gz) = c62abe6cedd7a9f4d2cd5e74d12a303edfc996309ce4431d0c4d4229b5d3b8608716a5227c00aa9e80cbcb0c657c4c2ff0168e624038043ffa5c0db9967f8e5c
|
||||
SHA512 (expat-2.2.3.tar.gz) = ecb1b197923d45787eda95de7e5d68c01a380dc31637cc2b72adfef37bf300604ffce6d61b08389133ff9ae6c7f87c8f74a1ebb7f3569623c90182e4e6e58846
|
||||
|
Loading…
Reference in New Issue
Block a user