100 lines
2.9 KiB
RPMSpec
100 lines
2.9 KiB
RPMSpec
|
Name: libaiksaurus
|
||
|
Version: 1.2.1
|
||
|
Release: 4mamba
|
||
|
Summary: AikSaurus is a GPL'd thesaurus library for C++
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://sourceforge.net/projects/aiksaurus/
|
||
|
Source: http://downloads.sourceforge.net/sourceforge/aiksaurus/aiksaurus-%{version}.tar.gz
|
||
|
Patch0: %{name}-1.2.1-gcc43.patch
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libatk-devel
|
||
|
BuildRequires: libcairo-devel
|
||
|
BuildRequires: libexpat-devel
|
||
|
BuildRequires: libfontconfig-devel
|
||
|
BuildRequires: libfreetype-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libglib-devel
|
||
|
BuildRequires: libglitz-devel
|
||
|
BuildRequires: libgtk-devel
|
||
|
BuildRequires: libpango-devel
|
||
|
BuildRequires: libpixman-devel
|
||
|
BuildRequires: libpng-devel
|
||
|
BuildRequires: libselinux-devel
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: libX11-devel
|
||
|
BuildRequires: libXau-devel
|
||
|
BuildRequires: libxcb-devel
|
||
|
BuildRequires: libxcb-util-devel
|
||
|
BuildRequires: libXdmcp-devel
|
||
|
BuildRequires: libXrender-devel
|
||
|
BuildRequires: libz-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
AikSaurus is a GPL'd thesaurus library for C++.
|
||
|
It returns many results, separated by part-of-speech information.
|
||
|
The library itself has no particular GUI, and it can be used with any interface you'd like to create for it.
|
||
|
|
||
|
%package devel
|
||
|
Group: Development/Libraries
|
||
|
Summary: Static libraries and headers for %{name}
|
||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
|
||
|
%description devel
|
||
|
AikSaurus is a GPL'd thesaurus library for C++.
|
||
|
It returns many results, separated by part-of-speech information.
|
||
|
The library itself has no particular GUI, and it can be used with any interface you'd like to create for it.
|
||
|
|
||
|
This package contains static libraries and header files need for development.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n aiksaurus-%{version}
|
||
|
%patch0 -p1
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%post -p /sbin/ldconfig
|
||
|
%postun -p /sbin/ldconfig
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%doc AUTHORS COPYING ChangeLog README README.W32
|
||
|
%{_bindir}/*
|
||
|
%{_libdir}/*.so.*
|
||
|
%{_datadir}/aiksaurus/*
|
||
|
|
||
|
%files devel
|
||
|
%defattr(-,root,root)
|
||
|
%{_includedir}/Aiksaurus/*
|
||
|
%{_libdir}/*.la
|
||
|
%{_libdir}/*.so
|
||
|
%{_libdir}/pkgconfig/*.pc
|
||
|
|
||
|
%changelog
|
||
|
* Fri Jul 12 2013 Automatic Build System <autodist@mambasoft.it> 1.2.1-4mamba
|
||
|
- automatic rebuild by autodist
|
||
|
|
||
|
* Mon May 18 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-3mamba
|
||
|
- specfile updated and rebuilt
|
||
|
|
||
|
* Fri Jul 07 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 1.2.1-2qilnx
|
||
|
- specfile fixed and updated
|
||
|
|
||
|
* Tue Aug 09 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 1.2.1-1qilnx
|
||
|
- package created by autospec
|