source: projects/specs/branches/6/S/SDL_net/SDL_net-vl.spec @ 5569

Revision 5569, 2.4 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild packages

Line 
1Summary: SDL portable network library
2Name: SDL_net
3Version: 1.2.7
4Release: 3%{?_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.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}/*.{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%{_includedir}/SDL/
69
70%changelog
71* Fri Feb 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.7-3
72- rebuild with Vine6 environment
73
74* Mon Sep 20 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.7-2
75- remove *.a
76
77* Sat Sep 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.7-1
78- new upstream release
79- applied new versioning policy
80- spec in UTF-8
81
82* Mon Jan 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.6-0vl1
83- new upstream release
84- s/Copyright/License/
85- added %post and %postun section
86
87* Wed May 05 2004 Satoshi MACHINO <machino@vinelinux.org> 1.2.5-0vl2
88- added japanese description
89- built by SDL-1.2.7
90
91* Sat May 10 2003 Satoshi MACHINO <machino@vinelinux.org> 1.2.5-0vl1
92- new upstream version
93- added libtool autoconf automake sane in BuildPreReq
94
95* Thu Apr 30 2002 Satoshi MACHINO <machino@vinelinux.org> 1.2.4-1vl1
96- build on VineLinux
97- added BuildPreReq:
98- used rpmmacro
99
100* Sat Feb  3 2001 Paul S Jenner <psj@firstlinux.net>
101- First spec file based on SDL spec file
102
Note: See TracBrowser for help on using the repository browser.