rpms/libraw1394/devel libraw1394.spec,1.20,1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 19 23:03:09 UTC 2007


Author: krh

Update of /cvs/dist/rpms/libraw1394/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24657

Modified Files:
	libraw1394.spec 
Log Message:
* Mon Mar 19 2007 Kristian Høgsberg <krh at redhat.com> 1.2.1-3
- Add support for new stack (juju).



Index: libraw1394.spec
===================================================================
RCS file: /cvs/dist/rpms/libraw1394/devel/libraw1394.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libraw1394.spec	4 Feb 2007 15:17:55 -0000	1.20
+++ libraw1394.spec	19 Mar 2007 23:03:07 -0000	1.21
@@ -1,7 +1,7 @@
 Summary:        Library providing low-level IEEE-1394 access
 Name:           libraw1394
 Version:        1.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        LGPL
 Group:          System Environment/Libraries
 Source:         http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz
@@ -9,6 +9,9 @@
 ExcludeArch:    s390 s390x
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Source1:	fw-device-cdev.h
+Patch0:		libraw1394-juju.patch
+
 %description
 The libraw1394 library provides direct access to the IEEE-1394 bus through
 the Linux 1394 subsystem's raw1394 user space interface.
@@ -24,8 +27,13 @@
 %prep
 %setup -q
 
+%patch0 -p0 -b .juju
+
 %build
-%configure --disable-static
+aclocal
+autoconf
+automake
+%configure --disable-static --with-juju-dir=$PWD/..
 make %{?_smp_mflags}
 
 %install
@@ -61,6 +69,9 @@
 
 
 %changelog
+* Mon Mar 19 2007 Kristian Høgsberg <krh at redhat.com> 1.2.1-3
+- Add support for new stack (juju).
+
 * Sun Feb 04 2007 Jarod Wilson <jwilson at redhat.com> - 1.2.1-2
 - Minor spec cleanups for Core/Extras merger (#226039)
 




More information about the fedora-cvs-commits mailing list