source: projects/specs/trunk/lib/libX/libXxf86dga/libXxf86dga-vl.spec @ 5869

Revision 5869, 5.2 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Summary: X.Org X11 libXxf86dga runtime library
2Summary(ja): X.Org X11 libXxf86dga ランタイムライブラリ
3Name: libXxf86dga
4Version: 1.1.3
5Release: 1%{?_dist_release}
6License: MIT/X11
7Group: System Environment/Libraries
8URL: http://www.x.org
9
10Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13BuildRequires: pkgconfig
14BuildRequires: xorg-x11-proto-devel
15BuildRequires: xorg-x11-util-macros
16BuildRequires: libX11-devel
17BuildRequires: libXext-devel
18Obsoletes: XFree86-libs, XOrg-libs
19
20%description
21X.Org X11 libXxf86dga runtime library
22
23%package devel
24Summary: X.Org X11 libXxf86dga development package
25Summary(ja): X.Org X11 libXxf86dga 開発パッケージ
26Group: Development/Libraries
27Requires(pre): xorg-x11-filesystem
28Requires: %{name} = %{version}-%{release}
29Requires: xorg-x11-proto-devel
30Obsoletes: XFree86-devel, XOrg-devel
31
32%description devel
33X.Org X11 libXxf86dga development package
34
35%prep
36%setup -q
37
38%build
39%configure --disable-static
40make
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45make install DESTDIR=$RPM_BUILD_ROOT
46
47# We intentionally don't ship *.la files
48rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%post -p /sbin/ldconfig
54%postun -p /sbin/ldconfig
55
56%files
57%defattr(-,root,root,-)
58# FIXME: Some of these files are missing %doc AUTHORS COPYING README INSTALL ChangeLog
59%doc COPYING ChangeLog
60%{_libdir}/libXxf86dga.so.1
61%{_libdir}/libXxf86dga.so.1.*
62
63%files devel
64%defattr(-,root,root,-)
65%{_includedir}/X11/extensions/*.h
66%{_libdir}/libXxf86dga.so
67%{_libdir}/pkgconfig/xxf86dga.pc
68%{_mandir}/man3/*.3*
69
70%changelog
71* Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-1
72- new upstream release
73- add BuildRequires: xorg-x11-util-macros
74
75* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
76- new upstream release
77
78* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-3
79- rebuild with rpm-4.8.1 for pkg-config file
80
81* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-2
82- add Xxf86dga.h/xf86dga1.h
83
84* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-1
85- new upstream release
86
87* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-2
88- spec in utf-8
89
90* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
91- new versioning policy
92
93* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
94- initial build for Vine Linux
95
96* Mon Dec 03 2007 Adam Jackson <ajax@redhat.com> 1.0.2-1
97- libXxf86dga 1.0.2
98
99* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.1-4
100- Rebuild for build id
101
102* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
103- rebuild
104
105* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
106- Added "Requires: xorg-x11-proto-devel" to devel package for xxf86dga.pc
107
108* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
109- Added "BuildRequires: pkgconfig" for (#193507)
110- Replace "makeinstall" with "make install DESTDIR=..." for (#192728)
111
112* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
113- Update to 1.0.1
114
115* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.2
116- bump again for double-long bug on ppc(64)
117
118* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.1
119- rebuilt for new gcc4.1 snapshot and glibc changes
120
121* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
122- Bumped and rebuilt
123
124* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
125- Updated libXxf86dga to version 1.0.0 from X11R7 RC4
126
127* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
128- Updated libXxf86dga to version 0.99.3 from X11R7 RC3
129- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
130  that /usr/lib/X11 and /usr/include/X11 pre-exist.
131- Removed 'x' suffix from manpage directories to match RC3 upstream.
132
133* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
134- rebuilt
135
136* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
137- Updated libXxf86dga to version 0.99.2 from X11R7 RC2
138- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
139- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
140
141
142* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
143- Updated libXxf86dga to version 0.99.1 from X11R7 RC1
144- Updated file manifest to find manpages in "man3x"
145
146* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
147- Renamed package to remove xorg-x11 from the name due to unanimous decision
148  between developers.
149- Use Fedora Extras style BuildRoot tag.
150- Disable static library creation by default.
151- Add missing defattr to devel subpackage
152- Add missing documentation files to doc macro
153
154* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
155- Renamed package to prepend "xorg-x11" to the name for consistency with
156  the rest of the X11R7 packages.
157- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
158  subpackage to ensure the devel package matches the installed shared libs.
159- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
160  allow applications to use implementation agnostic dependencies.
161- Added post/postun scripts which call ldconfig.
162- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
163  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
164
165* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
166- Initial build.
Note: See TracBrowser for help on using the repository browser.