- real -static subpkg (#545145)
This commit is contained in:
parent
8590e68127
commit
be595df700
22
fltk.spec
22
fltk.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: C++ user interface toolkit
|
Summary: C++ user interface toolkit
|
||||||
Name: fltk
|
Name: fltk
|
||||||
Version: 1.1.9
|
Version: 1.1.9
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
|
|
||||||
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
|
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
|
||||||
License: LGPLv2+ with exceptions
|
License: LGPLv2+ with exceptions
|
||||||
@ -63,11 +63,16 @@ Requires: libX11-devel libSM-devel libICE-devel
|
|||||||
%else
|
%else
|
||||||
Requires: xorg-x11-devel
|
Requires: xorg-x11-devel
|
||||||
%endif
|
%endif
|
||||||
# includes static libs
|
|
||||||
Provides: %{name}-static = %{version}-%{release}
|
|
||||||
%description devel
|
%description devel
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%package static
|
||||||
|
Summary: Static libraries for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name}-devel = %{version}-%{release}
|
||||||
|
%description static
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
%package fluid
|
%package fluid
|
||||||
Summary: Fast Light User Interface Designer
|
Summary: Fast Light User Interface Designer
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -197,12 +202,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|||||||
%{_libdir}/libfltk_forms.so
|
%{_libdir}/libfltk_forms.so
|
||||||
%{_libdir}/libfltk_gl.so
|
%{_libdir}/libfltk_gl.so
|
||||||
%{_libdir}/libfltk_images.so
|
%{_libdir}/libfltk_images.so
|
||||||
|
%{_mandir}/man1/fltk-config.1*
|
||||||
|
%{_mandir}/man3/fltk.3*
|
||||||
|
|
||||||
|
|
||||||
|
%files static
|
||||||
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libfltk.a
|
%{_libdir}/libfltk.a
|
||||||
%{_libdir}/libfltk_forms.a
|
%{_libdir}/libfltk_forms.a
|
||||||
%{_libdir}/libfltk_gl.a
|
%{_libdir}/libfltk_gl.a
|
||||||
%{_libdir}/libfltk_images.a
|
%{_libdir}/libfltk_images.a
|
||||||
%{_mandir}/man1/fltk-config.1*
|
|
||||||
%{_mandir}/man3/fltk.3*
|
|
||||||
|
|
||||||
%files fluid
|
%files fluid
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -215,6 +224,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 07 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.9-7
|
||||||
|
- real -static subpkg (#545145)
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-6
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user