From b6ab45f8167cc82634fbe4e762e71bf1aee02802 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:40:07 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.9.4-2mamba;Fri Sep 06 2013] --- README.md | 2 ++ scim-qtimm.spec | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 scim-qtimm.spec diff --git a/README.md b/README.md index cfac6c9..e5171b1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # scim-qtimm +Qt input method plugin for SCIM (Smart Common Input Method platform). + diff --git a/scim-qtimm.spec b/scim-qtimm.spec new file mode 100644 index 0000000..57a7a3f --- /dev/null +++ b/scim-qtimm.spec @@ -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 +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 0.9.4-2mamba +- automatic rebuild by autodist + +* Thu Dec 27 2007 Silvan Calarco 0.9.4-1mamba +- package created by autospec