Author: rotom Date: Fri Feb 17 21:46:38 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.2.0 - devel subpackage created
---- Files affected: SPECS: kst.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/kst.spec diff -u SPECS/kst.spec:1.2 SPECS/kst.spec:1.3 --- SPECS/kst.spec:1.2 Sat Jun 11 00:37:45 2005 +++ SPECS/kst.spec Fri Feb 17 22:46:32 2006 @@ -2,12 +2,12 @@ Summary: A data viewing program for KDE Summary(pl): Program do przeglądania danych pod KDE Name: kst -Version: 1.1.0 +Version: 1.2.0 Release: 0.1 License: GPL Group: Applications/Math Source0: ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/scientific/%{name}-%{version}.tar.gz -# Source0-md5: bfd6e196850a8883b9c12553d9c7a910 +# Source0-md5: 789aac131edb24cdefbb90634cbb4b56 URL: http://kst.kde.org BuildRequires: cfitsio-devel BuildRequires: gsl-devel @@ -24,6 +24,18 @@ Kst to narzędzie do przeglądania danych i rysowania wykresów w czasie rzeczywistym z podstawowymi funkcjami analizy danych. +%package devel +Summary: kst header files +Summary(pl): Pliki nagłówkowe do kst +Group: Development/Libraries +Requires: %{name} = %{version} + +%description devel +kst files for developing applications. + +%description devel -l pl +Pliki nagłówkowe potrzebne przy tworzeniu innych aplikacji. + %prep %setup -q @@ -33,8 +45,7 @@ %configure \ --%{!?debug:dis}%{?debug:en}able-debug \ - --disable-rpath \ - --enable-final + --disable-rpath %{__make} @@ -48,7 +59,12 @@ install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} mv $RPM_BUILD_ROOT%{_datadir}/apps/kst/tutorial . -%find_lang %{name} --with-kde +%find_lang %{name} --all-name --with-kde +## empty translation +rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/ca/LC_MESSAGES/*.mo +rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/is/LC_MESSAGES/*.mo +rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/mt/LC_MESSAGES/kstplugineditor.mo +rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/nb/LC_MESSAGES/kst.mo %clean rm -rf $RPM_BUILD_ROOT @@ -58,30 +74,31 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%doc README -%doc tutorial %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/*.so.*.* %attr(755,root,root) %{_libdir}/kde3/*.so -%{_libdir}/kde3/*.la -%dir %{_libdir}/kde3/kstplugins %attr(755,root,root) %{_libdir}/kde3/kstplugins/*.so +%doc README tutorial +%dir %{_libdir}/kde3/kstplugins %{_libdir}/kde3/kstplugins/*.xml %{_libdir}/kde3/kstplugins/*.la -%{_desktopdir}/kde/* +%{_libdir}/kde3/*.la %{_datadir}/apps/kconf_update/* %{_datadir}/apps/kst %{_datadir}/config/colors/* -%{_iconsdir}/*/*/*/* -%{_mandir}/man1/* %{_datadir}/mimelnk/application/* %{_datadir}/services/kst %{_datadir}/servicetypes/kst +%{_desktopdir}/kde/* +%{_mandir}/man1/* +%{_iconsdir}/*/*/*/* -#This is probably need for plugin development. Move to devel subpackage -#%{_includedir}/* -#%attr(755,root,root) %{_libdir}/*.so -#%{_libdir}/*.la +%files devel -f %{name}.lang +%defattr(644,root,root,755) +%{_includedir}/* +%{_libdir}/*.la +%{_libdir}/kde3/plugins/designer/kstwidgets.la +%{_libdir}/kde3/plugins/designer/kstwidgets.so %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -89,6 +106,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/02/17 21:46:32 rotom +- up to 1.2.0 +- devel subpackage created + Revision 1.2 2005/06/10 22:37:45 qboosh - pl desc; no devel files in base (create -devel subpackage if needed) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kst.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
