]> git.pld-linux.org Git - packages/GUIlib.git/blame - GUIlib.spec
- updated to 1.2.1; project placed in Public Domain and no longer supported by SDL...
[packages/GUIlib.git] / GUIlib.spec
CommitLineData
73b70b04 1Summary: Simple GUI framework for use with SDL
d3333822 2Summary(pl.UTF-8): Prosty szkielet GUI do używania z SDL
73b70b04 3Name: GUIlib
d004c7cd 4Version: 1.2.1
73b70b04 5Release: 1
d004c7cd 6License: Public Domain
73b70b04
JB
7Group: Libraries
8Source0: http://www.libsdl.org/projects/GUIlib/src/%{name}-%{version}.tar.gz
d004c7cd 9# Source0-md5: a0114b925d79d6c66161e24cbeaa88b1
73b70b04 10URL: http://www.libsdl.org/projects/GUIlib/
d004c7cd 11BuildRequires: SDL-devel >= 1.2
a1a7e5c3
JB
12BuildRequires: autoconf
13BuildRequires: automake
73b70b04 14BuildRequires: libstdc++-devel
d004c7cd 15BuildRequires: libtool >= 2:1.5
73b70b04
JB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19This is a very simple GUI framework, for use with SDL. It is very
20flexible, but is by no means a complete windowing system. It contains
21a C++ GUI class with a very rudimentary C interface, and a set of
22useful widget classes.
23
65ff8a52 24%description -l pl.UTF-8
73b70b04 25To jest bardzo prosty szkielet GUI (graficznego interfejsu
65ff8a52
JR
26użytkownika) do używania z SDL. Jest bardzo elastyczny, ale w żaden
27sposób nie jest pełnym systemem okienkowym. Zawiera klasę GUI w C++
73b70b04 28z bardzo podstawowym interfejsem w C oraz zestaw przydatnych klas
65ff8a52 29widgetów.
73b70b04
JB
30
31%package devel
32Summary: GUIlib header files
d3333822 33Summary(pl.UTF-8): Pliki nagłówkowe GUIlib
73b70b04 34Group: Development/Libraries
e3036a94 35Requires: %{name} = %{version}-%{release}
d004c7cd 36Requires: SDL-devel >= 1.2
e3036a94 37Requires: libstdc++-devel
73b70b04
JB
38
39%description devel
40GUIlib header files.
41
65ff8a52
JR
42%description devel -l pl.UTF-8
43Pliki nagłówkowe GUIlib.
73b70b04
JB
44
45%package static
46Summary: GUIlib static library
d3333822 47Summary(pl.UTF-8): Statyczna biblioteka GUIlib
73b70b04 48Group: Development/Libraries
e3036a94 49Requires: %{name}-devel = %{version}-%{release}
73b70b04
JB
50
51%description static
52GUIlib static library.
53
65ff8a52 54%description static -l pl.UTF-8
73b70b04
JB
55Statyczna biblioteka GUIlib.
56
57%prep
58%setup -q
59
d004c7cd 60%{__rm} acinclude.m4
73b70b04
JB
61
62%build
63%{__libtoolize}
64%{__aclocal}
65%{__autoconf}
66%{__automake}
67%configure
68%{__make}
69
70%install
71rm -rf $RPM_BUILD_ROOT
72
73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT
75
76install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
77install hello.cpp hello_C.c *.bmp keyboard.cpp okay.c \
78 $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
79
80%clean
81rm -rf $RPM_BUILD_ROOT
82
83%post -p /sbin/ldconfig
84%postun -p /sbin/ldconfig
85
86%files
87%defattr(644,root,root,755)
d004c7cd
JB
88%doc CHANGES COPYING README
89%attr(755,root,root) %{_libdir}/libGUI-1.2.so.*.*.*
90%attr(755,root,root) %ghost %{_libdir}/libGUI-1.2.so.0
73b70b04
JB
91
92%files devel
93%defattr(644,root,root,755)
e3036a94
JB
94%attr(755,root,root) %{_libdir}/libGUI.so
95%{_libdir}/libGUI.la
73b70b04
JB
96%{_includedir}/GUI
97%{_examplesdir}/%{name}-%{version}
98
99%files static
100%defattr(644,root,root,755)
e3036a94 101%{_libdir}/libGUI.a
This page took 0.076307 seconds and 4 git commands to generate.