SPECS: mugshot.spec - pl, revised BRs
qboosh
qboosh at pld-linux.org
Sat Aug 4 15:40:09 CEST 2007
Author: qboosh Date: Sat Aug 4 13:40:09 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, revised BRs
---- Files affected:
SPECS:
mugshot.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/mugshot.spec
diff -u SPECS/mugshot.spec:1.1 SPECS/mugshot.spec:1.2
--- SPECS/mugshot.spec:1.1 Thu Jul 26 23:22:30 2007
+++ SPECS/mugshot.spec Sat Aug 4 15:40:04 2007
@@ -1,38 +1,39 @@
# $Revision$, $Date$
Summary: Companion software for mugshot.org
+Summary(pl.UTF-8): Oprogramowanie towarzyszące dla mugshot.org
Name: mugshot
Version: 1.1.45
Release: 1
License: GPL
-Group: Applications/Networking
-URL: http://mugshot.org/
+Group: X11/Applications/Networking
Source0: http://developer.mugshot.org/download/sources/linux/%{name}-%{version}.tar.gz
# Source0-md5: 2bb9f3f9ba0c34a6869749223d921ea9
-Patch0: %{name}-as-needed.patch
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-BuildRequires: autoconf
+Patch0: %{name}-as-needed.patch
+URL: http://mugshot.org/
+BuildRequires: autoconf >= 2.59
BuildRequires: automake
BuildRequires: GConf2-devel >= 2.8
BuildRequires: curl-devel >= 7.15
-BuildRequires: dbus-devel >= 0.61
+BuildRequires: dbus-devel >= 1.0
BuildRequires: dbus-glib-devel >= 0.61
BuildRequires: desktop-file-utils
-BuildRequires: glib2-devel >= 2.6
+BuildRequires: glib2-devel >= 1:2.6
BuildRequires: gnome-desktop-devel >= 2.10.0
-BuildRequires: gnome-vfs2-devel
-BuildRequires: gtk+2-devel >= 2.6
+BuildRequires: gnome-vfs2-devel >= 2.0
+BuildRequires: gtk+2-devel >= 2:2.10
BuildRequires: libjpeg-devel >= 6b
-BuildRequires: libssh2-devel
+BuildRequires: libtool
BuildRequires: loudmouth-devel >= 1.0.3
BuildRequires: pcre-devel >= 6.3
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.311
BuildRequires: xorg-lib-libXScrnSaver-devel
BuildRequires: xulrunner-devel >= 1.5.0.4
-Requires(post): GConf2
-Requires(post): gtk+2
-Requires(pre): GConf2
-Requires(preun): GConf2
+Requires(post,preun): GConf2
+Requires(post.postun): gtk+2
+Requires(post.postun): hicolor-icon-theme
Requires: loudmouth >= 1.0.3
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Mugshot works with the server at mugshot.org to extend the panel, web
@@ -40,14 +41,22 @@
social experience" and interoperation with online services you and
your friends use. It's fun and easy.
+%description -l pl.UTF-8
+Mugshot współpracuje z serwerem mugshot.org w celu rozszerzenia
+panelu, przeglądarki WWW, odtwarzacza muzyki i innych części
+środowiska o "żywe doświadczenia towarzyskie" oraz współpracę z
+serwisami online wykorzystywanymi przez użytkownika i jego znajomych.
+Jest zabawny i prosty w użyciu.
%prep
%setup -q
%patch0 -p1
%build
+%{__libtoolize}
%{__aclocal}
%{__automake}
+%{__autoheader}
%{__autoconf}
%configure \
--with-gecko-headers=%{_includedir}/xulrunner \
@@ -59,9 +68,10 @@
%install
rm -rf $RPM_BUILD_ROOT
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
# Don't package a .la file for the component .so
rm -f $RPM_BUILD_ROOT%{_libdir}/mugshot/firefox/components/*.la
@@ -103,6 +113,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/08/04 13:40:04 qboosh
+- pl, revised BRs
+
Revision 1.1 2007/07/26 21:22:30 aredridel
- added
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mugshot.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list