Author: baggins Date: Thu Oct 23 22:59:37 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2 - added support for mounting encrypted volumes
---- Files affected: SPECS: Thunar-volman.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/Thunar-volman.spec diff -u SPECS/Thunar-volman.spec:1.6 SPECS/Thunar-volman.spec:1.7 --- SPECS/Thunar-volman.spec:1.6 Fri Dec 7 20:58:35 2007 +++ SPECS/Thunar-volman.spec Fri Oct 24 00:59:32 2008 @@ -4,14 +4,16 @@ Summary(pl.UTF-8): Zarządca napędów dla Thunara Name: Thunar-volman Version: 0.2.0 -Release: 1 +Release: 2 License: GPL Group: X11/Applications Source0: http://download.berlios.de/xfce-goodies/%{_realname}-%{version}.tar.bz2 # Source0-md5: e4587967fe3b3858d93735fee3edb2fc Patch0: %{name}-locale-names.patch +Patch1: %{name}-setup-crypto.patch URL: http://foo-projects.org/~benny/projects/thunar-volman/ -BuildRequires: Thunar-devel >= 0.9.0 +BuildRequires: autoconf +BuildRequires: automake BuildRequires: dbus-glib-devel >= 0.34 BuildRequires: gtk+2-devel >= 2:2.6.0 BuildRequires: hal-devel >= 0.5.0 @@ -19,7 +21,9 @@ BuildRequires: libtool BuildRequires: rpmbuild(macros) >= 1.311 BuildRequires: startup-notification-devel +BuildRequires: Thunar-devel >= 0.9.0 BuildRequires: w3c-libwww-devel +BuildRequires: xfce4-dev-tools Requires(post,postun): gtk+2 Requires(post,postun): hicolor-icon-theme Requires: Thunar @@ -44,10 +48,15 @@ %prep %setup -q -n %{_realname}-%{version} %patch0 -p1 +%patch1 -p0 mv -f po/{nb_NO,nb}.po %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make} @@ -83,7 +92,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.6 2007/12/07 19:58:35 megabajt +Revision 1.7 2008/10/23 22:59:32 baggins +- rel 2 +- added support for mounting encrypted volumes + +Revision 1.6 2007-12-07 19:58:35 megabajt - updated to 0.2.0 - added locale-names patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Thunar-volman.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
