source: projects/specs/trunk/lib/libr/libraw1394/libraw1394-vl.spec @ 6971

Revision 6971, 2.8 KB checked in by Takemikaduchi, 12 years ago (diff)

libraw1394,libdc1394: new upstream release,
others: rebuild with libraw1394-2.1.0

Line 
1Name: libraw1394
2Summary: Library providing low-level IEEE-1394 access
3Summary(ja): 低レベル IEEE-1394 アクセスライブラリ
4Version: 2.1.0
5Release: 1%{?_dist_release}
6
7Group: System Environment/Libraries
8License: LGPL
9Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12
13%description
14The libraw1394 library provides direct access to the
15IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space
16interface.
17
18%package devel
19Summary: Development libs for libraw1394
20Group: Development/Libraries
21Requires: %{name} = %{version}-%{release}
22
23%description devel
24Development libraries needed to build applications against libraw1394.
25
26%prep
27%setup -q
28
29%build
30%configure --disable-static
31make
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make install DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%post -p /sbin/ldconfig
41
42%postun -p /sbin/ldconfig
43
44%files
45%defattr(-,root,root)
46%doc AUTHORS ChangeLog COPYING.LIB NEWS README
47%{_bindir}/*
48%{_libdir}/libraw1394.so.*
49%{_mandir}/man1/*
50%{_mandir}/man5/*
51
52%files devel
53%defattr(-,root,root)
54#%doc doc/libraw1394.ps doc/libraw1394
55%{_includedir}/libraw1394
56%exclude %{_libdir}/libraw1394.la
57%{_libdir}/libraw1394.so
58%{_libdir}/pkgconfig/*.pc
59
60
61%changelog
62* Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.0-1
63- new upstream release
64
65* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-2
66- rebuilt wirh new toolchain and rpm-4.8.1
67- dropt static libraries
68
69* Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.1-1vl5
70- applied new versioning policy, spec in utf-8
71- dropt lib*.la
72
73* Sat Jun  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-0vl1
74- new upstream release
75
76* Sat Sep 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.0-0vl1
77- new upstream release
78
79* Fri Jun 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.0-0vl1
80- new upstream release
81- changed Group:
82
83* Wed Mar  3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.0-0vl1
84- new upstream release
85
86* Tue Sep 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.0-0vl1
87- build for Vine Linux
88
89* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.9.0-12
90- have -devel require main pacakge
91
92* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
93- rebuilt
94
95* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 0.9.0-10
96- fix build with gcc 3.3
97
98* Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com>
99- ppc64 fix
100
101* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
102- rebuilt
103
104* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
105- exclude mainframe
106- allow lib64
107
108* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
109- automated rebuild
110
111* Wed Jun 19 2002 Michael Fulbright <msf@redhat.com>
112- fixed up %files list for devel subpackage and included api docs
113
114* Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
115- First RPM build
116
Note: See TracBrowser for help on using the repository browser.