source: projects/specs/trunk/lib/libp/libpciaccess/libpciaccess-vl.spec @ 2642

Revision 2642, 3.5 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

Line 
1Name:           libpciaccess
2Summary:        PCI access library
3Summary(ja):    PCI アクセスライブラリ
4Version:        0.12.1
5Release:        1%{?_dist_release}
6
7Group:          System Environment/Libraries
8License:        MIT
9URL:            http://gitweb.freedesktop.org/?p=xorg/lib/libpciaccess.git
10
11Source0:        http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
12Source1:        make-libpciaccess-snapshot.sh
13
14Patch1:         libpciaccess-kludge-wc-mmap.patch
15Patch2:         libpciaccess-rom-size.patch
16
17BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
18BuildRequires:  autoconf automake libtool pkgconfig
19BuildRequires:  xorg-x11-util-macros
20Requires:       hwdata
21
22%description
23libpciaccess is a library for portable PCI access routines across multiple
24operating systems.
25
26%package devel
27Summary:        PCI access library development package
28Summary(ja):    PCI access library 開発パッケージ
29Group:          Development/Libraries
30Requires:       %{name} = %{version}-%{release}
31Requires:       pkgconfig
32
33%description devel
34Development package for libpciaccess.
35
36%prep
37%setup -q -n %{name}-%{version}
38%patch1 -p1 -b .wc
39%patch2 -p1 -b .rom-size
40
41%build
42##autoreconf -v --install
43autoreconf -fi
44%configure --disable-static
45make %{?_smp_mflags}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49make install DESTDIR=$RPM_BUILD_ROOT
50rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post -p /sbin/ldconfig
56%postun -p /sbin/ldconfig
57
58%files
59%defattr(-,root,root,-)
60%doc COPYING AUTHORS ChangeLog
61%{_libdir}/libpciaccess.so.*
62
63%files devel
64%defattr(-,root,root,-)
65%{_includedir}/pciaccess.h
66%{_libdir}/libpciaccess.so
67%{_libdir}/pkgconfig/pciaccess.pc
68
69%changelog
70* Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.1-1
71- new upstream release
72
73* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-2
74- rebuild with rpm-4.8.1 for pkg-config file
75
76* Sat Jul 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12.0-1
77- new upstream release
78- Drop the fd cache patch
79- added Patch2 from Fedora
80
81* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.9-1
82- new upstream release
83
84* Mon Oct 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.4-1
85- new upstream release
86
87* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.3-1
88- new upstream release
89
90* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10-1
91- initial build for Vine Linux
92
93* Mon Apr 21 2008 Dave Airlie <airlied@redhat.com> 0.10-2
94- fix major problem with libpciaccess and write combining.
95
96* Thu Mar 06 2008 Adam Jackson <ajax@redhat.com> 0.10-1
97- libpciaccess 0.10
98
99* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.1-4.20071031
100- Autorebuild for GCC 4.3
101
102* Wed Jan 23 2008 Adam Jackson <ajax@redhat.com> 0.9.1-3.20071031
103- libpciaccess-fd-cache.patch: Cache sysfs PCI config space file
104  descriptors for great boot speed justice.
105
106* Wed Oct 31 2007 Kristian H淡gsberg <krh@redhat.com> 0.9.1-2.20071031
107- New snapshot, git revision e392082abb5696c8837224da86cc0af4f21d7010.
108- Pick up new .so file.
109
110* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 0.9.1-1
111- libpciaccess 0.9.1
112
113* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.8-0.4.20070827git
114- New snapshot.
115
116* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 0.8-0.3.20070712git
117- Rebuild for PPC toolchain bug
118
119* Thu Jul 12 2007 Adam Jackson <ajax@redhat.com> 0.8-0.2.20070712git
120- New snapshot.  Adds VGA ROM support.
121
122* Thu May 24 2007 Adam Jackson <ajax@redhat.com> 0.8-0.1.20070524git
123- Initial revision.
Note: See TracBrowser for help on using the repository browser.