rpms/thunar-volman/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 thunar-volman.spec, 1.2, 1.3

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Thu Dec 6 20:36:08 UTC 2007


Author: cwickert

Update of /cvs/pkgs/rpms/thunar-volman/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2672

Modified Files:
	.cvsignore sources thunar-volman.spec 
Log Message:
* Mon Dec 03 2007 Christoph Wickert <fedora christoph-wickert de> - 0.2.0-1
- Update to 0.2.0 and Thunar 0.9.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-volman/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	20 Mar 2007 21:37:29 -0000	1.2
+++ .cvsignore	6 Dec 2007 20:35:35 -0000	1.3
@@ -1 +1 @@
-thunar-volman-0.1.2.tar.bz2
+thunar-volman-0.2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-volman/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	20 Mar 2007 21:37:29 -0000	1.2
+++ sources	6 Dec 2007 20:35:35 -0000	1.3
@@ -1 +1 @@
-910de35c398f70b66b38803bdfdd26f1  thunar-volman-0.1.2.tar.bz2
+e4587967fe3b3858d93735fee3edb2fc  thunar-volman-0.2.0.tar.bz2


Index: thunar-volman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-volman/devel/thunar-volman.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- thunar-volman.spec	21 Aug 2007 21:27:55 -0000	1.2
+++ thunar-volman.spec	6 Dec 2007 20:35:35 -0000	1.3
@@ -1,8 +1,8 @@
-%define thunarver 0.8.0
+%define thunarver 0.9.0
 
 Name:           thunar-volman
-Version:        0.1.2
-Release:        2%{?dist}
+Version:        0.2.0
+Release:        1%{?dist}
 Summary:        Automatic management of removable drives and media for the Thunar file manager
 
 Group:          User Interface/Desktops
@@ -15,6 +15,7 @@
 BuildRequires:  hal-devel >= 0.5.0
 BuildRequires:  dbus-glib-devel >= 0.34
 BuildRequires:  gettext
+BuildRequires:  desktop-file-utils
 Requires:       Thunar >= %{thunarver}
 
 %description
@@ -24,6 +25,7 @@
 digital camera, it will automatically launch your preferred photo application 
 and import the new pictures from the camera into your photo collection.
 
+
 %prep
 %setup -q
 
@@ -37,6 +39,13 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
+desktop-file-install --vendor fedora                            \
+        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
+        --remove-category=DesktopSettings                       \
+        --add-category=HardwareSettings                         \
+        --add-only-show-in=XFCE                                 \
+        --delete-original                                       \
+        ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}-settings.desktop
 
 
 %post
@@ -58,9 +67,14 @@
 %{_bindir}/thunar-volman
 %{_datadir}/icons/hicolor/48x48/apps/tvm-*.png
 %{_datadir}/icons/hicolor/scalable/apps/tvm-*.svg
+%{_libexecdir}/thunar-volman-settings
+%{_datadir}/applications/fedora-thunar-volman-settings.desktop
 
 
 %changelog
+* Mon Dec 03 2007 Christoph Wickert <fedora christoph-wickert de> - 0.2.0-1
+- Update to 0.2.0 and Thunar 0.9.0
+
 * Tue Aug 21 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.2-2
 - Rebuild for BuildID feature
 




More information about the fedora-extras-commits mailing list