source: projects/specs/trunk/S/SDL_net/SDL_net-vl.spec @ 6414

Revision 6414, 2.5 KB checked in by Takemikaduchi, 12 years ago (diff)

supertuxkart: rebuild
others: new upstream release

Line 
1Summary: SDL portable network library
2Name: SDL_net
3Version: 1.2.8
4Release: 1%{?_dist_release}
5Source0: %{name}-%{version}.tar.gz
6URL: http://www.libsdl.org/projects/SDL_net/
7License: LGPL
8Group: System Environment/Libraries
9
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: SDL-devel >= 1.2.14
12BuildRequires: sane
13BuildRequires: libtool autoconf automake
14Requires: SDL
15
16%description
17This is a portable network library for use with SDL.
18
19%description -l ja
20SDLで使用する,ポータブルなネットワークライブラリです.
21
22%package devel
23Summary: Libraries and includes to develop SDL networked applications.
24Group: Development/Libraries
25Requires: %{name} = %{version}-%{release}
26
27%description devel
28This is a portable network library for use with SDL.
29
30This is the libraries and include files you can use to develop SDL networked applications.
31
32%description devel -l ja
33SDLで使用する,ポータブルなネットワークライブラリです.
34
35SDLでネットワークアプリケーションを開発する時に使用するライブラリや
36インクルードファイルが含まれています.
37
38
39%prep
40%setup -q
41
42%build
43%configure --disable-gui
44make
45
46%install
47rm -rf $RPM_BUILD_ROOT
48make install DESTDIR=$RPM_BUILD_ROOT
49
50rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post -p /sbin/ldconfig
56
57%postun -p /sbin/ldconfig
58
59%files
60%defattr(-,root,root)
61%doc README CHANGES COPYING
62%{_libdir}/lib*.so.*
63
64%files devel
65%defattr(-,root,root)
66%doc README CHANGES COPYING
67%{_libdir}/lib*.so
68%{_libdir}/pkgconfig/%{name}.pc
69%{_includedir}/SDL/
70
71%changelog
72* Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8-1
73- new upstream release
74
75* Mon Sep 20 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.7-2
76- remove *.a
77
78* Sat Sep 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.7-1
79- new upstream release
80- applied new versioning policy
81- spec in UTF-8
82
83* Mon Jan 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.6-0vl1
84- new upstream release
85- s/Copyright/License/
86- added %post and %postun section
87
88* Wed May 05 2004 Satoshi MACHINO <machino@vinelinux.org> 1.2.5-0vl2
89- added japanese description
90- built by SDL-1.2.7
91
92* Sat May 10 2003 Satoshi MACHINO <machino@vinelinux.org> 1.2.5-0vl1
93- new upstream version
94- added libtool autoconf automake sane in BuildPreReq
95
96* Thu Apr 30 2002 Satoshi MACHINO <machino@vinelinux.org> 1.2.4-1vl1
97- build on VineLinux
98- added BuildPreReq:
99- used rpmmacro
100
101* Sat Feb  3 2001 Paul S Jenner <psj@firstlinux.net>
102- First spec file based on SDL spec file
103
Note: See TracBrowser for help on using the repository browser.