[udisks2-lvm] Primary import

Patrick Uiterwijk puiterwijk at fedoraproject.org
Mon Jan 13 15:20:30 UTC 2014


commit c5d77344b513b1d250722314db8f92f968256c0f
Author: Patrick Uiterwijk <puiterwijk at redhat.com>
Date:   Mon Jan 13 16:20:32 2014 +0100

    Primary import

 .gitignore       |    1 +
 sources          |    1 +
 udisks2-lvm.spec |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 71 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b124d79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/udisks2-lvm-590423b.tar.gz
diff --git a/sources b/sources
index e69de29..20e20e4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1c9629c8f6f5a7ed844d45b38d5e3077  udisks2-lvm-590423b.tar.gz
diff --git a/udisks2-lvm.spec b/udisks2-lvm.spec
new file mode 100644
index 0000000..84f7c85
--- /dev/null
+++ b/udisks2-lvm.spec
@@ -0,0 +1,69 @@
+%global         gitrev  590423b
+
+Name:           udisks2-lvm
+Version:        2.0.0
+Release:        0.2.%{gitrev}git%{?dist}
+Summary:        LVM DBus add-on for udisks
+
+# The daemon and tools are licensed under the GPLv2 (or later) and libraries are
+# licensed under LGPLv2 (or later).
+License:        GPLv2+ and LGPLv2+
+URL:            https://github.com/stefwalter/udisks-lvm
+# To generate: make a checkout, and execute
+#  git archive -9 --format tgz -o udisks2-lvm-%%{gitrev}.tar.gz --prefix=udisks2-lvm-%%{version}/ %%{gitrev}
+Source0:        udisks2-lvm-%{gitrev}.tar.gz
+
+BuildRequires:  libudisks2-devel
+BuildRequires:  libxslt
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  libgudev1-devel
+BuildRequires:  lvm2-devel
+BuildRequires:  glib2-devel
+BuildRequires:  polkit-devel
+BuildRequires:  intltool
+BuildRequires:  systemd
+BuildRequires:  docbook-style-xsl
+
+Requires:       libudisks2
+
+
+%description
+The udisks project provides a daemon, tools and libraries to access
+and manipulate disks and storage devices.
+
+This is an add-on to udisks, that enables usage of LVM.
+
+
+%prep
+%setup -q
+./autogen.sh
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+
+
+%files
+%doc AUTHORS COPYING HACKING README
+%{_sysconfdir}/dbus-1/system.d/com.redhat.lvm2.conf
+%{_prefix}/lib/systemd/system/udisks-lvm.service
+/usr/lib/udisks2/udisks-lvm-helper
+/usr/lib/udisks2/udisksd-lvm
+%{_datarootdir}/dbus-1/interfaces/com.redhat.lvm2.xml
+%{_datarootdir}/dbus-1/system-services/com.redhat.lvm2.service
+%{_mandir}/man8/*
+%{_datadir}/polkit-1/actions/com.redhat.lvm2.policy
+
+
+%changelog
+* Sun Jan 12 2014 Patrick Uiterwijk <puiterwijk at redhat.com> - 2.0.0-0.2.590423bgit
+- Add a comment on the licensing breakdown
+- Fix spelling in the description
+
+* Sun Jan 12 2014 Patrick Uiterwijk <puiterwijk at redhat.com> - 2.0.0-0.1.590423bgit
+- Primary packaging


More information about the scm-commits mailing list