Author: lisu                         Date: Tue Dec 28 09:14:16 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial release

---- Files affected:
packages/pidgin-plugin-toobars:
   pidgin-plugin-toobars.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/pidgin-plugin-toobars/pidgin-plugin-toobars.spec
diff -u /dev/null packages/pidgin-plugin-toobars/pidgin-plugin-toobars.spec:1.1
--- /dev/null   Tue Dec 28 10:14:16 2010
+++ packages/pidgin-plugin-toobars/pidgin-plugin-toobars.spec   Tue Dec 28 
10:14:11 2010
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+# TODO: BRs
+#
+%define                short_name pidgin-toobars
+Summary:       Adds toolbar and status bar to Pidgin buddy list
+Name:          pidgin-plugin-toobars
+Version:       1.13
+Release:       1
+License:       GPL v2+
+Group:         Applications/Communications
+Source0:       
http://vayurik.ru/wordpress/wp-content/uploads/toobars/%{version}/%{short_name}-%{version}.tar.gz
+# Source0-md5: a9678ae59addbe41e7389d72d4cea978
+URL:           http://vayurik.ru/wordpress/en/toobars/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: freetype-devel
+BuildRequires: libpng-devel
+BuildRequires: libtool
+BuildRequires: pidgin-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Adds toolbar and status bar to Pidgin buddy list.
+
+%prep
+%setup -q -n %{short_name}-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%{_libdir}/pidgin/toobars.so
+%{_pixmapsdir}/pidgin/buttons/*.png
+
+%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  2010/12/28 09:14:11  lisu
+- initial release
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to