spec fixes from Matthias (#172105)

epel9
Warren Togami 19 years ago
parent 4afdbf0659
commit 10c2bc93dc

@ -1,22 +1,22 @@
Summary: Library providing low-level IEEE-1394 access Summary: Library providing low-level IEEE-1394 access
Name: libraw1394 Name: libraw1394
Version: 1.2.0 Version: 1.2.0
Release: 1.fc5 Release: 2.fc5
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.linux1394.org/dl/libraw1394-1.2.0.tar.gz Source: http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz
URL: http://www.linux1394.org/ URL: http://www.linux1394.org/
ExcludeArch: s390 s390x ExcludeArch: s390 s390x
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The libraw1394 library provides direct access to the IEEE-1394 bus through The libraw1394 library provides direct access to the IEEE-1394 bus through
the Linux 1394 subsystem's raw1394 user space interface. the Linux 1394 subsystem's raw1394 user space interface.
%package devel %package devel
Summary: Development libs for libraw1394 Summary: Development libs for libraw1394
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}, pkgconfig
%description devel %description devel
Development libraries needed to build applications against libraw1394. Development libraries needed to build applications against libraw1394.
@ -31,7 +31,6 @@ make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir}
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -41,28 +40,31 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,0755)
%doc COPYING.LIB README NEWS %doc COPYING.LIB README NEWS
%doc %{_mandir}/man1/testlibraw.1.gz
%doc %{_mandir}/man1/dumpiso.1.gz
%doc %{_mandir}/man1/sendiso.1.gz
%doc %{_mandir}/man5/isodump.5.gz
%{_bindir}/testlibraw
%{_bindir}/dumpiso %{_bindir}/dumpiso
%{_bindir}/sendiso %{_bindir}/sendiso
%{_bindir}/testlibraw
%{_libdir}/libraw1394.so.* %{_libdir}/libraw1394.so.*
%{_mandir}/man1/dumpiso.1.gz
%{_mandir}/man1/sendiso.1.gz
%{_mandir}/man1/testlibraw.1.gz
%{_mandir}/man5/isodump.5.gz
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,0755)
%doc doc/libraw1394.sgml %doc doc/libraw1394.sgml
%{_includedir}/libraw1394 %{_includedir}/libraw1394/
%{_libdir}/libraw1394.a %{_libdir}/libraw1394.a
%{_libdir}/libraw1394.la %exclude %{_libdir}/libraw1394.la
%{_libdir}/libraw1394.so %{_libdir}/libraw1394.so
%{_libdir}/pkgconfig/libraw1394.pc %{_libdir}/pkgconfig/libraw1394.pc
%changelog %changelog
* Fri Nov 11 2005 Warren Togami <wtogami@redhat.com> - 1.2.0-2
- spec fixes from Matthias (#172105)
* Fri Jul 22 2005 Warren Togami <wtogami@redhat.com> - 1.2.0-1 * Fri Jul 22 2005 Warren Togami <wtogami@redhat.com> - 1.2.0-1
- 1.2.0 - 1.2.0

Loading…
Cancel
Save