SPECS: gaim-guifications.spec (NEW) - added (spec from apollotiger...
aredridel
aredridel at pld-linux.org
Sat Jul 9 03:10:39 CEST 2005
Author: aredridel Date: Sat Jul 9 01:10:39 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added (spec from apollotiger at nbtsc.org)
---- Files affected:
SPECS:
gaim-guifications.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gaim-guifications.spec
diff -u /dev/null SPECS/gaim-guifications.spec:1.1
--- /dev/null Sat Jul 9 03:10:39 2005
+++ SPECS/gaim-guifications.spec Sat Jul 9 03:10:34 2005
@@ -0,0 +1,95 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with tests # build with tests
+%bcond_without tests # build without tests
+#
+Summary: Guifications Plugin for Gaim
+Name: gaim-guifications
+Version: 2.10
+Release: 1
+License: GPL
+#Vendor: -
+Group: Applications/Communications
+#Icon: -
+Source0: http://dl.sourceforge.net/guifications/guifications-%{version}.tar.gz
+# Source0-md5: 5d38bc125c5b18e6e9bc64c0be966e7d
+#Source1: -
+# Source1-md5: -
+#Patch0: %{name}-what.patch
+URL: http://guifications.sourceforge.net/Guifications/
+BuildRequires: gaim-devel
+#BuildRequires: autoconf
+#BuildRequires: automake
+#BuildRequires: libtool
+#BuildRequires: -
+#PreReq: -
+#Requires(pre,post): -
+#Requires(preun): -
+#Requires(postun): -
+#Requires: -
+#Provides: -
+#Obsoletes: -
+#Conflicts: -
+#BuildArch: noarch
+#ExclusiveArch: %{ix86}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Guifications is a graphical notification plugin for the open source
+instant messaging client Gaim
+
+%prep
+%setup -q -n guifications-%{version}
+#%patch0 -p1
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+#cp -f /usr/share/automake/config.sub .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+%find_lang guifications
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+#%post -p /sbin/ldconfig
+
+%preun
+
+%postun
+#%postun -p /sbin/ldconfig
+
+%files -f guifications.lang
+%defattr(644,root,root,755)
+%{_pixmapsdir}/gaim/guifications
+%attr(755,root,root) %{_libdir}/gaim/*.so
+%doc ABOUT-NLS AUTHORS ChangeLog NEWS README TODO
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/07/09 01:10:34 aredridel
+- added (spec from apollotiger at nbtsc.org)
+
================================================================
More information about the pld-cvs-commit
mailing list