source: projects/specs/trunk/m/mesa-libGLw/mesa-libGLw-vl.spec @ 7484

Revision 7484, 3.9 KB checked in by daisuke, 11 years ago (diff)

apt: apply okano-san's ja.po patch

  • [Apt-Rpm] [patch] typos in Japanese translation
Line 
1Summary: Xt / Motif OpenGL widgets
2Summary(ja): Xt / Motif OpenGL widgets
3Name: mesa-libGLw
4Version: 8.0.0
5Release: 1%{?_dist_release}
6License: MIT
7Group: System Environment/Libraries
8URL: http://www.mesa3d.org
9Source0: ftp://ftp.freedesktop.org/pub/mesa/glw/glw-%{version}.tar.bz2
10
11BuildRequires: libXt-devel
12BuildRequires: libGL-devel
13BuildRequires: openMotif-devel
14
15Provides: libGLw
16
17%description
18Mesa libGLw runtime library.
19
20%package devel
21Summary: Mesa libGLw development package
22Summary(ja): Mesa libGLw 開発パッケージ
23Group: Development/Libraries
24Requires: %{name} = %{version}-%{release}
25Requires: libGL-devel
26Requires: openMotif-devel
27Provides: libGLw-devel
28
29%description devel
30Mesa libGLw development package.
31
32%prep
33%setup -q -n glw-%{version}
34
35%build
36%configure --disable-static --enable-motif
37make %{?_smp_mflags}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41make install DESTDIR=$RPM_BUILD_ROOT
42find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%check
48
49%post -p /sbin/ldconfig
50%postun -p /sbin/ldconfig
51
52%files
53%defattr(-,root,root,-)
54%doc README
55%{_libdir}/libGLw.so.1
56%{_libdir}/libGLw.so.1.0.0
57
58%files devel
59%defattr(-,root,root,-)
60%{_libdir}/libGLw.so
61%{_libdir}/pkgconfig/glw.pc
62%{_includedir}/GL/GLwDrawA.h
63%{_includedir}/GL/GLwDrawAP.h
64%{_includedir}/GL/GLwMDrawA.h
65%{_includedir}/GL/GLwMDrawAP.h
66
67%changelog
68* Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.0-1
69- initial build for Vine Linux
70
71* Mon Sep 10 2012 Adam Jackson <ajax@redhat.com> 8.0.0-1
72- Switch to upstream's split-out glw release
73
74* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.1-13
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
76
77* Mon Jul 09 2012 Bill Nottingham - 6.5.1-12
78- fix prior macros
79
80* Thu Jul 05 2012 Bill Nottingham - 6.5.1-11
81- add conditional macros for openmotif/lesstif
82
83* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.1-10
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
85
86* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.1-9
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
88
89* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.1-8
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
91
92* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.1-7
93- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
94
95* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 6.5.1-6
96- fix license tag
97
98* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 6.5.1-5
99- Autorebuild for GCC 4.3
100
101* Fri Oct 12 2007 Matthias Clasen <mclasen@redhat.com> - 6.5.1-4
102- Fix spec file syntax issues  (#330331)
103
104* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 6.5.1-3
105- Rebuild for build id
106
107* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 6.5.1-2
108- Minor spec fixes (#210798)
109
110* Fri Sep 29 2006 Adam Jackson <ajackson@redhat.com> 6.5.1-1
111- lib64 fixes and cleanups from Patrice Dumas (#188974)
112
113* Tue Sep 19 2006 Adam Jackson <ajackson@redhat.com> 6.5.1-0.2
114- Use 6.5.1 release tarball.  Drop patches and build scripts that are no
115  longer necessary.
116
117* Tue Sep 19 2006 Adam Jackson <ajackson@redhat.com> 6.5.1-0.1
118- Move revision back up to 6.5.1 for upgrade path from FC5.  Misc other
119  spec fixes as per bug #188974 comment 30.
120
121* Mon Sep 18 2006 Adam Jackson <ajackson@redhat.com> 1.0-4
122- Rename back to mesa-libGLw as per bug #188974.
123
124* Wed Aug 30 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.0-3
125- Fix package for x86_64
126
127* Tue Aug 29 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.0-2
128- Fix package to depend on lesstif-devel
129- -devel now Requires libGL-devel
130- use name var in -devel Requires
131- actually use RPM_OPT_FLAGS
132- symlink devel libs, not copy (except for .*.*.*)
133
134* Fri Aug  7 2006 Adam Jackson <ajackson@redhat.com> 1.0-1
135- Split libGLw out from Mesa.
Note: See TracBrowser for help on using the repository browser.