automatic rebuild by autodist [release 0.9.4-2mamba;Fri Sep 06 2013]
This commit is contained in:
parent
565138c8f1
commit
b6ab45f816
@ -1,2 +1,4 @@
|
|||||||
# scim-qtimm
|
# scim-qtimm
|
||||||
|
|
||||||
|
Qt input method plugin for SCIM (Smart Common Input Method platform).
|
||||||
|
|
||||||
|
52
scim-qtimm.spec
Normal file
52
scim-qtimm.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user