]> git.pld-linux.org Git - packages/pango.git/commitdiff
- sorry but splitting into subpackages was bad idea
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 29 Oct 2001 17:37:24 +0000 (17:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pango.spec -> 1.21

pango.spec

index d830480189a8ae5aef14bc5afc628f356f8e45d0..dfae4a4274c5bb0301ea72adf22130accc95aa05 100644 (file)
@@ -50,7 +50,6 @@ Group(pt_BR): Desenvolvimento/Bibliotecas
 Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
 Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
-Requires:      libunicode-devel
 
 %description devel
 Developer files for pango.
@@ -77,64 +76,6 @@ Static %{name} libraries.
 %description -l pl static
 Biblioteki statyczne %{name}.
 
-%package X11
-Summary:       System for layout and rendering of internationalized text - X11 version
-Summary(pl):   System renderowania miêdzynarodowego tekstu - wersja X11
-Group:         Libraries
-Group(de):     Libraries
-Group(es):     Bibliotecas
-Group(fr):     Librairies
-Group(pl):     Biblioteki
-Group(pt_BR):  Bibliotecas
-Group(ru):     âÉÂÌÉÏÔÅËÉ
-Group(uk):     â¦Â̦ÏÔÅËÉ
-
-%description X11
-System for layout and rendering of internationalized text - X11
-version.
-
-%description -l pl X11
-System renderowania miêdzynarodowego tekstu - wersja X11.
-
-%package freetype
-Summary:       System for layout and rendering of internationalized text - FreeType version
-Summary(pl):   System renderowania miêdzynarodowego tekstu - wersja FreeType
-Group:         Libraries
-Group(de):     Libraries
-Group(es):     Bibliotecas
-Group(fr):     Librairies
-Group(pl):     Biblioteki
-Group(pt_BR):  Bibliotecas
-Group(ru):     âÉÂÌÉÏÔÅËÉ
-Group(uk):     â¦Â̦ÏÔÅËÉ
-
-%description freetype
-System for layout and rendering of internationalized text - FreeType
-version.
-
-%description -l pl freetype
-System renderowania miêdzynarodowego tekstu - wersja FreeType.
-
-%package XRender
-Summary:       System for layout and rendering of internationalized text - X11 version with XRender support
-Summary(pl):   System renderowania miêdzynarodowego tekstu - wersja X11 z obs³ug± XRender
-Group:         Libraries
-Group(de):     Libraries
-Group(es):     Bibliotecas
-Group(fr):     Librairies
-Group(pl):     Biblioteki
-Group(pt_BR):  Bibliotecas
-Group(ru):     âÉÂÌÉÏÔÅËÉ
-Group(uk):     â¦Â̦ÏÔÅËÉ
-
-%description XRender
-System for layout and rendering of internationalized text - X11
-version with XRender support.
-
-%description -l pl XRender
-System renderowania miêdzynarodowego tekstu - wersja X11 z obs³ug±
-XRender.
-
 %prep
 %setup -q
 %patch0 -p1
@@ -179,30 +120,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz examples/*gz
 %attr(755,root,root) %{_bindir}/pango-querymodules
-%attr(755,root,root) %{_libdir}/libpango-*.so
+%attr(755,root,root) %{_libdir}/lib*.so
 %dir %{_libdir}/pango
 %dir %{_libdir}/pango/modules
+%attr(755,root,root) %{_libdir}/pango/modules/*.so
+%attr(755,root,root) %{_libdir}/pango/modules/*.la
 %dir %{_sysconfdir}/pango
-%ghost %{_sysconfdir}/pango/pango.modules
-
-%files X11
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libpangox-*.so
-%attr(755,root,root) %{_libdir}/pango/modules/*-x.so
-%attr(755,root,root) %{_libdir}/pango/modules/*-x.la
 %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/pango/pangox.aliases
-
-%files XRender
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libpangoxft-*.so
-%attr(755,root,root) %{_libdir}/pango/modules/*-xft.so
-%attr(755,root,root) %{_libdir}/pango/modules/*-xft.la
-
-%files freetype
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libpangoft2-*.so
-%attr(755,root,root) %{_libdir}/pango/modules/*-ft2.so
-%attr(755,root,root) %{_libdir}/pango/modules/*-ft2.la
+%ghost %{_sysconfdir}/pango/pango.modules
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.263154 seconds and 4 git commands to generate.