automatic rebuild by autodist [release 0.9.4-2mamba;Fri Sep 06 2013]

This commit is contained in:
Automatic Build System 2024-01-05 17:40:07 +01:00
parent 565138c8f1
commit b6ab45f816
2 changed files with 54 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# scim-qtimm
Qt input method plugin for SCIM (Smart Common Input Method platform).

52
scim-qtimm.spec Normal file
View File

@ -0,0 +1,52 @@
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