SPECS: tomboy.spec - 0.3.9, updated Source0, use HEAD deps, packag...
freetz
freetz at pld-linux.org
Sat Aug 12 00:14:17 CEST 2006
Author: freetz Date: Fri Aug 11 22:14:17 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.3.9, updated Source0, use HEAD deps, package/install screollkeeper docs
update icon cache, removed install 'hacks', updated file list
---- Files affected:
SPECS:
tomboy.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/tomboy.spec
diff -u SPECS/tomboy.spec:1.15 SPECS/tomboy.spec:1.16
--- SPECS/tomboy.spec:1.15 Sat Aug 5 14:50:17 2006
+++ SPECS/tomboy.spec Sat Aug 12 00:14:12 2006
@@ -1,32 +1,38 @@
# $Revision$, $Date$
+#
%include /usr/lib/rpm/macros.mono
+#
Summary: Tomboy - a desktop note-taking application
Summary(pl): Tomboy - aplikacja do notatek na pulpicie
Name: tomboy
-Version: 0.3.5
+Version: 0.3.9
Release: 1
License: LGPL v2.1
Group: X11/Applications
-Source0: http://www.beatniksoftware.com/tomboy/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 57e9829d80d8452f002e0a3856bd2c48
+Source0: http://ftp.gnome.org/pub/gnome/sources/tomboy/0.3/%{name}-%{version}.tar.bz2
+# Source0-md5: c3d4f9bf76a1e202b9cf1670667ee5eb
Patch0: %{name}-desktop.patch
URL: http://www.beatniksoftware.com/tomboy/
-BuildRequires: GConf2-devel
-BuildRequires: atk-devel >= 1.2.4
+BuildRequires: GConf2-devel >= 2.14.0
+BuildRequires: atk-devel >= 1.12.1
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: dotnet-dbus-sharp-devel
-BuildRequires: dotnet-gtk-sharp-devel
-BuildRequires: dotnet-gtk-sharp-gnome-devel
-BuildRequires: gnome-panel-devel
-BuildRequires: gtkspell-devel >= 2.0.5
-BuildRequires: intltool >= 0.25
+BuildRequires: dotnet-dbus-sharp-devel >= 0.63
+BuildRequires: dotnet-gtk-sharp2-devel >= 2.9.0
+BuildRequires: dotnet-gnome-sharp-devel >= 2.15.0
+BuildRequires: gnome-panel-devel >= 2.15.91
+BuildRequires: gtkspell-devel >= 2.0.11
+BuildRequires: intltool >= 0.35
BuildRequires: libtool
-BuildRequires: mono-csharp
+BuildRequires: mono-csharp >= 1.1.16.1
BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.197
-Requires(post,preun): GConf2
+BuildRequires: scrollkeeper
+Requires(post,preun): GConf2 >= 2.14.0
+Requires(post,postun): gtk+2 >= 2.10.1
+Requires(post,postun): scrollkeeper
ExclusiveArch: %{ix86} %{x8664} alpha arm hppa ppc s390 sparc sparcv9 sparc64
+ExcludeArch: i386
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -49,50 +55,55 @@
%{__autoconf}
%{__automake}
%configure \
- --disable-schemas-install
+ --disable-schemas-install \
+ --disable-scrollkeeper
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_datadir}/dbus-1/services}
-
%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
-
-cp data/tomboy.desktop $RPM_BUILD_ROOT%{_desktopdir}
-mv -f $RPM_BUILD_ROOT%{_libdir}/dbus-1.0/services/*.service \
- $RPM_BUILD_ROOT%{_datadir}/dbus-1/services/
+ DESTDIR=$RPM_BUILD_ROOT \
+ dbusservicedir="%{_datadir}/dbus-1/services"
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+#rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
-%find_lang %{name}
+%find_lang %{name} --with-gnome
%clean
rm -rf $RPM_BUILD_ROOT
%post
%gconf_schema_install tomboy.schemas
+%scrollkeeper_update_post
+%update_icon_cache hicolor
%preun
%gconf_schema_uninstall tomboy.schemas
+%postun
+%scrollkeeper_update_postun
+%update_icon_cache hicolor
+
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/*
-%{_datadir}/dbus-1/services/*.service
-%{_datadir}/gnome-2.0/ui/*
-%{_desktopdir}/*.desktop
-%dir %{_libdir}/%{name}
-%{_libdir}/%{name}/*.config
%attr(755,root,root) %{_libdir}/%{name}/*.exe
%attr(755,root,root) %{_libdir}/%{name}/*.so
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/*.config
%{_libdir}/%{name}/*.la
%{_libdir}/%{name}/Plugins
%{_libdir}/bonobo/servers/*
-%{_mandir}/man1/tomboy.1*
+
+%{_datadir}/dbus-1/services/*.service
+%{_desktopdir}/*.desktop
+%{_iconsdir}/hicolor/*/apps/*
%{_pixmapsdir}/*.png
+%{_mandir}/man1/tomboy.1*
+%dir %{_omf_dest_dir}/%{name}
+%{_omf_dest_dir}/%{name}/tomboy-C.omf
%{_pkgconfigdir}/tomboy-plugins.pc
%{_sysconfdir}/gconf/schemas/tomboy.schemas
@@ -102,6 +113,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2006/08/11 22:14:12 freetz
+- 0.3.9, updated Source0, use HEAD deps, package/install screollkeeper docs
+ update icon cache, removed install 'hacks', updated file list
+
Revision 1.15 2006/08/05 12:50:17 wolf
- auto mono deps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/tomboy.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list