From 7e7d0fa575035ae7b36427562265cef91862b782 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 17 2013 11:37:07 +0000 Subject: import libgxim-0.5.0-1.el7.src.rpm --- diff --git a/.libgxim.metadata b/.libgxim.metadata new file mode 100644 index 0000000..d0cbd79 --- /dev/null +++ b/.libgxim.metadata @@ -0,0 +1 @@ +177919c533bd1b2e96ed5b0c5c0ea8607f0d6013 SOURCES/libgxim-0.5.0.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/libgxim.spec b/SPECS/libgxim.spec new file mode 100644 index 0000000..9553502 --- /dev/null +++ b/SPECS/libgxim.spec @@ -0,0 +1,134 @@ +Name: libgxim +Version: 0.5.0 +Release: 1%{?dist} +License: LGPLv2+ +URL: http://tagoh.bitbucket.org/libgxim/ +BuildRequires: intltool gettext ruby +BuildRequires: glib2-devel >= 2.26, gtk2-devel +Source0: http://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz2 + +Summary: GObject-based XIM protocol library +Group: System Environment/Libraries + +%description +libgxim is a X Input Method protocol library that is implemented by GObject. +this library helps you to implement XIM servers or client applications to +communicate through XIM protocol without using Xlib API directly, particularly +if your application uses GObject-based main loop. + +This package contains the shared library. + +%package devel +Summary: Development files for libgxim +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig +Requires: glib2-devel >= 2.26.0 +Requires: gtk2-devel + +%description devel +libgxim is a X Input Method protocol library that is implemented by GObject. +this library helps you to implement XIM servers or client applications to +communicate through XIM protocol without using Xlib API directly, particularly +if your application uses GObject-based main loop. + +This package contains the development files to make any applications with +libgxim. + +%prep +%setup -q + + +%build +%configure --disable-static --disable-rebuilds + +make %{?_smp_mflags} + + +%install +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" + +# clean up the unnecessary files +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la + +%find_lang %{name} + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files -f %{name}.lang +%doc AUTHORS COPYING ChangeLog README +%{_libdir}/libgxim.so.* + +%files devel +%doc AUTHORS COPYING ChangeLog README +%{_libdir}/libgxim.so +%{_libdir}/pkgconfig/*.pc +%{_includedir}/libgxim +%{_datadir}/gtk-doc/html/libgxim + +%changelog +* Fri Feb 8 2013 Akira TAGOH - 0.5.0-1 +- New upstream release. + +* Fri Nov 23 2012 Akira TAGOH - 0.4.0-1 +- New upstream release. + +* Thu Jul 19 2012 Fedora Release Engineering - 0.3.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.3.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 06 2011 Adam Jackson - 0.3.3-5 +- Rebuild for new libpng + +* Tue Feb 08 2011 Fedora Release Engineering - 0.3.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Apr 3 2009 Akira TAGOH - 0.3.3-2 +- Fix an error message about FontSet. + +* Thu Apr 2 2009 Akira TAGOH - 0.3.3-1 +- New upstream release. + - partly including a fix of freeze issue with switching (#488877) + +* Tue Mar 3 2009 Akira TAGOH - 0.3.2-4 +- Fix destroying a window unexpectedly. (#488223) + +* Mon Mar 2 2009 Akira TAGOH - 0.3.2-3 +- Backport a patch to fix the unknown event issue. + +* Wed Feb 25 2009 Fedora Release Engineering - 0.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Jan 13 2009 Akira TAGOH - 0.3.2-1 +- New upstream release. + +* Thu Oct 23 2008 Akira TAGOH - 0.3.1-1 +- New upstream release. + +* Tue Oct 14 2008 Akira TAGOH - 0.3.0-1 +- New upstream release. + - Have a workaround to avoid the race condition issue. (#452849) + - Fix a freeze issue with ibus. (#465431) + +* Wed Sep 17 2008 Akira TAGOH - 0.2.0-1 +- New upstream release. + - Fix discarding some packets when reconnecting. + - Fix invalid memory access. + +* Fri Aug 29 2008 Akira TAGOH - 0.1.1-1 +- New upstream release. + +* Thu Aug 28 2008 Akira TAGOH - 0.1.0-2 +- clean up the spec file a bit. + +* Mon Aug 25 2008 Akira TAGOH - 0.1.0-1 +- Initial package. +