- Create a sensor3.conf.5 symlink to the sensors.conf.5 manpage (#526178)
This commit is contained in:
parent
cf57478837
commit
29f86e56c2
@ -1,6 +1,6 @@
|
||||
Name: lm_sensors
|
||||
Version: 3.1.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
URL: http://www.lm-sensors.org/
|
||||
Source: http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2
|
||||
Source1: lm_sensors.sysconfig
|
||||
@ -37,7 +37,7 @@ Core libraries for lm_sensors applications
|
||||
%package devel
|
||||
Summary: Development files for programs which will use lm_sensors
|
||||
Group: Development/System
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The lm_sensors-devel package includes a header files and libraries for use
|
||||
@ -72,6 +72,8 @@ make PREFIX=%{_prefix} LIBDIR=%{_libdir} MANDIR=%{_mandir} PROG_EXTRA=sensord \
|
||||
DESTDIR=$RPM_BUILD_ROOT user_install
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/libsensors.a
|
||||
|
||||
ln -s sensors.conf.5.gz $RPM_BUILD_ROOT%{_mandir}/man5/sensors3.conf.5.gz
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
|
||||
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/lm_sensors
|
||||
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/sensord
|
||||
@ -175,6 +177,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 30 2009 Hans de Goede <hdegoede@redhat.com> 3.1.1-4
|
||||
- Create a sensor3.conf.5 symlink to the sensors.conf.5 manpage (#526178)
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user