This commit is contained in:
parent
8acaf0effe
commit
c95d5e21ab
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 18:24:34 CET 2007 - jw@suse.de
|
||||||
|
|
||||||
|
- fixed dependencies, support files > 2GB.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 26 17:00:50 CET 2007 - ro@suse.de
|
Fri Jan 26 17:00:50 CET 2007 - ro@suse.de
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Name: libiec61883
|
Name: libiec61883
|
||||||
BuildRequires: libraw1394-devel pkgconfig
|
BuildRequires: libraw1394-devel pkgconfig
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 17
|
Release: 18
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Summary: implementation of IEC 61883
|
Summary: implementation of IEC 61883
|
||||||
URL: http://www.linux1394.org/
|
URL: http://www.linux1394.org/
|
||||||
@ -46,7 +46,7 @@ Authors:
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: implementation of IEC 61883
|
Summary: implementation of IEC 61883
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Requires: %{name} == %{version}
|
Requires: %{name} == %{version} libraw1394-devel
|
||||||
AutoProv: no
|
AutoProv: no
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -76,7 +76,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
export CFLAGS="%optflags"
|
export CFLAGS="%optflags -fno-strict-aliasing -D_FILE_OFFSET_BITS=64"
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
--mandir=%{_mandir}
|
--mandir=%{_mandir}
|
||||||
@ -112,6 +112,8 @@ rm -rf "${RPM_BUILD_ROOT}"
|
|||||||
%{_libdir}/pkgconfig/lib*.pc
|
%{_libdir}/pkgconfig/lib*.pc
|
||||||
|
|
||||||
%changelog -n libiec61883
|
%changelog -n libiec61883
|
||||||
|
* Tue Jan 30 2007 - jw@suse.de
|
||||||
|
- fixed dependencies, support files > 2GB.
|
||||||
* Fri Jan 26 2007 - ro@suse.de
|
* Fri Jan 26 2007 - ro@suse.de
|
||||||
- added test-mpeg2 to filelist
|
- added test-mpeg2 to filelist
|
||||||
* Mon Oct 16 2006 - ro@suse.de
|
* Mon Oct 16 2006 - ro@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user