lvm2/lvm2.spec

368 lines
13 KiB
RPMSpec
Raw Normal View History

Name: lvm2
Version: 2.02.158
Release: 1mamba
Summary: A userspace toolset that provides logical volume management facilities on Linux
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sources.redhat.com/lvm2/
Source: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
Patch0: lvm2-2.02.98-link-as-needed.patch
Patch1: lvm2-2.02.114-udevadm_fix_path.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libblkid-devel
BuildRequires: libpcre-devel
BuildRequires: libreadline-devel
BuildRequires: libselinux-devel
BuildRequires: libsepol-devel
BuildRequires: libtermcap-devel
BuildRequires: libudev-devel
BuildRequires: libuuid-devel
## AUTOBUILDREQ-END
Provides: device-mapper
Obsoletes: device-mapper
Requires: libdevmapper = %{?epoch:%epoch:}%{version}-%{release}
%systemd_requires
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
LVM2 refers to a new userspace toolset that provides logical volume management facilities on Linux.
It is reasonably backwards-compatible with the original LVM toolset.
%package -n libdevmapper
Summary: Device mapper library
Group: System/Libraries
%description -n libdevmapper
LVM2 refers to a new userspace toolset that provides logical volume management facilities on Linux.
It is reasonably backwards-compatible with the original LVM toolset.
This package contains the device mapper shared library.
%package -n libdevmapper-devel
Summary: Devel package for device-mapper
Group: Development/Libraries
Requires: libdevmapper = %{?epoch:%epoch:}%{version}-%{release}
%description -n libdevmapper-devel
LVM2 refers to a new userspace toolset that provides logical volume management facilities on Linux.
It is reasonably backwards-compatible with the original LVM toolset.
This package contains files needed to develop applications that use the device-mapper libraries.
%package -n lib%{name}
Summary: Device mapper library
Group: System/Libraries
%description -n lib%{name}
LVM2 refers to a new userspace toolset that provides logical volume management facilities on Linux.
It is reasonably backwards-compatible with the original LVM toolset.
This package contains files needed to develop applications that use the %{name} libraries.
%package -n lib%{name}-devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel
LVM2 refers to a new userspace toolset that provides logical volume management facilities on Linux.
It is reasonably backwards-compatible with the original LVM toolset.
This package contains files needed to develop applications that use the %{name} libraries.
%prep
%setup -q -n LVM2.%{version}
%patch0 -p1
%patch1 -p1
%build
%configure \
--with-usrlibdir=%{_libdir} \
--enable-applib \
--enable-cmdlib \
--enable-pkgconfig \
--enable-lvm1_fallback \
--enable-udev_sync \
--with-udevdir=/lib/udev/rules.d \
--enable-dmeventd \
--enable-lvmetad \
--with-systemdsystemunitdir=%{_unitdir} \
--with-default-dm-run-dir=/run \
--with-default-run-dir=/run/lvm \
%if "%{_host}" != "%{_build}"
ac_cv_func_malloc_0_nonnull=yes
%endif
%make \
SELINUX_LIBS="`pkg-config --libs libselinux`" \
READLINE_LIBS="-lreadline -ltermcap"
#% configure --enable-fsadm --with-clvmd=cman,openais,corosync --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --with-udevdir=%{_udevdir} --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-dmeventd --enable-udev_sync
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall \
install_systemd_generators \
install_systemd_units \
install_tmpfiles_configuration
#cd libdm
#% makeinstall INSTALL_TYPE="install_pkgconfig install_static"
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
%systemd_post lvm2-monitor
:
%preun
%systemd_preun_cups lvm2-monitor
:
%postun
%systemd_postun_with_restart lvm2-monitor
:
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%post -n libdevmapper -p /sbin/ldconfig
%postun -n libdevmapper -p /sbin/ldconfig
%files
%defattr(-,root,root)
%dir %{_sysconfdir}/lvm
%config(noreplace) %{_sysconfdir}/lvm/lvm.conf
%config(noreplace) %{_sysconfdir}/lvm/lvmlocal.conf
%dir %{_sysconfdir}/lvm/profile
%{_sysconfdir}/lvm/profile/cache-mq.profile
%{_sysconfdir}/lvm/profile/cache-smq.profile
#%{_sysconfdir}/lvm/profile/default.profile
%{_sysconfdir}/lvm/profile/thin-performance.profile
%{_sysconfdir}/lvm/profile/command_profile_template.profile
%{_sysconfdir}/lvm/profile/metadata_profile_template.profile
%{_sysconfdir}/lvm/profile/thin-generic.profile
%{_sbindir}/*
/lib/udev/rules.d/10-dm.rules
/lib/udev/rules.d/11-dm-lvm.rules
/lib/udev/rules.d/13-dm-disk.rules
/lib/udev/rules.d/69-dm-lvm-metad.rules
/lib/udev/rules.d/95-dm-notify.rules
%{_tmpfilesdir}/lvm2.conf
%{_unitdir}/blk-availability.service
%{_unitdir}/dm-event.service
%{_unitdir}/dm-event.socket
%{_unitdir}/lvm2-lvmetad.service
%{_unitdir}/lvm2-lvmetad.socket
%{_unitdir}/lvm2-monitor.service
%{_unitdir}/lvm2-pvscan@.service
/lib/systemd/system-generators/lvm2-activation-generator
%{_mandir}/man5/lvm.conf.5.*
%{_mandir}/man7/lv*.7*
%{_mandir}/man8/blkdeactivate.8*
%{_mandir}/man8/dmeventd.8*
%{_mandir}/man8/dmsetup.8*
%{_mandir}/man8/dmstats.8*
%{_mandir}/man8/fsadm.8*
%{_mandir}/man8/lv*.8*
%{_mandir}/man8/pv*.8*
%{_mandir}/man8/vg*.8*
%doc COPYING COPYING.LIB
%files -n libdevmapper
%defattr(-,root,root)
%dir %{_sysconfdir}/lvm
%{_libdir}/libdevmapper.so.*
%{_libdir}/libdevmapper-event-lvm2.so.*
%{_libdir}/libdevmapper-event.so.*
%dir %{_libdir}/device-mapper
%{_libdir}/device-mapper/libdevmapper-event-lvm2mirror.so
%{_libdir}/device-mapper/libdevmapper-event-lvm2raid.so
%{_libdir}/device-mapper/libdevmapper-event-lvm2snapshot.so
%{_libdir}/device-mapper/libdevmapper-event-lvm2thin.so
%files -n libdevmapper-devel
%defattr(-,root,root)
%{_includedir}/libdevmapper.h
%{_includedir}/libdevmapper-event.h
%{_libdir}/libdevmapper.so
%{_libdir}/libdevmapper-event.so
%{_libdir}/libdevmapper-event-lvm2.so
%{_libdir}/libdevmapper-event-lvm2mirror.so
%{_libdir}/libdevmapper-event-lvm2raid.so
%{_libdir}/libdevmapper-event-lvm2snapshot.so
%{_libdir}/libdevmapper-event-lvm2thin.so
%{_libdir}/pkgconfig/devmapper.pc
%{_libdir}/pkgconfig/devmapper-event.pc
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/liblvm2app.so.*
%{_libdir}/liblvm2cmd.so.*
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_includedir}/lvm2app.h
%{_includedir}/lvm2cmd.h
%{_libdir}/liblvm2app.so
%{_libdir}/liblvm2cmd.so
%{_libdir}/pkgconfig/lvm2app.pc
#%doc README WHATS_NEW
%changelog
* Mon Jul 04 2016 Automatic Build System <autodist@mambasoft.it> 2.02.158-1mamba
- automatic version update by autodist
* Sat Jun 18 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.02.157-1mamba
- update to 2.02.157
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.02.154-1mamba
- update to 2.02.154
* Fri Apr 01 2016 Automatic Build System <autodist@mambasoft.it> 2.02.148-1mamba
- automatic version update by autodist
* Sun Mar 13 2016 Automatic Build System <autodist@mambasoft.it> 2.02.145-1mamba
- automatic version update by autodist
* Tue Mar 08 2016 Automatic Build System <autodist@mambasoft.it> 2.02.144-1mamba
- automatic version update by autodist
* Sun Jan 31 2016 Automatic Build System <autodist@mambasoft.it> 2.02.141-1mamba
- automatic version update by autodist
* Sat Dec 12 2015 Automatic Build System <autodist@mambasoft.it> 2.02.137-1mamba
- automatic version update by autodist
* Tue Dec 01 2015 Automatic Build System <autodist@mambasoft.it> 2.02.136-1mamba
- automatic version update by autodist
* Wed Nov 11 2015 Automatic Build System <autodist@mambasoft.it> 2.02.133-1mamba
- automatic version update by autodist
* Tue Oct 27 2015 Automatic Build System <autodist@mambasoft.it> 2.02.132-1mamba
- automatic version update by autodist
* Thu Jul 23 2015 Automatic Build System <autodist@mambasoft.it> 2.02.125-1mamba
- automatic version update by autodist
* Sun Jul 12 2015 Automatic Build System <autodist@mambasoft.it> 2.02.123-1mamba
- automatic version update by autodist
* Wed Jul 01 2015 Automatic Build System <autodist@mambasoft.it> 2.02.122-1mamba
- automatic version update by autodist
* Wed Jul 01 2015 Automatic Build System <autodist@mambasoft.it> 2.02.120-1mamba
- automatic version update by autodist
* Thu Feb 12 2015 Automatic Build System <autodist@mambasoft.it> 2.02.116-1mamba
- automatic version update by autodist
* Sat Jan 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.02.114-4mamba
- added a patch to fix path of udevadm
* Sat Jan 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.02.114-3mamba
- explicity install systemd files
- move /var/run/* to /run
* Tue Dec 16 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.02.114-2mamba
- force linking readline with termcap
* Wed Dec 03 2014 Automatic Build System <autodist@mambasoft.it> 2.02.114-1mamba
- automatic version update by autodist
* Sat Nov 22 2014 Automatic Build System <autodist@mambasoft.it> 2.02.112-1mamba
- automatic version update by autodist
* Wed Sep 03 2014 Automatic Build System <autodist@mambasoft.it> 2.02.111-1mamba
- automatic version update by autodist
* Mon Aug 18 2014 Automatic Build System <autodist@mambasoft.it> 2.02.109-1mamba
- automatic version update by autodist
* Mon Aug 04 2014 Automatic Build System <autodist@mambasoft.it> 2.02.108-1mamba
- automatic version update by autodist
* Wed Jun 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.02.107-1mamba
- update to 2.02.107
- rebuilt with --enable-udev_sync, --enable-dmeventd and --enable-lvmetad
- disable static builds of dmsetup and lvm
* Sun Dec 01 2013 Automatic Build System <autodist@mambasoft.it> 2.02.104-1mamba
- automatic version update by autodist
* Thu Oct 10 2013 Automatic Build System <autodist@mambasoft.it> 2.02.103-1mamba
- automatic version update by autodist
* Tue Oct 01 2013 Automatic Build System <autodist@mambasoft.it> 2.02.102-1mamba
- automatic update by autodist
* Tue Aug 27 2013 Automatic Build System <autodist@mambasoft.it> 2.02.100-1mamba
- automatic update by autodist
* Wed Jun 19 2013 Automatic Build System <autodist@mambasoft.it> 2.02.98-1mamba
- automatic version update by autodist
* Sat Aug 11 2012 Automatic Build System <autodist@mambasoft.it> 2.02.97-1mamba
- automatic version update by autodist
* Sun Oct 02 2011 Automatic Build System <autodist@mambasoft.it> 2.02.88-1mamba
- automatic version update by autodist
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 2.02.86-1mamba
- automatic version update by autodist
* Mon May 16 2011 Automatic Build System <autodist@mambasoft.it> 2.02.85-1mamba
- automatic update by autodist
* Thu Feb 24 2011 Automatic Build System <autodist@mambasoft.it> 2.02.84-1mamba
- automatic update by autodist
* Wed Feb 02 2011 Automatic Build System <autodist@mambasoft.it> 2.02.82-1mamba
- automatic update by autodist
* Fri Jan 14 2011 Automatic Build System <autodist@mambasoft.it> 2.02.80-1mamba
- automatic update by autodist
* Fri Dec 24 2010 Automatic Build System <autodist@mambasoft.it> 2.02.79-1mamba
- automatic update by autodist
* Thu Dec 09 2010 Automatic Build System <autodist@mambasoft.it> 2.02.78-1mamba
- automatic update by autodist
* Tue Nov 23 2010 Automatic Build System <autodist@mambasoft.it> 2.02.77-1mamba
- automatic update by autodist
* Wed Nov 10 2010 Automatic Build System <autodist@mambasoft.it> 2.02.76-1mamba
- automatic update by autodist
* Sat Sep 25 2010 Davide Madrisan <davide.madrisan@gmail.com> 2.02.74-1mamba
- update to 2.02.74
* Sun Jun 27 2010 Automatic Build System <autodist@mambasoft.it> 2.02.68-1mamba
- automatic update by autodist
* Fri Mar 12 2010 Davide Madrisan <davide.madrisan@gmail.com> 2.02.62-1mamba
- update to 2.02.62
* Sat Jan 16 2010 Davide Madrisan <davide.madrisan@gmail.com> 2.02.58-1mamba
- update to 2.02.58
- prepend %%config(noreplace) to the configuration file %{_sysconfdir}/lvm/lvm.conf as
- move %{_sysconfdir}/lvm/lvm.conf to main package
- new subpackages liblvm2 and liblvm2-devel
* Fri Jan 15 2010 Davide Madrisan <davide.madrisan@gmail.com> 2.02.57-2mamba
- own %{_sysconfdir}/lvm directory
- build application and shared command libraries
- move manpages of the lvm tools from devel to main package
- install pkgconfig support
- add WHATS_NEW to the package documentation
* Wed Jan 13 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.57-1mamba
- package created by autospec