diff options
author | Francois Pons <fpons@mandriva.com> | 2001-03-15 14:11:53 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-03-15 14:11:53 +0000 |
commit | a640519cc81cef348ff30195e50767f83e8b6d76 (patch) | |
tree | d3d427ff23a0b45c26d2b5f21015c3e8c904313f /ldetect.spec | |
parent | 24ed984500c0fc56a4c3460b719115a89665a707 (diff) | |
download | ldetect-a640519cc81cef348ff30195e50767f83e8b6d76.tar ldetect-a640519cc81cef348ff30195e50767f83e8b6d76.tar.gz ldetect-a640519cc81cef348ff30195e50767f83e8b6d76.tar.bz2 ldetect-a640519cc81cef348ff30195e50767f83e8b6d76.tar.xz ldetect-a640519cc81cef348ff30195e50767f83e8b6d76.zip |
*** empty log message ***
Diffstat (limited to 'ldetect.spec')
-rw-r--r-- | ldetect.spec | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/ldetect.spec b/ldetect.spec index 8bed15a..a351124 100644 --- a/ldetect.spec +++ b/ldetect.spec @@ -1,6 +1,7 @@ +# !! DON'T MODIFY HERE, MODIFY IN THE CVS !! %define name ldetect %define version 0.2.3 -%define release 6mdk +%define release 7mdk Name: %{name} Version: %{version} @@ -29,7 +30,11 @@ see %{name} %setup -n %{name} %build +%ifnarch ia64 %make +%else +%make CFLAGS="$CFLAGS -fPIC" +%endif %install rm -rf $RPM_BUILD_ROOT @@ -48,8 +53,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/* %changelog -* Thu Mar 15 2001 François Pons <fpons@mandrakesoft.com> 0.2.3-6mdk -- added pci_bus, pci_device and pci_function for DrakX. +* Thu Mar 15 2001 François Pons <fpons@mandrakesoft.com> 0.2.3-7mdk +- added pci_bus, pci_device and pci_function for DrakX +- added back Francis into cvs, please Francis do it yourself! + +* Tue Mar 15 2001 Francis Galiegue <fg@mandrakesoft.com> 0.2.3-6mdk +- -fPIC in CFLAGS for ia64 * Tue Mar 6 2001 François Pons <fpons@mandrakesoft.com> 0.2.3-5mdk - added support for SHARE_PATH |