update to 1.0.9
use license macro tighten file list wildcards switch to https for source URL
This commit is contained in:
parent
3fb5985852
commit
9eb86a0846
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ libEMF-1.0.4.tar.gz
|
|||||||
/libEMF-1.0.6.tar.gz
|
/libEMF-1.0.6.tar.gz
|
||||||
/libEMF-1.0.7.tar.gz
|
/libEMF-1.0.7.tar.gz
|
||||||
/libemf-1.0.8.tar.gz
|
/libemf-1.0.8.tar.gz
|
||||||
|
/libemf-1.0.9.tar.gz
|
||||||
|
24
libEMF.spec
24
libEMF.spec
@ -1,11 +1,11 @@
|
|||||||
Summary: A library for generating Enhanced Metafiles
|
Summary: A library for generating Enhanced Metafiles
|
||||||
Summary(pl): Biblioteka do generowania plików w formacie Enhanced Metafile
|
Summary(pl): Biblioteka do generowania plików w formacie Enhanced Metafile
|
||||||
Name: libEMF
|
Name: libEMF
|
||||||
Version: 1.0.8
|
Version: 1.0.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+ and GPLv2+
|
License: LGPLv2+ and GPLv2+
|
||||||
URL: http://libemf.sourceforge.net/
|
URL: http://libemf.sourceforge.net/
|
||||||
Source0: http://downloads.sourceforge.net/project/libemf/libemf/%{version}/libemf-%{version}.tar.gz
|
Source0: https://downloads.sourceforge.net/project/libemf/libemf/%{version}/libemf-%{version}.tar.gz
|
||||||
Patch0: libEMF-aarch64.patch
|
Patch0: libEMF-aarch64.patch
|
||||||
BuildRequires: libstdc++-devel
|
BuildRequires: libstdc++-devel
|
||||||
|
|
||||||
@ -52,7 +52,6 @@ make install \
|
|||||||
DESTDIR=$RPM_BUILD_ROOT
|
DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/libEMF.la
|
rm $RPM_BUILD_ROOT%{_libdir}/libEMF.la
|
||||||
mv $RPM_BUILD_ROOT%{_includedir}/{libemf,libEMF}
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
@ -61,16 +60,23 @@ make check
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog COPYING COPYING.LIB NEWS README
|
%license COPYING COPYING.LIB
|
||||||
%{_bindir}/*
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%{_libdir}/lib*.so.*
|
%{_bindir}/printemf
|
||||||
|
%{_libdir}/libEMF.so.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc doc/html
|
%doc doc/html/*
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/libEMF.so
|
||||||
%{_includedir}/libEMF
|
%{_includedir}/libEMF
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 07 2017 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> 1.0.9-1
|
||||||
|
- update to 1.0.9
|
||||||
|
- use license macro
|
||||||
|
- tighten file list wildcards
|
||||||
|
- switch to https for source URL
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-2
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user