]> git.pld-linux.org Git - packages/qalculate-gtk.git/commitdiff
- new (qalculate-kde.spec yet to be done)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 3 Jun 2006 21:12:24 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qalculate-gtk.spec -> 1.1

qalculate-gtk.spec [new file with mode: 0644]

diff --git a/qalculate-gtk.spec b/qalculate-gtk.spec
new file mode 100644 (file)
index 0000000..b0badc4
--- /dev/null
@@ -0,0 +1,70 @@
+Summary:       Modern desktop calculator
+Summary(pl):   Nowoczesny kalkulator
+Name:          qalculate-gtk
+Version:       0.9.4
+Release:       1
+License:       GPL
+Group:         Applications/Math
+Source0:       http://dl.sourceforge.net/qalculate/%{name}-%{version}.tar.gz
+# Source0-md5: ac9adea6799ea4019b5a45869cff3cff
+URL:           http://qalculate.sourceforge.net/
+BuildRequires: cln-devel >= 1.1.0
+BuildRequires: gtk+2-devel >= 2:2.4.0
+BuildRequires: intltool
+BuildRequires: libglade2-devel
+BuildRequires: libgnome-devel >= 2.0.0
+BuildRequires: libqalculate-devel = %{version}
+BuildRequires: libtool
+BuildRequires: libxml2-devel >= 2.3.8
+BuildRequires: rpmbuild(macros) >= 1.197
+BuildRequires: scrollkeeper >= 0.1.4
+Requires(post,postun): scrollkeeper
+Requires:      gnuplot
+Provides:      qalculate = %{version}-%{release}
+Obsoletes:     qalculate
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Qalculate is a modern multi-purpose desktop calculator. It is small
+and simple to use but with much power. Features include arbitrary
+precision, plotting, and a graphical interface (GTK+).
+
+%description -l pl
+Qalculate jest nowoczesnym, wielozadaniowym kalkulatorem. Jest ma³y i
+prosty w u¿yciu, lecz posiada du¿e mo¿liwo¶ci. Podstawowymi cechami
+programu s± nieograniczona precyzja, mo¿liwo¶æ rysowania wykresów i
+graficzny interfejs (GTK+).
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%scrollkeeper_update_post
+
+%postun
+%scrollkeeper_update_postun
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/*
+%{_datadir}/%{name}
+%{_pixmapsdir}/*.png
+%{_omf_dest_dir}/%{name}
This page took 0.177187 seconds and 4 git commands to generate.