Fix vi translations to fix desktop-file-validate error

- Fix bogus date in %changelog
- Compilation should be more verbose, add V=1
epel9
Parag Nemade 12 years ago
parent 2c6ec15090
commit 1771f05aed

@ -1,7 +1,7 @@
Summary: Tool for viewing and creating archives
Name: file-roller
Version: 3.9.4
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
Group: Applications/Archiving
URL: http://download.gnome.org/sources/file-roller/
@ -45,6 +45,9 @@ or directories.
%prep
%setup -q
#Fix for desktop-file-validate vi translation error
sed -i 's|giai;nen|giai;nen;|g' po/vi.po
%build
%configure \
--disable-static \
@ -52,7 +55,7 @@ or directories.
--enable-packagekit
export tagname=CC
make LIBTOOL=/usr/bin/libtool
make V=1 LIBTOOL=/usr/bin/libtool
%install
export tagname=CC
@ -98,6 +101,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%changelog
* Mon Aug 05 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 3.9.4-3
- Fix vi translations to fix desktop-file-validate error
- Fix bogus date in %%changelog
- Compilation should be more verbose, add V=1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@ -654,13 +662,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> 2.13.90-1
- Update to 2.13.90
* Tue Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.4-1
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.4-1
- Update to 2.13.4
* Thu Jan 03 2006 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
* Tue Jan 03 2006 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
- Update to 2.13.3
* Thu Dec 14 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
- Update to 2.13.2
- Remove upstreamed patches

Loading…
Cancel
Save