diff --git a/.cvsignore b/.cvsignore index e69de29..d729234 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +galculator-1.2.3.tar.bz2 diff --git a/galculator.spec b/galculator.spec new file mode 100644 index 0000000..924440a --- /dev/null +++ b/galculator.spec @@ -0,0 +1,102 @@ +Name: galculator +Version: 1.2.3 +Release: 0.fdr.1.1 +Epoch: 0 +Summary: GTK 2 based scientific calculator + +Group: Applications/Engineering +License: GPL +URL: http://galculator.sourceforge.net/ +Source0: http://download.sf.net/sourceforge/galculator/galculator-1.2.3.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: libglade2-devel +BuildRequires: gettext +BuildRequires: intltool +BuildRequires: perl-XML-Parser +BuildRequires: desktop-file-utils + +%description +galculator is a GTK 2 based scientific calculator with "ordinary" and reverse +polish notation. + + + +%prep +%setup -q + + + +%build +%configure +make %{?_smp_mflags} + + + +%install +rm -rf ${RPM_BUILD_ROOT} +%makeinstall +%find_lang %{name} + +desktop-file-install --vendor fedora --delete-original \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category X-Fedora \ + ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop + + + +%clean +rm -rf ${RPM_BUILD_ROOT} + + + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog NEWS README COPYING TODO +%attr(0755,root,root) %{_bindir}/galculator +%{_datadir}/applications/fedora-galculator.desktop +%{_datadir}/galculator/ +%{_mandir}/man1/%{name}.1* + + +%changelog +* Fri May 28 2004 Phillip Compton - 0:1.2.3-0.fdr.1 +- 1.2.3. + +* Mon Apr 12 2004 Phillip Compton - 0:1.2.2-0.fdr.3 +- BuildReq perl-XML-Parser. + +* Mon Apr 12 2004 Phillip Compton - 0:1.2.2-0.fdr.2 +- BuildReq intltool. + +* Sat Apr 10 2004 Phillip Compton - 0:1.2.2-0.fdr.1 +- Updated to 1.2.2. +- Using upstream desktop entry. +- Dropped icon. + +* Tue Nov 11 2003 Phillip Compton - 0:1.1.4-0.fdr.1 +- Updated to 1.1.4. + +* Mon Sep 01 2003 Phillip Compton - 0:1.1.3-0.fdr.1 +- Updated to 1.1.3. + +* Tue Jul 08 2003 Phillip Compton - 0:1.1.2-0.fdr.1 +- Updated to 1.1.2. + +* Sat Jun 28 2003 Phillip Compton - 0:1.1.1-0.fdr.2 +- Added BuildReq gettext. +- Added find_lang. +- Explicitly set permissions on install of icon and desktop entry. +- Changed path of Source0. + +* Mon Jun 23 2003 Phillip Compton - 0:1.1.1-0.fdr.1 +- Updated to 1.1.1. + +* Sun Apr 27 2003 Phillip Compton - 0:1.0-0.fdr.2 +- Applied Spec Patch from Adrian Reber. + +* Fri Apr 25 2003 Phillip Compton - 0:1.0-0.fdr.1 +- Fedorafied. + +* Thu Oct 3 2002 Simon Floery +- description update diff --git a/sources b/sources index e69de29..311508d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f42148bcaac4b6b097cf2055c780bcfc galculator-1.2.3.tar.bz2