From bd10bebf16e04be0361dc1ca5cceaff47eed1795 Mon Sep 17 00:00:00 2001 From: kravietz Date: Thu, 9 Dec 1999 19:00:39 +0000 Subject: [PATCH] - added to repo 740352d878e071d8ca4f811d31af4bd9 tidy.spec Changed files: tidy.spec -> 1.1 --- tidy.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 tidy.spec diff --git a/tidy.spec b/tidy.spec new file mode 100644 index 0000000..9a55026 --- /dev/null +++ b/tidy.spec @@ -0,0 +1,47 @@ +# $Revision: 1.1 $ $Date: 1999-12-09 19:00:39 $ +Summary: Utility to clean up and pretty print HTML files +Summary(pl): Narzêdzie do porz±dkowania kodu HTML +Name: tidy +Version: 30nov99 +Release: 1 +Group: Utilities/Text +Group(pl): Narzêdzia/Tekst +Copyright: BSD +Source: http://www.w3.org/People/Raggett/%{name}%{version}.tgz +URL: http://www.w3.org/People/Raggett/tidy/ +Patch: %{name}%{version}-html.patch.gz +Buildroot: /tmp/%{name}-%{version}-root + +%description +Tidy is utility for cleaning and pretty printing HTML files. It can help +in keeping your WWW sources in unified format (case of tags) and proper +encoding of different character sets. + +%description -l pl +Tidy jest narzêdziem s³u¿±cym do czytelnego formatowania i wy¶wietlania +¼ród³owego kodu HTML. U³atwia utrzymanie porz±dku w ¼ród³ach stron WWW, +utrzymanie jednolitej konwecji (wielko¶æ liter w tagach) oraz poprawnego +kodowania ró¿nych standardów znaków. + +%prep +%setup -q -n %{name}%{version} +%patch + +%build +make CFLAGS="${RPM_OPT_FLAGS}" +cp man_page.txt tidy.1 + +%install +install -d ${RPM_BUILD_ROOT}/usr/bin +install -s tidy ${RPM_BUILD_ROOT}/usr/bin +install -d ${RPM_BUILD_ROOT}/usr/man/man1 +install tidy.1 ${RPM_BUILD_ROOT}/usr/man/man1 + +%clean +rm -rf ${RPM_BUILD_ROOT} + +%files +%defattr(644,root,root,755) +%doc Overview.html release-notes.html grid.gif tidy.gif +%doc /usr/man/man1/tidy.1 +%attr(755,root,root) /usr/bin/tidy -- 2.44.0