rpms/speedcrunch/FC-5 speedcrunch.desktop, NONE, 1.1 speedcrunch.spec, NONE, 1.1

Roland Wolters (liquidat) fedora-extras-commits at redhat.com
Sun Feb 25 02:05:54 UTC 2007


Author: liquidat

Update of /cvs/extras/rpms/speedcrunch/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23672

Added Files:
	speedcrunch.desktop speedcrunch.spec 
Log Message:
FC-5 branch creation


--- NEW FILE speedcrunch.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Speedcrunch
GenericName=Power User Calculator
Comment=A power user calculator
Exec=speedcrunch
Terminal=false
Type=Application
Categories=Utility;Engneering;
Version=0.7-beta2



--- NEW FILE speedcrunch.spec ---
Name:           speedcrunch
Version:        0.7
Release:        0.4.beta2%{?dist}
Summary:        A fast power user calculator for KDE

Group:          Applications/Engineering
License:        GPL
URL:            http://speedcrunch.digitalfanatics.org
Source0:        http://speedcrunch.digitalfanatics.org/downloads/speedcrunch-0.7-beta2.tar.gz
Source1:        speedcrunch.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cmake qt4-devel desktop-file-utils
#Requires:       

%description
SpeedCrunch is a fast, high precision and powerful desktop calculator.
Among its distinctive features are a scrollable display, up to 50 decimal
precisions, unlimited variable storage, intelligent automatic completion
full keyboard-friendly and more than 15 built-in math function.

%prep
%setup -qn speedcrunch-0.7-beta2
sed -i 's/\r//' COPYING ChangeLog README

%build
mkdir fedora
cd fedora
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
export FFLAGS="$RPM_OPT_FLAGS"
cmake .. \
        -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
        -DBUILD_SHARED_LIBS:BOOL=ON
make VERBOSE=1 %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
cd fedora
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install --vendor=""                              \
        --dir=%{buildroot}%{_datadir}/applications/kde   \
        %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README
%{_bindir}/speedcrunch
%{_datadir}/applications/kde/speedcrunch.desktop
%{_datadir}/crunch

%changelog

* Thu Feb 22 2007 Roland Wolters <wolters.liste at gmx.net> 0.7-0.4.beta2
- changed the version numbering

* Thu Feb 22 2007 Roland Wolters <wolters.liste at gmx.net> 0.7-beta2.3
- Added main category to desktop file

* Thu Feb 15 2007 Roland Wolters <wolters.liste at gmx.net> 0.7-beta2.2
- corrected spaces/tabs mixing in spec file
- corrected end-line-encoding

* Tue Feb 13 2007 Roland Wolters <wolters.liste at gmx.net> 0.7-beta2.1
- initial build





More information about the fedora-extras-commits mailing list