From: kloczek Date: Thu, 18 May 2000 16:58:01 +0000 (+0000) Subject: - spec adapterized. X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcbb.git;a=commitdiff_plain;h=f2896bb65764a2961ee93ea9b55751349ecf71e6 - spec adapterized. Changed files: cbb.spec -> 1.2 --- diff --git a/cbb.spec b/cbb.spec index 6457ec0..7e5a15f 100644 --- a/cbb.spec +++ b/cbb.spec @@ -1,24 +1,23 @@ -Summary: An X11 based personal finance manager. -Name: cbb -Version: 0.8.1 -Serial: 1 -Release: 3mdk -Source0: cbb-0.8.1.tar.gz -Copyright: GPL -Group: Applications/Productivity -URL: http://cbb.sourceforge.net/ -BuildArch: noarch -#BuildRoot: /var/tmp/cbb-build -Requires: tcl >= 7.4, tk >= 4.0, gnuplot +Summary: An X11 based personal finance manager +Name: cbb +Version: 0.8.1 +Serial: 1 +Release: 3mdk +Source0: cbb-0.8.1.tar.gz +License: GPL +Group: Applications/Productivity +URL: http://cbb.sourceforge.net/ +BuildArch: noarch +#BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +Requires: tcl >= 7.4, tk >= 4.0, gnuplot %description CBB is a personal financial management application written in Tcl/Tk and Perl (it contains no compiled code) and utilizing a simple (tab -delimited) data file format. CBB provides a simple interface for -users to balance their checkbooks and to add their own reports, -graphs, and external modules without having to modify any of the CBB -source. +delimited) data file format. CBB provides a simple interface for users +to balance their checkbooks and to add their own reports, graphs, and +external modules without having to modify any of the CBB source. %prep %setup -q @@ -29,65 +28,14 @@ make %install rm -rf $RPM_BUILD_ROOT -make prefix=/usr install +make prefix=%{_prefix} install %clean rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) +%defattr(644,root,root,755) %doc Announce Bugs COPYING FAQ README THANKS Todo Version -/usr/bin/cbb -/usr/bin/dialog4duplicate -/usr/lib/cbb - -%changelog -* Thu Jan 06 2000 Florent Villard 0.81-2mdk -- add a Serial to solve version numbering change - -* Thu Jan 06 2000 Florent Villard 0.81-1mdk -- mandrake adaptation - -* Wed Jan 05 2000 Scott Lampert -- updated to 0.8.1 - -* Tue Jan 04 2000 Tim Powers -- reinstated using a buildroot, much safer than throwing files all over the - system -- changed group to match valid Red Hat groups -- expanded requires -- quiet setup -- changed summary/description to match what Red Hat has shipped in the past -- using %configure instead of running autoconf and ./configure (%configure - also defaults to --prefix=/usr) -- added %defattr(-,root,root) to the %files section - -* Tue Jan 04 2000 Scott Lampert - -- updated to 0.8.0 -- resolves some Y2K issues - -* Fri Dec 17 1999 Scott Lampert - -- updated to 0.79 - -* Tue Oct 19 1999 Scott Lampert - -- updated to 0.78 - -* Wed Jan 20 1999 Scott Lampert - -- updated to 0.77 - -* Fri Jan 15 1999 Scott Lampert - -- updated to 0.76 - -* Wed Jan 13 1999 Scott Lampert - -- updated to 0.75 - -* Sat Aug 22 1998 Scott Lampert - -- updated to 0.74 -- Moved to /usr root instead of /usr/local as per typical RedHat packages +%attr(755,root,root) %{_bindir}/cbb +%attr(755,root,root) %{_bindir}/dialog4duplicate +%{_libdir}/cbb