rpms/libiec61883/devel libiec61883.spec,1.12,1.13

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Dec 19 15:29:27 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/libiec61883/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20342

Modified Files:
	libiec61883.spec 
Log Message:
* Wed Dec 19 2007 Jarod Wilson <jwilson at redhat.com> - 1.1.0-3
- Fix license and group tags (#411201)
- Clean up spacing and macro/var inconsistency



Index: libiec61883.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libiec61883/devel/libiec61883.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libiec61883.spec	26 Mar 2007 04:41:06 -0000	1.12
+++ libiec61883.spec	19 Dec 2007 15:28:53 -0000	1.13
@@ -1,21 +1,21 @@
-Summary: Streaming library for IEEE1394
-Name: libiec61883
-Version: 1.1.0
-Release: 2%{?dist}
-License: LGPL
-Group: Libraries
-Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz
-Patch: libiec61883-1.1.0-installtests.patch
-URL: http://linux1394.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-ExcludeArch: s390 s390x
+Summary:        Streaming library for IEEE1394
+Name:           libiec61883
+Version:        1.1.0
+Release:        3%{?dist}
+License:        LGPLv2+
+Group:          System Environment/Libraries
+Source:         http://linux1394.org/dl/%{name}-%{version}.tar.gz
+Patch:          libiec61883-1.1.0-installtests.patch
+URL:            http://linux1394.org
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+ExcludeArch:    s390 s390x
 
 # Works only with newer libraw1394 versions
-BuildRequires: libraw1394-devel >= 1.2.1
-BuildRequires: autoconf, automake, libtool
-Requires: libraw1394 >= 1.2.1
+BuildRequires:  libraw1394-devel >= 1.2.1
+BuildRequires:  autoconf, automake, libtool
+Requires:       libraw1394 >= 1.2.1
 
-%description 
+%description
 
 The libiec61883 library provides an higher level API for streaming DV,
 MPEG-2 and audio over IEEE1394.  Based on the libraw1394 isochronous
@@ -24,18 +24,18 @@
 down to isochronous packets, which are transmitted using libraw1394.
 
 %package devel
-Summary:  Development files for libiec61883
-Group:    Applications/Multimedia
-Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig, libraw1394-devel >= 1.2.1
+Summary:        Development files for libiec61883
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig, libraw1394-devel >= 1.2.1
 
 %description devel
 Development files needed to build applications against libiec61883
 
 %package utils
-Summary:  Utilities for use with libiec61883
-Group:    Applications/Multimedia
-Requires: %{name} = %{version}-%{release}
+Summary:        Utilities for use with libiec61883
+Group:          Applications/Multimedia
+Requires:       %{name} = %{version}-%{release}
 
 %description utils
 Utilities that make use of iec61883
@@ -46,18 +46,18 @@
 
 %build
 autoreconf
-export CFLAGS="%{optflags}"
+export CFLAGS="$RPM_OPT_FLAGS"
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install
-rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.a
-rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.la
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+rm -f $RPM_BUILD_ROOT%{_libdir}/libiec61883.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/libiec61883.la
 
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
 
@@ -81,6 +81,10 @@
 %{_mandir}/man1/*.1*
 
 %changelog
+* Wed Dec 19 2007 Jarod Wilson <jwilson at redhat.com> - 1.1.0-3
+- Fix license and group tags (#411201)
+- Clean up spacing and macro/var inconsistency
+
 * Mon Mar 26 2007 Jarod Wilson <jwilson at redhat.com> - 1.1.0-2
 - Own created directories (#233865)
 
@@ -88,7 +92,7 @@
 - Update to 1.1.0 release
 
 * Wed Oct 11 2006 Jarod Wilson <jwilson at redhat.com> - 1.0.0-11
-- Use %dist tag
+- Use %%dist tag
 
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1.0.0-10.fc5.2.1
 - rebuild




More information about the fedora-extras-commits mailing list