[wmvolman/f18] Initial import (#947036).

raorn raorn at fedoraproject.org
Tue Apr 2 13:42:47 UTC 2013


commit 4beef09cf479387b2b44358f097a0ca8e74f7da7
Author: Alexey I. Froloff <raorn at raorn.name>
Date:   Tue Apr 2 17:03:58 2013 +0400

    Initial import (#947036).

 .gitignore    |    1 +
 sources       |    1 +
 wmvolman.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..83f3210 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wmvolman-2.0.1.tar.gz
diff --git a/sources b/sources
index e69de29..70f018d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0b13978df06a874372d3fd0b68c16199  wmvolman-2.0.1.tar.gz
diff --git a/wmvolman.spec b/wmvolman.spec
new file mode 100644
index 0000000..dea9a04
--- /dev/null
+++ b/wmvolman.spec
@@ -0,0 +1,42 @@
+Name: wmvolman
+Version: 2.0.1
+Release: 1%{?dist}
+
+Summary: Window Maker Volume Manager
+License: GPLv2+
+Group: User Interface/X
+
+Url: http://github.com/raorn/%{name}
+Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires: autoconf automake glib2-devel libudisks2-devel libdockapp-devel libX11-devel
+
+%description
+wmVolMan is a small volume manager for Window Maker. For now
+it only displays and allows mounting and unmounting removable
+media and hotpluggable devices that are added to or removed
+from the system.
+
+%prep
+%setup -q
+
+%build
+autoreconf -fisv
+%configure
+make %{?_smp_mflags}
+
+%install
+%{make_install}
+
+%files
+%doc AUTHORS COPYING NEWS README
+%{_bindir}/wmvolman
+%{_datadir}/wmvolman
+
+%changelog
+* Tue Apr 02 2013 Alexey I. Froloff <raorn at raorn.name> - 2.0.1-1
+- Fixed FTBFS with glib2 >= 2.36
+
+* Fri Mar 29 2013 Alexey I. Froloff <raorn at raorn.name> - 2.0-1
+- Initial build
+


More information about the scm-commits mailing list