SPECS: perl2html.spec - added missing rcs tags, cleanups
qboosh
qboosh at pld-linux.org
Sun Apr 2 00:34:05 CEST 2006
Author: qboosh Date: Sat Apr 1 22:34:05 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added missing rcs tags, cleanups
---- Files affected:
SPECS:
perl2html.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/perl2html.spec
diff -u SPECS/perl2html.spec:1.1 SPECS/perl2html.spec:1.2
--- SPECS/perl2html.spec:1.1 Mon Mar 27 14:13:33 2006
+++ SPECS/perl2html.spec Sun Apr 2 00:34:00 2006
@@ -1,9 +1,6 @@
-# $Revision$
-#
-# Conditional build:
-#
+# $Revision$, $Date$
Summary: perl2html - converts perl files to HTML
-Summary(pl): perl2html - konwerter źródeł perl na HTML
+Summary(pl): perl2html - konwerter źródeł perlowych do HTML-a
Name: perl2html
Version: 0.9.2
Release: 0.1
@@ -17,17 +14,17 @@
BuildRequires: automake
BuildRequires: libtool
Requires: flex
-Provides: perl2html
Conflicts: perl-Pod-Tree
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-perl2html highlights perl-language sources like emacs does. Output is in
-HTML format. Also works as CGI to convert files on the fly.
+perl2html highlights perl-language sources like emacs does. Output is
+in HTML format. Also works as CGI to convert files on the fly.
%description -l pl
-perl2html podświetla składnię źródeł perl podobnie jak emacs. Wyjście jest
-w formacie HTML. Działa także jako CGI konwertując pliki w locie.
+perl2html podświetla składnię źródeł w Perlu podobnie jak emacs.
+Wyjście jest w formacie HTML. Działa także jako CGI konwertując pliki
+w locie.
%prep
%setup -q
@@ -41,16 +38,10 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/bin/
-install -d $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}
-install -d $RPM_BUILD_ROOT/usr/share/man/man1/
-install -c -m 644 perl2html.1 $RPM_BUILD_ROOT/usr/share/man/man1/perl2html.1
-install -c -m 644 AUTHORS $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}
-install -c -m 644 COPYING $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}
-install -c -m 644 NEWS $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}
-install -c -m 644 README $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}
-install -c -m 755 perl2html $RPM_BUILD_ROOT/usr/bin
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install perl2html $RPM_BUILD_ROOT%{_bindir}
+install perl2html.1 $RPM_BUILD_ROOT%{_mandir}/man1/perl2html.1
%clean
rm -rf $RPM_BUILD_ROOT
@@ -58,11 +49,17 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS COPYING NEWS README
-%{_mandir}/man1/perl2html.*
%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/perl2html.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.2 2006/04/01 22:34:00 qboosh
+- added missing rcs tags, cleanups
+
+Revision 1.1 2006/03/27 12:13:33 bartowl
+- new package, prepared&tested by Marcin Biczan <bibiak at magma-net.pl>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl2html.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list