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

Revision 521, 2.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: SDL portable network library
2Name: SDL_net
3Version: 1.2.7
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 >= 1.2.4
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
48%makeinstall
49
50rm -f $RPM_BUILD_ROOT%{_libdir}/*.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*.a
68%{_libdir}/lib*.so
69%{_includedir}/SDL/
70
71%changelog
72* Sat Sep 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.7-1
73- new upstream release
74- applied new versioning policy
75- spec in UTF-8
76
77* Mon Jan 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.6-0vl1
78- new upstream release
79- s/Copyright/License/
80- added %post and %postun section
81
82* Wed May 05 2004 Satoshi MACHINO <machino@vinelinux.org> 1.2.5-0vl2
83- added japanese description
84- built by SDL-1.2.7
85
86* Sat May 10 2003 Satoshi MACHINO <machino@vinelinux.org> 1.2.5-0vl1
87- new upstream version
88- added libtool autoconf automake sane in BuildPreReq
89
90* Thu Apr 30 2002 Satoshi MACHINO <machino@vinelinux.org> 1.2.4-1vl1
91- build on VineLinux
92- added BuildPreReq:
93- used rpmmacro
94
95* Sat Feb  3 2001 Paul S Jenner <psj@firstlinux.net>
96- First spec file based on SDL spec file
97
Note: See TracBrowser for help on using the repository browser.