Author: adgor                        Date: Sun Feb 20 18:20:38 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- %%files done

---- Files affected:
SPECS:
   kdeedu.spec (1.78.2.1 -> 1.78.2.2) 

---- Diffs:

================================================================
Index: SPECS/kdeedu.spec
diff -u SPECS/kdeedu.spec:1.78.2.1 SPECS/kdeedu.spec:1.78.2.2
--- SPECS/kdeedu.spec:1.78.2.1  Sun Feb 20 18:58:33 2005
+++ SPECS/kdeedu.spec   Sun Feb 20 19:20:32 2005
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-#
-# TODO: %%files
 
 %define                _state          unstable
 %define                _ver            3.3.92
@@ -45,9 +43,11 @@
 Summary:       Header files for kdeedu libraries
 Summary(pl):   Pliki nagłówkowe bibliotek kdeedu
 Group:         X11/Development/Libraries
+Requires:      %{name}-libextdate = %{epoch}:%{version}-%{release}
 Requires:      %{name}-libkdeeducore = %{epoch}:%{version}-%{release}
 Requires:      %{name}-libkdeeduplot = %{epoch}:%{version}-%{release}
 Requires:      %{name}-libkdeeduui = %{epoch}:%{version}-%{release}
+Requires:      %{name}-libkiten = %{epoch}:%{version}-%{release}
 
 %description devel
 Header files for kdeedu libraries.
@@ -199,6 +199,7 @@
 Summary(pl):   Słownik angielsko-japoński
 Group:         X11/Applications/Science
 Requires:      kdebase-core >= 9:%{version}
+Requires:      %{name}-libkiten = %{epoch}:%{version}-%{release}
 Obsoletes:     kdeedu
 
 %description kiten
@@ -477,6 +478,31 @@
 wielokrotnego wyboru oraz pytań i odpowiedzi. Pytania i odpowiedzi
 mają także specjalny tryb wypełniania luk.
 
+%package libextdate
+Summary:       Extensive date support library in KDE
+Summary(pl):   Biblioteka rozszerzonej obsługi dat w KDE
+Group:         X11/Libraries
+Requires:      kdelibs >= 9:%{version}
+
+%description libextdate
+This library consists of a group of classes which allow KDE
+applications to access calendar dates outside of the limited range of
+years imposed by QDate.
+
+The QDate class has a limited range of valid dates. It does not
+recognize dates prior to 14 Oct 1752 (when the Gregorian calendar was
+adopted by England), nor dates after 31 Dec 8000. Both of these limits
+are arbitrary.
+
+%description libextdate -l pl
+Ta biblioteka zawiera grupę klas pozwalających aplikacjom KDE na
+dostęp do dat spoza zakresu lat narzuconego przez QDate.
+
+Klasa QDate ma ograniczony zakres dopuszczalnych dat. Nie rozpoznaje
+dat wcześniejszych niż 14 października 1752 (kiedy w Anglii
+zaadoptowano kalendarz gregoriański) ani późniejszych niż 31 grudnia
+8000. Oba te limity są samowolne.
+
 %package libkdeeducore
 Summary:       KDE educational module core library
 Summary(pl):   Podstawowa biblioteka modułu edukacyjnego KDE
@@ -504,31 +530,6 @@
 Biblioteka z funkcjami do rysowania wykresów, wykorzystywanymi przez
 aplikacje edukacyjne w KDE.
 
-%package libextdate
-Summary:       Extensive date support library in KDE
-Summary(pl):   Biblioteka rozszerzonej obsługi dat w KDE
-Group:         X11/Libraries
-Requires:      kdelibs >= 9:%{version}
-
-%description libextdate
-This library consists of a group of classes which allow KDE
-applications to access calendar dates outside of the limited range of
-years imposed by QDate.
-
-The QDate class has a limited range of valid dates. It does not
-recognize dates prior to 14 Oct 1752 (when the Gregorian calendar was
-adopted by England), nor dates after 31 Dec 8000. Both of these limits
-are arbitrary.
-
-%description libextdate -l pl
-Ta biblioteka zawiera grupę klas pozwalających aplikacjom KDE na
-dostęp do dat spoza zakresu lat narzuconego przez QDate.
-
-Klasa QDate ma ograniczony zakres dopuszczalnych dat. Nie rozpoznaje
-dat wcześniejszych niż 14 października 1752 (kiedy w Anglii
-zaadoptowano kalendarz gregoriański) ani późniejszych niż 31 grudnia
-8000. Oba te limity są samowolne.
-
 %package libkdeeduui
 Summary:       A userf interface library for KDE educational module
 Summary(pl):   Biblioteka interfejsu użytkownika dla modułu edukacyjnego KDE
@@ -543,6 +544,18 @@
 Biblioteka z funkcjami interfejsu użytkownika, wykorzystywanymi przez
 aplikacje edukacyjne w KDE.
 
+%package libkiten
+Summary:       TODO
+Summary(pl):   TODO
+Group:         X11/Libraries
+Requires:      kdelibs >= 9:%{version}
+
+%description libkiten
+TODO.
+
+%description libkiten -l pl
+TODO.
+
 %prep
 %setup -q -n %{name}-%{_snap}
 #%setup -q
@@ -630,6 +643,9 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   libextdate     -p /sbin/ldconfig
+%postun libextdate     -p /sbin/ldconfig
+
 %post  libkdeeducore   -p /sbin/ldconfig
 %postun        libkdeeducore   -p /sbin/ldconfig
 
@@ -639,16 +655,18 @@
 %post  libkdeeduui     -p /sbin/ldconfig
 %postun        libkdeeduui     -p /sbin/ldconfig
 
-%post   libextdate     -p /sbin/ldconfig
-%postun libextdate     -p /sbin/ldconfig
-
+%post  libkiten        -p /sbin/ldconfig
+%postun        libkiten        -p /sbin/ldconfig
 
 %files devel
 %defattr(644,root,root,755)
 %doc README
-%attr(755,root,root) %{_libdir}/libkdeeducore.so
-%attr(755,root,root) %{_libdir}/libkdeeduplot.so
-%attr(755,root,root) %{_libdir}/libkdeeduui.so
+%{_libdir}/libextdate.so
+%{_libdir}/libkdeeducore.so
+%{_libdir}/libkdeeduplot.so
+%{_libdir}/libkdeeduui.so
+%{_libdir}/libkiten.so
+%{_includedir}/libkiten
 %{_includedir}/*.h
 
 %files kalzium
@@ -675,9 +693,13 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/keduca
 %attr(755,root,root) %{_bindir}/keducabuilder
+%{_libdir}/kde3/libkeducapart.la
+%attr(755,root,root) %{_libdir}/kde3/libkeducapart.so
 %{_datadir}/apps/keduca
+%{_datadir}/config.kcfg/keduca.kcfg
 %{_datadir}/mimelnk/application/x-edu.desktop
 %{_datadir}/mimelnk/application/x-edugallery.desktop
+%{_datadir}/services/keduca_part.desktop
 %{_desktopdir}/kde/keduca*.desktop
 %{_iconsdir}/*/*/apps/keduca.png
 %{_mandir}/man1/keduca*.1*
@@ -716,6 +738,7 @@
 %{_datadir}/services/kfile_kig.desktop
 %{_desktopdir}/kde/kig.desktop
 %{_iconsdir}/[!l]*/*/apps/kig*
+%{_iconsdir}/crystalsvg/*/mimetypes/kig_doc.*
 %{_kdedocdir}/en/kig
 %{_mandir}/man1/kig.1*
 
@@ -724,6 +747,7 @@
 %attr(755,root,root) %{_bindir}/kiten
 %attr(755,root,root) %{_bindir}/kitengen
 %{_datadir}/apps/kiten
+%{_datadir}/config.kcfg/kiten.kcfg
 %{_desktopdir}/kde/kiten.desktop
 %{_iconsdir}/*/*/actions/kanjidic.png
 %{_iconsdir}/*/*/actions/edit_*.png
@@ -740,7 +764,6 @@
 %{_desktopdir}/kde/klatin.desktop
 %{_kdedocdir}/en/klatin
 %{_iconsdir}/*/*/apps/klatin*
-#%{_mandir}/man1/klatin.1*
 
 %files klettres
 %defattr(644,root,root,755)
@@ -757,6 +780,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/kmessedwords
 %{_datadir}/apps/kmessedwords
+%{_datadir}/config.kcfg/kmessedwords.kcfg
 %{_desktopdir}/kde/kmessedwords.desktop
 %{_iconsdir}/[!l]*/*/apps/kmessedwords*
 %{_mandir}/man1/kmessedwords.1*
@@ -765,10 +789,13 @@
 %files kmplot
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/kmplot
+%{_libdir}/kde3/libkmplotpart.la
+%attr(755,root,root) %{_libdir}/kde3/libkmplotpart.so
 %{_datadir}/apps/kmplot
 %{_datadir}/config.kcfg/kmplot.kcfg
 %{_desktopdir}/kde/kmplot.desktop
 %{_datadir}/mimelnk/application/x-kmplot.desktop
+%{_datadir}/services/kmplot_part.desktop
 %{_iconsdir}/[!l]*/*/apps/kmplot*
 %{_mandir}/man1/kmplot.1*
 %{_kdedocdir}/en/kmplot
@@ -791,6 +818,7 @@
 %attr(755,root,root) %{_bindir}/indiserver
 %attr(755,root,root) %{_bindir}/kstars
 %attr(755,root,root) %{_bindir}/lx200generic
+%attr(755,root,root) %{_bindir}/temma
 %{_datadir}/apps/kstars
 %{_datadir}/config/kstarsrc
 %{_datadir}/config.kcfg/kstars.kcfg
@@ -810,6 +838,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/ktouch
 %{_datadir}/apps/ktouch
+%{_datadir}/config.kcfg/ktouch.kcfg
 %{_desktopdir}/kde/ktouch.desktop
 %{_iconsdir}/*/*/apps/ktouch*
 %{_mandir}/man1/ktouch.1*
@@ -854,11 +883,19 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/kwordquiz
 %{_datadir}/apps/kwordquiz
+%{_datadir}/config.kcfg/kwordquiz.kcfg
 %{_desktopdir}/kde/kwordquiz.desktop
 %{_kdedocdir}/en/kwordquiz
 %{_iconsdir}/[!l]*/*/*/kwordquiz*
 %{_datadir}/mimelnk/application/x-kwordquiz.desktop
 
+%files libextdate
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/test_extdate
+%attr(755,root,root) %{_bindir}/test_extdatepicker
+%{_libdir}/libextdate.la
+%attr(755,root,root) %{_libdir}/libextdate.so.1.2.0
+
 %files libkdeeducore
 %defattr(644,root,root,755)
 %{_libdir}/libkdeeducore.la
@@ -874,13 +911,10 @@
 %{_libdir}/libkdeeduui.la
 %attr(755,root,root) %{_libdir}/libkdeeduui.so.*.*.*
 
-%files libextdate
+%files libkiten
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/test_extdate
-%attr(755,root,root) %{_bindir}/test_extdatepicker
-%attr(755,root,root) %{_libdir}/libextdate.so.1.2.0
-%{_libdir}/libextdate.la
-
+%{_libdir}/libkiten.la
+%attr(755,root,root) %{_libdir}/libkiten.so.*.*.*
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -888,6 +922,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.78.2.2  2005/02/20 18:20:32  adgor
+- %%files done
+
 Revision 1.78.2.1  2005/02/20 17:58:33  adgor
 - 3.3.92.050217
 - NFY
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kdeedu.spec?r1=1.78.2.1&r2=1.78.2.2&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to