SPECS: nautilus-open-terminal.spec - updated to 0.9
megabajt
megabajt at pld-linux.org
Thu Mar 13 21:41:05 CET 2008
Author: megabajt Date: Thu Mar 13 20:41:05 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.9
---- Files affected:
SPECS:
nautilus-open-terminal.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/nautilus-open-terminal.spec
diff -u SPECS/nautilus-open-terminal.spec:1.8 SPECS/nautilus-open-terminal.spec:1.9
--- SPECS/nautilus-open-terminal.spec:1.8 Sun Nov 11 00:00:07 2007
+++ SPECS/nautilus-open-terminal.spec Thu Mar 13 21:41:00 2008
@@ -2,23 +2,27 @@
Summary: Nautilus extension which allows you to open a terminal in arbitrary local folders
Summary(pl.UTF-8): Rozszerzenie Nautilusa pozwalające otwierać terminal w lokalnych folderach
Name: nautilus-open-terminal
-Version: 0.8
-Release: 2
+Version: 0.9
+Release: 1
License: GPL v2+
Group: X11/Applications
-Source0: http://ftp.gnome.org/pub/gnome/sources/nautilus-open-terminal/0.8/%{name}-%{version}.tar.bz2
-# Source0-md5: ce326bd02bc4b3719b613b60dd7c9a35
+Source0: http://ftp.gnome.org/pub/GNOME/sources/nautilus-open-terminal/0.9/%{name}-%{version}.tar.bz2
+# Source0-md5: b2dfbba5357524341157b00ea7a4291a
URL: http://manny.cluecoder.org/packages/nautilus-open-terminal/
BuildRequires: GConf2-devel
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: glib2-devel >= 1:2.6.0
-BuildRequires: gnome-desktop-devel >= 2.10.0
-BuildRequires: intltool >= 0.18
+BuildRequires: gettext-devel
+BuildRequires: glib2-devel >= 1:2.16.1
+BuildRequires: gnome-desktop-devel >= 2.22.0
+BuildRequires: intltool >= 0.36.2
BuildRequires: libtool
-BuildRequires: nautilus-devel >= 2.18.0
+BuildRequires: nautilus-devel >= 2.22.0
BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.198
+Requires(post,preun): GConf2
Requires: gnome-terminal
+Requires: nautilus >= 2.22.0
# sr at Latn vs. sr at latin
Conflicts: glibc-misc < 6:2.7
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,8 +39,11 @@
%setup -q
%build
+%{__intltoolize}
+%{__libtoolize}
%{__aclocal}
%{__autoconf}
+%{__autoheader}
%{__automake}
%configure \
--disable-static
@@ -48,7 +55,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.la
mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
@@ -57,10 +64,17 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%post
+%gconf_schema_install nautilus-open-terminal.schemas
+
+%preun
+%gconf_schema_uninstall nautilus-open-terminal.schemas
+
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_libdir}/nautilus/extensions-1.0/*.so
+%attr(755,root,root) %{_libdir}/nautilus/extensions-2.0/libnautilus-open-terminal.so
+%{_sysconfdir}/gconf/schemas/nautilus-open-terminal.schemas
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -68,6 +82,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2008-03-13 20:41:00 megabajt
+- updated to 0.9
+
Revision 1.8 2007-11-10 23:00:07 megabajt
- sr at Latn -> sr at latin; release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nautilus-open-terminal.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list