[wmudmount] 1.13-1

Andreas Bierfert awjb at fedoraproject.org
Thu Jul 5 04:24:40 UTC 2012


commit 1fec5b7bff471155301655239840c0b45794fda8
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Thu Jul 5 06:23:04 2012 +0200

    1.13-1
    
    - initial version

 .gitignore     |    1 +
 sources        |    1 +
 wmudmount.spec |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 65 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7976737 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wmudmount-1.13.tar.gz
diff --git a/sources b/sources
index e69de29..4792a41 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+988955faca6db4f9c4d26f8b79a38744  wmudmount-1.13.tar.gz
diff --git a/wmudmount.spec b/wmudmount.spec
new file mode 100644
index 0000000..8e8c41b
--- /dev/null
+++ b/wmudmount.spec
@@ -0,0 +1,63 @@
+Name:           wmudmount
+Version:        1.13
+Release:        1%{?dist}
+Summary:        A WindowMaker filesystem mounting dockapp using udisks
+
+License:        GPLv2+
+URL:            http://sourceforge.net/projects/wmudmount/
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:  dbus-glib-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libX11-devel libICE-devel libSM-devel
+BuildRequires:  libgnome-keyring-devel
+BuildRequires:  libnotify-devel
+BuildRequires:  ImageMagick
+
+Requires:       hicolor-icon-theme
+
+%description
+wmudmount is a filesystem mounter that uses udisks to handle notification of
+new volumes and mounting of the filesystems as a non-root user. It also
+includes a mode to display the mounted filesystems with the least free space
+percentage.
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-gtktest --with-x
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%post
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
+
+%files
+%doc ChangeLog
+%{_bindir}/wmudmount
+%{_mandir}/man1/wmudmount.1x*
+%{_datadir}/icons/hicolor/16x16/apps/*
+%{_datadir}/icons/hicolor/22x22/apps/*
+%{_datadir}/icons/hicolor/48x48/apps/*
+%{_datadir}/icons/hicolor/scalable/apps/*
+
+
+%changelog
+* Sat Jun 02 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 1.13-1
+- initial version


More information about the scm-commits mailing list