Author: qboosh Date: Sun Jun 24 17:56:39 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: gmyth.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gmyth.spec diff -u /dev/null SPECS/gmyth.spec:1.1 --- /dev/null Sun Jun 24 19:56:39 2007 +++ SPECS/gmyth.spec Sun Jun 24 19:56:34 2007 @@ -0,0 +1,105 @@ +# $Revision$, $Date$ +Summary: Myth TV library based upon GLib/GObject paradigm +Summary(pl.UTF-8): Biblioteka Myth TV oparta na paradygmacie GLib/GObject +Name: gmyth +Version: 0.3 +Release: 1 +License: LGPL v2+ +Group: Libraries +Source0: http://dl.sourceforge.net/gmyth/%{name}_%{version}.tar.gz +# Source0-md5: f381cc0fb84d4859cf6efa6db421c451 +Patch0: %{name}-link.patch +URL: http://gmyth.sourceforge.net/ +BuildRequires: autoconf >= 2.50 +BuildRequires: automake +BuildRequires: curl-devel +BuildRequires: glib2-devel >= 2.0 +BuildRequires: libtool +BuildRequires: libxml2-devel >= 2.0 +BuildRequires: mysql-devel +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Myth TV library based upon GLib/GObject paradigm. + +%description -l pl.UTF-8 +Biblioteka Myth TV oparta na paradygmacie GLib/GObject. + +%package devel +Summary: Header files for gmyth library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki gmyth +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: curl-devel +Requires: glib2-devel >= 2.0 +Requires: libxml2-devel >= 2.0 + +%description devel +Header files for gmyth library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki gmyth. + +%package static +Summary: Static gmyth library +Summary(pl.UTF-8): Statyczna biblioteka gmyth +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static gmyth library. + +%description static -l pl.UTF-8 +Statyczna biblioteka gmyth. + +%prep +%setup -q -n %{name} +%patch0 -p1 + +%build +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog +%attr(755,root,root) %{_bindir}/gmyth-cat +%attr(755,root,root) %{_libdir}/libgmyth.so.*.*.* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libgmyth.so +%{_libdir}/libgmyth.la +%{_includedir}/gmyth +%{_pkgconfigdir}/gmyth.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/libgmyth.a + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/06/24 17:56:34 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
