Update to 3.13.90
This commit is contained in:
parent
f7bec6b701
commit
5e16006fb7
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@ nautilus-2.31.6.tar.bz2
|
||||
/nautilus-3.12.0.tar.xz
|
||||
/nautilus-3.13.1.tar.xz
|
||||
/nautilus-3.13.2.tar.xz
|
||||
/nautilus-3.13.90.tar.xz
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
Name: nautilus
|
||||
Summary: File manager for GNOME
|
||||
Version: 3.13.2
|
||||
Release: 7%{?dist}
|
||||
Version: 3.13.90
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: User Interface/Desktops
|
||||
Source: http://download.gnome.org/sources/%{name}/3.13/%{name}-%{version}.tar.xz
|
||||
@ -110,9 +110,6 @@ LANG=en_US make -j1 V=1
|
||||
export tagname=CC
|
||||
LANG=en_US make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool
|
||||
|
||||
mv $RPM_BUILD_ROOT%{_datadir}/appdata/nautilus.appdata.xml \
|
||||
$RPM_BUILD_ROOT%{_datadir}/appdata/org.gnome.Nautilus.appdata.xml
|
||||
|
||||
desktop-file-install --delete-original \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
--add-only-show-in GNOME \
|
||||
@ -174,6 +171,9 @@ update-mime-database -n %{_datadir}/mime &> /dev/null || :
|
||||
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
|
||||
|
||||
%changelog
|
||||
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
|
||||
- Update to 3.13.90
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user