diff --git a/README.md b/README.md index d617998..8b0c917 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libkmahjongg +The library used for loading and rendering of Mahjongg tilesets and associated backgrounds, used by KMahjongg and KShisen. + diff --git a/libkmahjongg.spec b/libkmahjongg.spec new file mode 100644 index 0000000..ad93826 --- /dev/null +++ b/libkmahjongg.spec @@ -0,0 +1,114 @@ +Name: libkmahjongg +Version: 4.13.0 +Release: 1mamba +Summary: KDE library used for loading and rendering of Mahjongg tilesets and associated backgrounds +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/libkmahjongg-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: kdelibs-devel +BuildRequires: libgcc +BuildRequires: libkdegames-devel +BuildRequires: libqt4-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRequires: automoc4 +BuildRequires: cmake +Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}} +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The library used for loading and rendering of Mahjongg tilesets and associated backgrounds, used by KMahjongg and KShisen. + +%package devel +Group: Development/Libraries +Summary: Development files for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: kdelibs-devel + +%description devel +This package contains libraries and header files for developing applications that use %{name}. + +%debug_package + +%prep +%setup -q + +%build +%cmake_kde4 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post +/sbin/ldconfig +exit 0 + +%postun +/sbin/ldconfig +exit 0 + +%files +%defattr(-,root,root) +%{_kde4_libdir}/libkmahjongglib.so.* +%dir %{_kde4_datadir}/kmahjongglib +%dir %{_kde4_datadir}/kmahjongglib/backgrounds +%{_kde4_datadir}/kmahjongglib/backgrounds/* +%dir %{_kde4_datadir}/kmahjongglib/tilesets +%{_kde4_datadir}/kmahjongglib/tilesets/* +%doc COPYING COPYING.DOC COPYING.LIB + +%files devel +%defattr(-,root,root) +%{_kde4_includedir}/*.h +%{_kde4_libdir}/libkmahjongglib.so + +%changelog +* Thu Apr 17 2014 Automatic Build System 4.13.0-1mamba +- automatic version update by autodist + +* Tue Apr 01 2014 Automatic Build System 4.12.4-1mamba +- automatic version update by autodist + +* Wed Mar 05 2014 Automatic Build System 4.12.3-1mamba +- automatic version update by autodist + +* Wed Feb 05 2014 Automatic Build System 4.12.2-1mamba +- automatic version update by autodist + +* Tue Jan 14 2014 Automatic Build System 4.12.1-1mamba +- automatic version update by autodist + +* Thu Dec 19 2013 Automatic Build System 4.12.0-1mamba +- automatic version update by autodist + +* Thu Dec 05 2013 Automatic Build System 4.11.4-1mamba +- automatic version update by autodist + +* Wed Nov 06 2013 Automatic Build System 4.11.3-1mamba +- automatic version update by autodist + +* Tue Oct 01 2013 Automatic Build System 4.11.2-1mamba +- automatic version update by autodist + +* Wed Sep 04 2013 Automatic Build System 4.11.1-1mamba +- automatic version update by autodist + +* Wed Aug 14 2013 Automatic Build System 4.11.0-1mamba +- automatic version update by autodist + +* Tue Jul 02 2013 Automatic Build System 4.10.5-1mamba +- automatic version update by autodist + +* Mon Jun 10 2013 Silvan Calarco 4.10.4-1mamba +- package created by silvan using the webbuild interface