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

Revision 8073, 2.6 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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