SHA256
1
0
forked from pool/pcfclock
OBS User unknown 2007-05-11 10:32:53 +00:00 committed by Git OBS Bridge
parent df058aeb83
commit 7516a70258
2 changed files with 10 additions and 6 deletions

View File

@ -1,7 +1,8 @@
-------------------------------------------------------------------
Fri May 11 00:19:43 CEST 2007 - ro@suse.de
Fri May 11 12:31:58 CEST 2007 - ro@suse.de
- help configure with kernel sources
- fix build with current kernel sources
- use optflags for pcfdate
-------------------------------------------------------------------
Wed Apr 4 22:10:04 CEST 2007 - lrupp@suse.de

View File

@ -12,7 +12,7 @@
Name: pcfclock
BuildRequires: kernel-source kernel-syms module-init-tools
Version: 0.44
Release: 77
Release: 79
Summary: Pcfclock kernel driver
License: GNU General Public License (GPL)
Group: System/Kernel
@ -75,7 +75,8 @@ cp -a linux/pcfclock.c %{S:1} \
source
%build
./configure --prefix=/usr --mandir=%{_mandir} --with-linux=/usr/src/linux-obj/`uname -m`/default
CFLAGS=$RPM_OPT_FLAGS \
./configure --prefix=/usr --mandir=%{_mandir} --without-linux
make
for flavor in %flavors_to_build; do
rm -rf obj/$flavor
@ -86,7 +87,8 @@ done
%install
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_mandir}/man4
# install manpage
make -C linux install DESTDIR=%{buildroot}
# install kernel modules
export INSTALL_MOD_PATH=$RPM_BUILD_ROOT
export INSTALL_MOD_DIR=updates
@ -107,7 +109,8 @@ rm -rf %{buildroot}
%changelog
* Fri May 11 2007 - ro@suse.de
- help configure with kernel sources
- fix build with current kernel sources
- use optflags for pcfdate
* Wed Apr 04 2007 - lrupp@suse.de
- added module-init-tools to BuildRequires
* Mon Aug 21 2006 - ro@suse.de