Author: wolvverine Date: Thu Nov 1 06:17:57 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new, TODO:BR,description
---- Files affected: SPECS: liboglappth.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/liboglappth.spec diff -u /dev/null SPECS/liboglappth.spec:1.1 --- /dev/null Thu Nov 1 07:17:57 2007 +++ SPECS/liboglappth.spec Thu Nov 1 07:17:52 2007 @@ -0,0 +1,89 @@ +# $Revision$, $Date$ +Summary: - +Summary(pl.UTF-8): -j +Name: liboglappth +Version: 0.96 +Release: 0.1 +License: GPL +Group: Libraries +Source0: http://bioinformatics.org/ghemical/download/current/%{name}-%{version}.tar.gz +# Source0-md5: babb1907ca0a52c6879c003239701217 +URL: http://bioinformatics.org/ghemical/ghemical/index.html +BuildRequires: libstdc++-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +- + +%description -l pl.UTF-8 +- + +%package devel +Summary: Header files for liboglappth library +Summary(pl.UTF-8): Pliki nagłówkowe bibliotekliboglappth +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: libstdc++-devel + +%description devel +Header files for liboglappth library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe bibliotekliboglappth. + +%package static +Summary: Static liboglappth library +Summary(pl.UTF-8): Statyczna biblioteka liboglappth +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static liboglappth library. + +%description static -l pl.UTF-8 +Statyczna biblioteka liboglappth. + +%prep +%setup -q + +%build +%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) %{_libdir}/%{name}.so.*.*.* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/%{name}.so +%{_libdir}/%{name}.la +%{_includedir}/oglappth +%{_pkgconfigdir}/%{name}.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/%{name}.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/11/01 06:17:52 wolvverine +- new, TODO:BR,description + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
