Author: gotar Date: Wed Nov 15 22:25:45 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: SPECS: incollector.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/incollector.spec diff -u /dev/null SPECS/incollector.spec:1.1 --- /dev/null Wed Nov 15 23:25:45 2006 +++ SPECS/incollector.spec Wed Nov 15 23:25:40 2006 @@ -0,0 +1,67 @@ +# $Revision$, $Date$ +Summary: Information collector +Summary(pl): Program do zbierania informacji +Name: incollector +Version: 0.5 +Release: 1 +License: GPL v2 +Group: X11/Applications +Source0: http://www.incollector.devnull.pl/download/sources/%{name}-%{version}.tar.gz +# Source0-md5: ab7fa9bf12aecf2e10d50ccba96940ca +Source1: %{name}.desktop +URL: http://www.incollector.devnull.pl/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: dotnet-gtk-sharp2-devel +BuildRequires: mono-csharp +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Application to collect various kind of Information (like notes, +conversation logs, quotes, serial numbers, source code, webaddresses, +words). All entries can be tagged. Application can also search and +browse entries easly. + +%description -l pl +Aplikacja do zbierania różnego rodzaju informacji (jak notatki, logi +rozmów, cytaty, numery seryjne, kody źródłowe, adresy w sieci, słowa). +Wszystkie wpisy mogą być znakowane. Program może wyszukiwać i łatwo +przeglądać wpisy. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang incollector + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f incollector.lang +%defattr(644,root,root,755) +%doc AUTHORS README +%attr(755,root,root) %{_bindir}/* +%{_libdir}/* +%{_desktopdir}/* +%{_pixmapsdir}/* + +%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 2006/11/15 22:25:40 gotar +- initial PLD release ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
