Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 154349 Details for
Bug 239184
Review Request: libdc1394 - High level API for IEEE 1394 based cameras
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
specfile fixes
libdc1394.spec.diff (text/plain), 3.44 KB, created by
Dominik 'Rathann' Mierzejewski
on 2007-05-08 18:21:29 UTC
(
hide
)
Description:
specfile fixes
Filename:
MIME Type:
Creator:
Dominik 'Rathann' Mierzejewski
Created:
2007-05-08 18:21:29 UTC
Size:
3.44 KB
patch
obsolete
>--- libdc1394.spec.orig 2007-05-07 11:25:45.000000000 +0200 >+++ libdc1394.spec 2007-05-08 19:51:06.000000000 +0200 >@@ -1,9 +1,9 @@ > Name: libdc1394 > Version: 1.2.1 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: High level API for IEEE 1394 based cameras > >-Group: System Environment/Base >+Group: System Environment/Libraries > License: LGPL > URL: http://sourceforge.net/projects/libdc1394/ > Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz >@@ -19,14 +19,11 @@ > IEEE 1394 based cameras that conform to the 1394-based Digital Camera > Specification (found at http://www.1394ta.org/). > >-%package libs >-Summary: Library for %{name} >-Group: System Environment/Libraries >-Requires: %{name} = %{version}-%{release} >-Provides: libdc1394_control13 = %{version}-%{release} >-Obsoletes: libdc1394_control13 <= %{version} >+%package tools >+Summary: Tools for %{name} >+Group: Applications/Multimedia > >-%description libs >+%description tools > libdc1394 is a library that is intended to provide a high level > programming interface for application developers who wish to control > IEEE 1394 based cameras that conform to the 1394-based Digital Camera >@@ -36,7 +33,6 @@ > Summary: Development files for %{name} > Group: Development/Libraries > Requires: %{name} = %{version}-%{release} >-Requires: %{name}-libs = %{version}-%{release} > > %description devel > The %{name}-devel package contains libraries and header files for >@@ -45,8 +41,7 @@ > %package examples > Summary: Examples files for %{name} > Group: Development/Libraries >-Requires: %{name} = %{version}-%{release} >-Requires: %{name}-libs = %{version}-%{release} >+Requires: %{name}-devel = %{version}-%{release} > > %description examples > The %{name}-examples package contains examples binaries files for >@@ -75,8 +70,9 @@ > find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' > > mkdir -p $RPM_BUILD_ROOT%{_bindir} >-for i in dc1394_multiview grab_color_image grab_gray_image grab_partial_image; do >-install -pm 0755 examples/.libs/$i $RPM_BUILD_ROOT%{_bindir} >+install -pm 0755 examples/.libs/dc1394_multiview $RPM_BUILD_ROOT%{_bindir} >+for i in grab_color_image grab_gray_image grab_partial_image; do >+install -pm 0755 examples/.libs/$i $RPM_BUILD_ROOT%{_bindir}/dc1394_$i > done > > mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} >@@ -86,36 +82,38 @@ > rm -rf $RPM_BUILD_ROOT > > >-%post libs -p /sbin/ldconfig >+%post -p /sbin/ldconfig > >-%postun libs -p /sbin/ldconfig >+%postun -p /sbin/ldconfig > > > %files > %defattr(-,root,root,-) > %doc AUTHORS ChangeLog COPYING NEWS README >-%{_bindir}/dc1394_vloopback >+%{_libdir}/*.so.* > >-%files libs >+%files tools > %defattr(-,root,root,-) >-%doc >-%{_libdir}/*.so.* >+%{_bindir}/dc1394_vloopback > > %files devel > %defattr(-,root,root,-) >-%doc > %{_includedir}/* > %{_libdir}/*.so > > %files examples > %defattr(-,root,root,-) >-%doc > %exclude %{_bindir}/dc1394_vloopback > %{_bindir}/* > %{_datadir}/%{name}/examples.%{version}-%{_arch}.tar.bz2 > > > %changelog >+* Tue May 8 2007 Dominik Mierzejewski < rpm at greysector.net > - 1.2.1-3 >+- rename libs back to main and main to tools >+- remove redundant Requires >+- remove unnecessary(?) Provides and Obsoletes >+ > * Mon May 7 2007 kwizart < kwizart at gmail.com > - 1.2.1-2 > - Add BR libSM-devel > - Provides compressed examples archive and examples binaries.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239184
: 154349