Author: aredridel Date: Tue Dec 18 16:16:16 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added, NFY, needs build fixes
---- Files affected: SPECS: gnome-presence-applet.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gnome-presence-applet.spec diff -u /dev/null SPECS/gnome-presence-applet.spec:1.1 --- /dev/null Tue Dec 18 17:16:16 2007 +++ SPECS/gnome-presence-applet.spec Tue Dec 18 17:16:11 2007 @@ -0,0 +1,51 @@ +# $Revision$, $Date$ +Summary: Presence applet from the Galago project +Name: gnome-presence-applet +Version: 0.3.1 +Release: 1 +License: GPL (except for images - see COPYING) +Group: X11/Applications +Source0: http://www.galago-project.org/files/releases/source/%{name}/%{name}-0.3.1.tar.gz +# Source0-md5: 7527c126f72d0f5be083d9d9aa851e39 +URL: http://galago-project.org +BuildRequires: autoconf >= 2.13 +BuildRequires: gnome-panel-devel >= 2.0 +BuildRequires: libgalago-gtk-devel +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Presence applet from the Galago project. + +%prep +%setup -q + +%build +%{__autoconf} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +# COPYING contains only note about images +%doc AUTHORS +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007-12-18 16:16:11 aredridel +- added, NFY, needs build fixes + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
