SPECS: anjuta.spec - updated to 2.4.1 - more verbose files
megabajt
megabajt at pld-linux.org
Fri May 16 16:34:13 CEST 2008
Author: megabajt Date: Fri May 16 14:34:13 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.4.1
- more verbose files
---- Files affected:
SPECS:
anjuta.spec (1.141 -> 1.142)
---- Diffs:
================================================================
Index: SPECS/anjuta.spec
diff -u SPECS/anjuta.spec:1.141 SPECS/anjuta.spec:1.142
--- SPECS/anjuta.spec:1.141 Tue May 13 13:40:20 2008
+++ SPECS/anjuta.spec Fri May 16 16:34:08 2008
@@ -4,13 +4,13 @@
Summary(pl.UTF-8): Zintegrowane środowisko programowania dla GNOME
Summary(pt_BR.UTF-8): Ambiente de desenvolvimento integrado C e C++
Name: anjuta
-Version: 2.4.0
-Release: 5
+Version: 2.4.1
+Release: 1
Epoch: 1
License: GPL
Group: Development/Tools
Source0: http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.4/%{name}-%{version}.tar.bz2
-# Source0-md5: 5eca972ef7b95de85a8088eaf9cc0753
+# Source0-md5: 97d919cade598ab86442b34bbc2cbe1e
#Patch0: %{name}-home_etc.patch
Patch1: %{name}-desktop.patch
URL: http://anjuta.sourceforge.net/
@@ -23,41 +23,43 @@
BuildRequires: devhelp-devel >= 0.13
BuildRequires: gdl-devel >= 0.7.3
BuildRequires: gettext-devel
-BuildRequires: glib2-devel >= 1:2.14
+BuildRequires: glib2-devel >= 1:2.14.0
BuildRequires: gnome-build-devel >= 0.2.0
-BuildRequires: gnome-doc-utils
BuildRequires: gnome-common
-BuildRequires: gnome-vfs2-devel >= 2.10.0
+BuildRequires: gnome-doc-utils
+BuildRequires: gnome-vfs2-devel >= 2.14.0
BuildRequires: graphviz-devel >= 2.6.0
+BuildRequires: gtk+2-devel >= 2:2.10.0
BuildRequires: gtk-doc >= 1.7
-BuildRequires: gtk+2-devel >= 2:2.10
-BuildRequires: gtksourceview-devel >= 1.4.0
-BuildRequires: intltool >= 0.35.0
-BuildRequires: libgladeui-devel >= 3.0.2
+BuildRequires: gtksourceview2-devel >= 2.2.0
+BuildRequires: intltool >= 0.36.2
+BuildRequires: libglade2-devel >= 1:2.6.2
+BuildRequires: libgladeui-devel >= 3.2.0
+BuildRequires: libgnome-devel >= 2.14.0
BuildRequires: libgnomecanvas-devel >= 2.12.0
BuildRequires: libgnomeprintui-devel >= 2.12.0
-BuildRequires: libgnome-devel >= 2.14
BuildRequires: libgnomeui-devel >= 2.12.0
BuildRequires: libstdc++-devel
BuildRequires: libtool
-BuildRequires: libwnck-devel >= 2.12
-BuildRequires: libxml2-devel >= 2.4.23
+BuildRequires: libwnck-devel >= 2.12.0
+BuildRequires: libxml2-devel >= 1:2.6.26
BuildRequires: libxslt-devel
BuildRequires: neon-devel >= 0.24.5
-BuildRequires: pango-devel >= 1:1.1.1
-BuildRequires: pcre-devel >= 3.9
BuildRequires: pkgconfig
+BuildRequires: rpmbuild(find_lang) >= 1.23
BuildRequires: rpmbuild(macros) >= 1.311
BuildRequires: scrollkeeper
+BuildRequires: sed >= 4.0
BuildRequires: subversion-devel >= 1.0.2
BuildRequires: vte-devel >= 0.14.0
-Requires(post,preun): GConf2
+Requires(post,postun): desktop-file-utils
Requires(post,postun): gtk+2
Requires(post,postun): hicolor-icon-theme
Requires(post,postun): scrollkeeper
Requires(post,postun): shared-mime-info
+Requires(post,preun): GConf2
# Requires: gnome-terminal
-Requires: glib2 >= 1:2.14
+Requires: glib2 >= 1:2.14.0
Requires: libanjuta = %{epoch}:%{version}-%{release}
# sr at Latn vs. sr at latin
Conflicts: glibc-misc < 6:2.7
@@ -112,6 +114,8 @@
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libanjuta
Group: Development/Libraries
Requires: libanjuta-devel = %{epoch}:%{version}-%{release}
+Requires: libglade2-devel >= 1:2.6.2
+Requires: libgnomeui-devel >= 2.12.0
%description -n libanjuta-devel
Header files for libanjuta library.
@@ -136,12 +140,15 @@
#%patch0 -p1 NEEDS checking
%patch1 -p1
+sed -i -e 's#sr at Latn#sr at latin#' po/LINGUAS
+mv po/sr@{Latn,latin}.po
+
%build
%{__intltoolize}
%{__libtoolize}
%{__aclocal}
-%{__autoheader}
%{__autoconf}
+%{__autoheader}
%{__automake}
%configure \
--with-html-dir=%{_gtkdocdir} \
@@ -150,14 +157,14 @@
--with-neon-config=%{_bindir}/neon-config \
--with-omf-dir=%{_omf_dest_dir} \
--disable-scrollkeeper \
- --disable-static
+ --disable-static
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} -j1 install \
DESTDIR=$RPM_BUILD_ROOT \
gnomemenudir=%{_desktopdir} \
mimepngicondir=%{_iconsdir}/hicolor/48x48/mimetypes \
@@ -168,9 +175,7 @@
rm -rf $RPM_BUILD_ROOT%{_docdir}/anjuta
-[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr at latin ] || \
- mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
-%find_lang %{name} --with-gnome --all-name
+%find_lang %{name} --with-gnome --with-omf --all-name
%clean
rm -rf $RPM_BUILD_ROOT
@@ -178,15 +183,37 @@
%post
%scrollkeeper_update_post
%update_mime_database
+%update_desktop_database
+%gconf_schema_install anjuta-build-basic-autotools-plugin.schemas
+%gconf_schema_install anjuta-cvs-plugin.schemas
+%gconf_schema_install anjuta-document-manager.schemas
+%gconf_schema_install anjuta-editor-scintilla.schemas
+%gconf_schema_install anjuta-editor-sourceview.schemas
+%gconf_schema_install anjuta-language-cpp-java.schemas
+%gconf_schema_install anjuta-message-manager-plugin.schemas
+%gconf_schema_install anjuta.schemas
+%gconf_schema_install anjuta-symbol-browser-plugin.schemas
+%gconf_schema_install anjuta-terminal-plugin.schemas
%gconf_schema_install anjuta-valgrind.schemas
%update_icon_cache hicolor
%preun
+%gconf_schema_uninstall anjuta-build-basic-autotools-plugin.schemas
+%gconf_schema_uninstall anjuta-cvs-plugin.schemas
+%gconf_schema_uninstall anjuta-document-manager.schemas
+%gconf_schema_uninstall anjuta-editor-scintilla.schemas
+%gconf_schema_uninstall anjuta-editor-sourceview.schemas
+%gconf_schema_uninstall anjuta-language-cpp-java.schemas
+%gconf_schema_uninstall anjuta-message-manager-plugin.schemas
+%gconf_schema_uninstall anjuta.schemas
+%gconf_schema_uninstall anjuta-symbol-browser-plugin.schemas
+%gconf_schema_uninstall anjuta-terminal-plugin.schemas
%gconf_schema_uninstall anjuta-valgrind.schemas
%postun
%scrollkeeper_update_postun
%update_mime_database
+%update_desktop_database_postun
%update_icon_cache hicolor
%post -n libanjuta -p /sbin/ldconfig
@@ -195,7 +222,9 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog FUTURE NEWS README ROADMAP THANKS TODO doc/ScintillaDoc.html
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/anjuta
+%attr(755,root,root) %{_bindir}/anjuta_import.sh
+%attr(755,root,root) %{_bindir}/anjuta_launcher
%dir %{_libdir}/%{name}
%attr(755,root,root) %{_libdir}/%{name}/lib*.so*
%{_libdir}/%{name}/*.plugin
@@ -224,25 +253,44 @@
%{_datadir}/%{name}/layout.xml
%{_datadir}/%{name}/macros.xml
%{_datadir}/%{name}/welcome.txt
-%{_datadir}/mime/packages/%{name}.xml
+%{_datadir}/%{name}/AUTHORS
+%{_datadir}/mime/packages/anjuta.xml
%{_datadir}/glade3/catalogs/anjuta-glade.xml
%{_desktopdir}/%{name}.desktop
%{_mandir}/man1/anjuta.1*
%{_mandir}/man1/anjuta_launcher.1*
-%{_omf_dest_dir}/%{name}-manual
-%{_sysconfdir}/gconf/schemas/*.*
+%{_sysconfdir}/gconf/schemas/anjuta-build-basic-autotools-plugin.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-cvs-plugin.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-document-manager.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-editor-scintilla.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-editor-sourceview.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-language-cpp-java.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-message-manager-plugin.schemas
+%{_sysconfdir}/gconf/schemas/anjuta.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-symbol-browser-plugin.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-terminal-plugin.schemas
+%{_sysconfdir}/gconf/schemas/anjuta-valgrind.schemas
%{_iconsdir}/hicolor/*/*/*.*
%files -n libanjuta
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so.*
+%attr(755,root,root) %{_libdir}/libanjuta-ctags.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libanjuta-ctags.so.0
+%attr(755,root,root) %{_libdir}/libanjuta-egg.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libanjuta-egg.so.0
+%attr(755,root,root) %{_libdir}/libanjuta.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libanjuta.so.0
%files -n libanjuta-devel
%defattr(644,root,root,755)
-%{_includedir}/libanjuta-*
-%attr(755,root,root) %{_libdir}/*.so
-%{_libdir}/*.la
-%{_pkgconfigdir}/*.pc
+%attr(755,root,root) %{_libdir}/libanjuta-ctags.so
+%attr(755,root,root) %{_libdir}/libanjuta-egg.so
+%attr(755,root,root) %{_libdir}/libanjuta.so
+%{_libdir}/libanjuta-ctags.la
+%{_libdir}/libanjuta-egg.la
+%{_libdir}/libanjuta.la
+%{_includedir}/libanjuta-1.0
+%{_pkgconfigdir}/libanjuta-1.0.pc
%files -n libanjuta-apidocs
%defattr(644,root,root,755)
@@ -254,6 +302,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.142 2008-05-16 14:34:08 megabajt
+- updated to 2.4.1
+- more verbose files
+
Revision 1.141 2008-05-13 11:40:20 pluto
- release 5 for rebuild with binutils 2.18.50.0.7.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/anjuta.spec?r1=1.141&r2=1.142&f=u
More information about the pld-cvs-commit
mailing list