rpms/libqalculate/devel libqalculate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Fri Oct 14 17:38:34 UTC 2005


Author: deji

Update of /cvs/extras/rpms/libqalculate/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18163/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libqalculate.spec 
Log Message:
auto-import libqalculate-0.8.2-1 on branch devel from libqalculate-0.8.2-1.src.rpm


--- NEW FILE libqalculate.spec ---
Summary: Multi-purpose calculator library
Name: libqalculate
Version: 0.8.2
Release: 1
License: GPL
Group: System Environment/Libraries
URL: http://qalculate.sourceforge.net/
Source0: http://dl.sf.net/sourceforge/qalculate/libqalculate-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel, cln-devel
BuildRequires: libxml2-devel >= 2.3.8
BuildRequires: readline-devel, ncurses-devel

%description
This library underpins the Qalculate! multi-purpose desktop calculator for
GNU/Linux

%package devel
Summary: Development tools for the Qalculate calculator library
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: glib2-devel, libxml2-devel, cln-devel

%description devel
The libqalculate-devel package contains the header files needed for development
with libqalculate.

%package -n qalculate
Summary: Multi-purpose calculator, text mode interface
Group: Applications/Engineering
Requires: %{name} = %{version}-%{release}

%description -n qalculate
Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is
small and simple to use but with much power and versatility underneath.
Features include customizable functions, units, arbitrary precision, plotting.
This package provides the text-mode interface for Qalculate!

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%find_lang %{name}
rm -f %{buildroot}/%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING TODO
%{_libdir}/libqalculate.so.*
%{_datadir}/qalculate/

%files devel
%defattr(-,root,root,-)
%{_libdir}/libqalculate.so
%{_libdir}/pkgconfig/libqalculate.pc
%{_includedir}/libqalculate/

%files -n qalculate
%defattr(-,root,root,-)
%{_bindir}/qalc

%changelog
* Tue Oct 11 2005 Paul Howarth <paul at city-fan.org> - 0.8.2-1
- Split off separate qalculate subpackage
- Update to 0.8.2

* Mon Oct 10 2005 Paul Howarth <paul at city-fan.org> - 0.8.1.2-2
- Don't include static libraries
- Include license text
- Don't include README, which only contains a URL
- Include AUTHORS & TODO
- Remove redundant manual dependencies
- Split off separate devel subpackage
- Be more explicit in %%files list
- Add %%post and %%postun scripts to run ldconfig
- Use DESTDIR with make instead of %%makeinstall
- Add buildreqs readline-devel and ncurses-devel

* Wed Oct 05 2005 Deji Akingunola <deji.aking at gmail.com> - 0.8.1.2-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libqalculate/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Oct 2005 17:38:06 -0000	1.1
+++ .cvsignore	14 Oct 2005 17:38:32 -0000	1.2
@@ -0,0 +1 @@
+libqalculate-0.8.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libqalculate/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Oct 2005 17:38:06 -0000	1.1
+++ sources	14 Oct 2005 17:38:32 -0000	1.2
@@ -0,0 +1 @@
+69824de52bea915f5cc00ed6e3b905c9  libqalculate-0.8.2.tar.gz




More information about the fedora-extras-commits mailing list