rpm2html 0.99 po polsku

Andrzej Baginski abagi w idk.com.pl
Pon, 28 Wrz 1998, 11:24:36 CEST


On Sun, 27 Sep 1998, Wojtek Slusarczyk wrote:

> 
> On Sat, 26 Sep 1998, Andrzej Baginski wrote:
> 
> > Jakby co to dajcie znać o błędach lub innych potknięciach.
> Zrobiny i poprawiony jest na magellanie ...
> na razie,

Znalazłem moje małe niedociągnięcie w sekcji Summary rpm2html.spec.
Załączam poprawionego speca.


Andrzej

 IDK Internet Sevices   |  e-mail: Andrzej.Baginski w idk.com.pl              
------------------------|--------------------------------------------------
Czlonek zalozyciel PKFL |  ul. Lakowa 37/38      |  http://www.idk.com.pl   
  http://www.pkfl.com   |  80-769 Gdansk, Poland |  Tel/Fax: +48 58 3013596 
-------------- następna część ---------
Summary: Translates rpm database into HTML and RDF info
Summary(pl): Generuje informacje o bazie RPM w formacie HTML i RDF
Name: rpm2html 
Version: 0.99
Release: 2d
Group: Utilities/System
Source: ftp://rufus.w3.org/pub/rpm2html/%{name}-%{version}.tar.gz
URL: http://rufus.w3.org/linux/rpm2html/
Copyright: W3C Copyright (BSD like).
BuildRoot: /tmp/%{name}-%{version}-%{release}-root
Provides: rpm2html

%description
Rpm2html tries to solve 2 big problems one face when
grabbing a RPM package from a mirror on the net and trying to
install it:
   - it gives more information than just the filename before
     installing the package.
   - it tries to solve the dependancy problem by analyzing all
     the Provides and Requires of the set of RPMs. It shows the
     cross references by the way of hypertext links. 
Rpm2html can now dump the metadata associated to RPM packages into
standard RDF files.

%description -l pl
Rpm2html próbuje rozwiązać 2 wielkie problemy gdy chcesz
ściągnąć nowy pakiet z sieci i próbujesz go zainstalować:
   - daje więcej informacji niż sama nazwa pakietu
   - próbuje rozwiązać problem zależności poprzez analizę
     wszystkich Provides i Requires w grupie RPMów. Pokazuje
     zależności w formie hiper-połączeń.
Rpm2html potrafi teraz zrzucić metadane wystepujące w pakietach
RPM do plików standardu RDF.

%prep
%setup -q

%build
CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr --sysconfdir=/etc
make

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/usr/{bin,man/man1,share/rpm2html}
install -d $RPM_BUILD_ROOT/etc
install -s rpm2html $RPM_BUILD_ROOT/usr/bin
install msg.fr $RPM_BUILD_ROOT/usr/share/rpm2html
install msg.es $RPM_BUILD_ROOT/usr/share/rpm2html
install msg.de $RPM_BUILD_ROOT/usr/share/rpm2html
install msg.pl $RPM_BUILD_ROOT/usr/share/rpm2html
install rpm2html.config  $RPM_BUILD_ROOT/etc
install rpm2html.1  $RPM_BUILD_ROOT/usr/man/man1/rpm2html.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root, 755)
%doc CHANGES BUGS Copyright PRINCIPLES README  
%doc rpm2html-cdrom.config rpm2html-en.config
%doc rpm2html.config.mirrors rpm2html-fr.config
%doc rpm2html.config.resources rpm2html-rdf.config
%attr(711,root,root) /usr/bin/rpm2html
%dir /usr/share/rpm2html
/usr/share/rpm2html/*
%config %verify(not size mtime md5) /etc/rpm2html.config
%attr(644,root,man) /usr/man/man1/*.1

%changelog
* Sun Sep 27 1998 Wojtek Ślusarczyk <wojtek w shadow.eu.org>
[0.99-2d]
- start at the spec file prepared by A. Bagiński <abagi w idk.com.pl>,
- restricted ELF binaries permissions,
- build against Tornado,
- minor modifications.



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