Enable verbose build messages
- Remove deprecated Encoding key from mount-archive.desktop Conflicts: gvfs.spec
This commit is contained in:
parent
3bcbcdbe10
commit
1eb22d9039
@ -33,9 +33,8 @@ diff -up gvfs-1.3.2/Makefile.am.archive-integration gvfs-1.3.2/Makefile.am
|
||||
diff -up /dev/null gvfs-1.3.2/mount-archive.desktop.in.in
|
||||
--- /dev/null 2009-07-13 16:21:55.049012465 -0400
|
||||
+++ gvfs-1.3.2/mount-archive.desktop.in.in 2009-07-13 22:39:14.844931097 -0400
|
||||
@@ -0,0 +1,14 @@
|
||||
@@ -0,0 +1,13 @@
|
||||
+[Desktop Entry]
|
||||
+Encoding=UTF-8
|
||||
+_Name=Archive Mounter
|
||||
+Exec=@libexecdir@/gvfsd-archive file=%u
|
||||
+X-Gnome-Vfs-System=gio
|
||||
|
10
gvfs.spec
10
gvfs.spec
@ -1,8 +1,8 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 1.15.0
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Release: 3%{?dist}
|
||||
License: GPLv3 and LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
|
||||
@ -166,7 +166,7 @@ autoconf || :
|
||||
--disable-gdu \
|
||||
--enable-udisks2 \
|
||||
--enable-keyring
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
@ -331,6 +331,10 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_datadir}/gvfs/mounts/afp-browse.mount
|
||||
|
||||
%changelog
|
||||
* Fri Dec 7 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-3
|
||||
- Enable verbose build messages
|
||||
- Remove deprecated Encoding key from mount-archive.desktop
|
||||
|
||||
* Tue Nov 6 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-2
|
||||
- Clarify licensing
|
||||
- Explicitly disable HAL
|
||||
|
Loading…
Reference in New Issue
Block a user