Author: adamg Date: Sun Jun 1 08:07:55 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.5.3 - libs package no longer needed (I think)
---- Files affected: SPECS: nemiver.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/nemiver.spec diff -u SPECS/nemiver.spec:1.7 SPECS/nemiver.spec:1.8 --- SPECS/nemiver.spec:1.7 Tue Apr 29 16:06:07 2008 +++ SPECS/nemiver.spec Sun Jun 1 10:07:50 2008 @@ -2,12 +2,12 @@ Summary: C/C++ debugger for GNOME Summary(pl.UTF-8): Debugger C/C++ dla GNOME Name: nemiver -Version: 0.4.0 +Version: 0.5.3 Release: 1 License: GPL Group: X11/Applications -Source0: http://ftp.gnome.org/pub/GNOME/sources/nemiver/0.4/%{name}-%{version}.tar.bz2 -# Source0-md5: 0df4c48b0b1f09b46498a71344b4e3e8 +Source0: http://ftp.gnome.org/pub/GNOME/sources/nemiver/0.5/%{name}-%{version}.tar.bz2 +# Source0-md5: 27a40f6dee264053ea70db344944a967 Patch0: %{name}-desktop.patch Patch1: %{name}-configure.patch URL: http://home.gna.org/nemiver/ @@ -32,6 +32,7 @@ Requires(post,preun): GConf2 Requires: %{name}-libs = %{version}-%{release} Requires: gdb +Obsoletes: nemiver-libs < 0.5.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -46,18 +47,6 @@ backend wykorzystujący dobrze znany GNU Debugger (gdb) do śledzenia programów w C/C++. -%package libs -Summary: Nemiver library -Summary(pl.UTF-8): Biblioteka Nemivera -Group: Libraries -Requires(post,postun): /sbin/ldconfig - -%description libs -Nemiver shared library. - -%description libs -l pl.UTF-8 -Biblioteka współdzielona Nemivera. - %package devel Summary: Header files for Nemiver library Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Nemivera @@ -160,16 +149,15 @@ %{_libdir}/nemiver/plugins/dbgperspective/sqlscripts %dir %{_omf_dest_dir}/nemiver %{_omf_dest_dir}/nemiver/nemiver-C.omf +%lang(es) %{_omf_dest_dir}/nemiver/nemiver-es.omf +%lang(oc) %{_omf_dest_dir}/nemiver/nemiver-oc.omf %lang(sv) %{_omf_dest_dir}/nemiver/nemiver-sv.omf - -%files libs -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libnemivercommon.so.*.*.* +%{_mandir}/man1/nemiver.1* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libnemivercommon.so -%{_libdir}/libnemivercommon.la +%attr(755,root,root) %{_libdir}/nemiver/libnemivercommon.so +%{_libdir}/nemiver/libnemivercommon.la %dir %{_includedir}/nemiver %dir %{_includedir}/nemiver/dynmods %{_includedir}/nemiver/dynmods/*.h @@ -179,7 +167,7 @@ %files static %defattr(644,root,root,755) -%{_libdir}/libnemivercommon.a +%{_libdir}/nemiver/libnemivercommon.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -187,6 +175,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008-06-01 08:07:50 adamg +- updated to 0.5.3 +- libs package no longer needed (I think) + Revision 1.7 2008-04-29 14:06:07 pluto - reorganize boost BRs (boost-devel >= 1.35.0). ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nemiver.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
