SPECS: gphotofs.spec - updated to 0.4.0 - added po patch
qboosh
qboosh at pld-linux.org
Sat Aug 11 22:51:32 CEST 2007
Author: qboosh Date: Sat Aug 11 20:51:32 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.4.0
- added po patch
---- Files affected:
SPECS:
gphotofs.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/gphotofs.spec
diff -u SPECS/gphotofs.spec:1.6 SPECS/gphotofs.spec:1.7
--- SPECS/gphotofs.spec:1.6 Tue Feb 13 08:16:47 2007
+++ SPECS/gphotofs.spec Sat Aug 11 22:51:27 2007
@@ -2,17 +2,24 @@
Summary: GPhotoFS - FUSE module that exposes cameras as filesystems
Summary(pl.UTF-8): GPhotoFS - moduł FUSE pokazujący aparaty jako systemy plików
Name: gphotofs
-Version: 0.3
+Version: 0.4.0
Release: 1
License: GPL
Group: Applications
Source0: http://dl.sourceforge.net/gphoto/%{name}-%{version}.tar.bz2
-# Source0-md5: 73b7582888b19d2ed976849a6a02782a
+# Source0-md5: 42b63d839e7cff2a0e6b5413bed0530f
+Patch0: %{name}-po.patch
URL: http://gphoto.sourceforge.net/proj/gphotofs/
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.8
BuildRequires: glib2-devel >= 1:2.6
-BuildRequires: libfuse-devel >= 0:2.2
-BuildRequires: libgphoto2-devel >= 2.1
+BuildRequires: libfuse-devel >= 0:2.6
+BuildRequires: libgphoto2-devel >= 2.3.0
+BuildRequires: libtool
BuildRequires: pkgconfig
+Requires: glib2 >= 1:2.6
+Requires: libfuse >= 0:2.6
+Requires: libgphoto2 >= 2.3.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -43,8 +50,15 @@
%prep
%setup -q
+%patch0 -p1
%build
+%{__libtoolize}
+%{__glib_gettextize}
+%{__aclocal} -I m4m
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure
%{__make}
@@ -54,10 +68,12 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/gphotofs
@@ -68,6 +84,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2007/08/11 20:51:27 qboosh
+- updated to 0.4.0
+- added po patch
+
Revision 1.6 2007/02/13 07:16:47 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gphotofs.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list