53 lines
1.4 KiB
RPMSpec
53 lines
1.4 KiB
RPMSpec
Name: scim-qtimm
|
|
Version: 0.9.4
|
|
Release: 2mamba
|
|
Summary: Qt input method plugin for SCIM (Smart Common Input Method platform)
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.scim-im.org/projects/scimm_qtimm
|
|
Source: http://downloads.sourceforge.net/sourceforge/scim/scim-qtimm-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libscim-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libX11-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Qt input method plugin for SCIM (Smart Common Input Method platform).
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_libdir}/qt3/plugins/inputmethods/libqscim.la
|
|
%{_libdir}/qt3/plugins/inputmethods/libqscim.so
|
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
|
|
|
%changelog
|
|
* Fri Sep 06 2013 Automatic Build System <autodist@mambasoft.it> 0.9.4-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Thu Dec 27 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4-1mamba
|
|
- package created by autospec
|