Do specjalistow od adapter.awk

Jarosław Kruk jareq w tkdami.net
Pon, 17 Lut 2003, 15:50:42 CET


VItaM

Przygotowałem speca (libpqxx) i przed commitem do repo, przepuściłem go
przez adapter.awk. Niestety nie dopisał on na końcu speca linijki
$Log: libpqxx.spec,v $ przez co nie był generowany Changelog.

Ponieważ skrypt ma kilku autorów, wysyłam zgłoszenie błędu na grupę,
wierząc że tu zostanie on zauważony i usunięty.

PS. W załączniku przesyłam speca który powoduje że adapter.awk nie
dopisuje odpowiedniej linijki.

pozdrawiam
-- 
Sztuczna inteligencja nigdy nie wygra z naturalną głupotą
=========================================================
Jarek Kruk - jareq w tkdami.net
-------------- następna część ---------
Summary:	C++ interface to PostgreSQL
Summary(pl):	Interfejs C++ do PostgreSQL
Name:		libpqxx
Version:	1.4.1
Release:	1
License:	BSD
Group:		Libraries
Source0:	ftp://gborg.postgresql.org/pub/libpqxx/stable/%{name}-%{version}.tar.gz
URL:		http://gborg.postgresql.org/project/libpqxx/projdisplay.php
BuildRequires:	postgresql-devel
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
This package includes library for C++ interface to PostgreSQL.

%description -l pl
Pakiet ten zawiera biblioteki dla interfejsu C++ do PostgreSQL.

%package devel
Summary:	C++ interface to PostgreSQL - development part
Summary(pl):	Interfejs C++ do PostgreSQL - czePae programistyczna
Requires:	%{name} = %{version}
Requires:	postgresql-devel
Group:		Development/Libraries

%description devel
This package includes library and header files for C++ interface.

%description devel -l pl
Pakiet ten zawiera biblioteki i pliki nagłówkowe dla interfejsu C++.

%package static
Summary:	C++ interface to PostgreSQL - static libraries
Summary(pl):	Interfejs C++ do PostgreSQL - biblioteki statyczne
Requires:	%{name}-devel = %{version}
Group:		Development/Libraries

%description static
This package includes static library for interface C++.

%description static -l pl
Pakiet ten zawiera biblioteki statyczne dla interfejsu C++.

%package examples
Summary:	C++ interface to PostgreSQL - examples
Summary(pl):	Interfejs C++ do PostgreSQL - przykładowe programy
Requires:	%{name}-devel = %{version}
Group:		Documentation

%description examples
This package includes examples for interface C++.

%description examples -l pl
Pakiet ten zawiera przykładowe programy dla interfejsu C++.

%prep
%setup -q

%build
%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT

%{__make} install DESTDIR=$RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
cp -a test/test* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}

%clean
rm -rf $RPM_BUILD_ROOT

%post   -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
%attr(755,root,root) %{_libdir}/lib*.so.*.*

%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/lib*.so
%{_libdir}/lib*.la
%{_includedir}/pqxx

%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a

%files examples
%defattr(644,root,root,755)
%{_examplesdir}/%{name}-%{version}

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback w pld.org.pl>
All persons listed below can be reached at <cvs_login>@pld.org.pl



Więcej informacji o liście dyskusyjnej pld-devel-pl