nonamedotc pushed to thunar-volman (epel7). "auto-import thunar-volman-0.1.2-1.fc7 on branch devel from (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Apr 4 20:57:52 UTC 2015


>From 3b95062d5cede9b273a0695e50776711edd2e498 Mon Sep 17 00:00:00 2001
From: Christoph Wickert <cwickert at fedoraproject.org>
Date: Tue, 20 Mar 2007 21:37:29 +0000
Subject: auto-import thunar-volman-0.1.2-1.fc7 on branch devel from    
 thunar-volman-0.1.2-1.fc7.src.rpm


diff --git a/.cvsignore b/.cvsignore
index e69de29..d1a85d9 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+thunar-volman-0.1.2.tar.bz2
diff --git a/sources b/sources
index e69de29..9dde29d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+910de35c398f70b66b38803bdfdd26f1  thunar-volman-0.1.2.tar.bz2
diff --git a/thunar-volman.spec b/thunar-volman.spec
new file mode 100644
index 0000000..7f66d0c
--- /dev/null
+++ b/thunar-volman.spec
@@ -0,0 +1,68 @@
+%define thunarver 0.8.0
+
+Name:           thunar-volman
+Version:        0.1.2
+Release:        1%{?dist}
+Summary:        Automatic management of removable drives and media for the Thunar file manager
+
+Group:          User Interface/Desktops
+License:        GPL
+URL:            http://foo-projects.org/~benny/projects/thunar-volman/
+Source0:        http://download.berlios.de/xfce-goodies/thunar-volman-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  Thunar-devel >= 0.5.1
+BuildRequires:  hal-devel >= 0.5.0
+BuildRequires:  dbus-glib-devel >= 0.34
+BuildRequires:  gettext
+Requires:       Thunar >= %{thunarver}
+
+%description
+The Thunar Volume Manager is an extension for the Thunar file manager, which 
+enables automatic management of removable drives and media. For example, if 
+thunar-volman is installed and configured properly, and you plug in your 
+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
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
+
+
+%post
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING NEWS README THANKS
+%{_bindir}/thunar-volman
+%{_datadir}/icons/hicolor/48x48/apps/tvm-*.png
+%{_datadir}/icons/hicolor/scalable/apps/tvm-*.svg
+
+
+%changelog
+* Sun Jan 21 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.2-1
+- Update to 0.1.2.
+
+* Wed Jan 17 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.0-1
+- Initial packaging.
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/thunar-volman.git/commit/?h=epel7&id=3b95062d5cede9b273a0695e50776711edd2e498


More information about the scm-commits mailing list