Drop large ChangeLog file
This commit is contained in:
parent
315bfa17dd
commit
85f1594555
@ -67,10 +67,6 @@ developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# ChangeLog not UTF8
|
||||
iconv -f iso88591 -t utf8 ChangeLog -o ChangeLog.new
|
||||
touch -r ChangeLog ChangeLog.new
|
||||
mv ChangeLog.new ChangeLog
|
||||
|
||||
|
||||
%build
|
||||
@ -99,7 +95,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
|
||||
%doc AUTHORS COPYING MAINTAINERS NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/Gee-0.8.typelib
|
||||
@ -118,6 +114,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%changelog
|
||||
* Wed Aug 20 2014 Kalev Lember <kalevlember@gmail.com> - 0.15.90-1
|
||||
- Update to 0.15.90
|
||||
- Drop large ChangeLog file
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user