Fix vi translations to fix desktop-file-validate error
- Fix bogus date in %changelog - Compilation should be more verbose, add V=1
This commit is contained in:
parent
2c6ec15090
commit
1771f05aed
@ -1,7 +1,7 @@
|
|||||||
Summary: Tool for viewing and creating archives
|
Summary: Tool for viewing and creating archives
|
||||||
Name: file-roller
|
Name: file-roller
|
||||||
Version: 3.9.4
|
Version: 3.9.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://download.gnome.org/sources/file-roller/
|
URL: http://download.gnome.org/sources/file-roller/
|
||||||
@ -45,6 +45,9 @@ or directories.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
#Fix for desktop-file-validate vi translation error
|
||||||
|
sed -i 's|giai;nen|giai;nen;|g' po/vi.po
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
@ -52,7 +55,7 @@ or directories.
|
|||||||
--enable-packagekit
|
--enable-packagekit
|
||||||
|
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
make LIBTOOL=/usr/bin/libtool
|
make V=1 LIBTOOL=/usr/bin/libtool
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
@ -98,6 +101,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 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
|
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> 2.13.90-1
|
||||||
- Update to 2.13.90
|
- 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
|
- 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
|
- 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
|
- Update to 2.13.2
|
||||||
- Remove upstreamed patches
|
- Remove upstreamed patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user