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