OBS User unknown 2008-01-28 00:15:27 +00:00 committed by Git OBS Bridge
parent c95d5e21ab
commit 99c585a494
2 changed files with 18 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 27 15:35:01 CET 2008 - aj@suse.de
- Do not install libtool wrapper.
-------------------------------------------------------------------
Tue Jan 30 18:24:34 CET 2007 - jw@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libiec61883 (Version 1.1.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -13,10 +13,10 @@
Name: libiec61883
BuildRequires: libraw1394-devel pkgconfig
Version: 1.1.0
Release: 18
License: GNU General Public License (GPL)
Summary: implementation of IEC 61883
URL: http://www.linux1394.org/
Release: 73
License: GPL v2 or later
Summary: Implementation of IEC 61883
Url: http://www.linux1394.org/
Group: System/Kernel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.linux1394.org/files/libiec61883/%{name}-%{version}.tar.bz2
@ -44,7 +44,7 @@ Authors:
Dan Dennedy
%package devel
Summary: implementation of IEC 61883
Summary: Implementation of IEC 61883
Group: System/Kernel
Requires: %{name} == %{version} libraw1394-devel
AutoProv: no
@ -84,7 +84,7 @@ export CFLAGS="%optflags -fno-strict-aliasing -D_FILE_OFFSET_BITS=64"
%install
%{__make} install DESTDIR=%{buildroot}
install examples/test-mpeg2 %{buildroot}%{_bindir}
libtool --mode=install install -m 755 examples/test-mpeg2 %{buildroot}%{_bindir}
%clean
rm -rf "${RPM_BUILD_ROOT}"
@ -111,10 +111,12 @@ rm -rf "${RPM_BUILD_ROOT}"
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/lib*.pc
%changelog -n libiec61883
* Tue Jan 30 2007 - jw@suse.de
%changelog
* Sun Jan 27 2008 aj@suse.de
- Do not install libtool wrapper.
* 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
* Mon Oct 16 2006 - ro@suse.de
* Mon Oct 16 2006 ro@suse.de
- created package (version 1.1.0)