]> git.pld-linux.org Git - packages/tidy.git/blob - tidy.spec
b1df7da72a0da000debf389a2ea42f8ce7c33c6a
[packages/tidy.git] / tidy.spec
1 Summary:        Utility to clean up and pretty print HTML files
2 Summary(pl):    Narzêdzie do porz±dkowania kodu HTML
3 Name:           tidy
4 Version:        0.20030702
5 Release:        1
6 License:        distributable
7 Group:          Applications/Text
8 Source0:        http://tidy.sf.net/src/tidy_src.tgz
9 # Source0-md5:  09e048c9aec1b72bc05bef97d1d28a89
10 Source1:        http://tidy.sf.net/docs/tidy_docs.tgz
11 # Source1-md5:  54ab968e177bc92495fce324c18f8b52
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 URL:            http://tidy.sf.net/
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Tidy is utility for cleaning and pretty printing HTML files. It can
20 help in keeping your WWW sources in unified format (case of tags) and
21 proper encoding of different character sets.
22
23 %description -l pl
24 Tidy jest narzêdziem s³u¿±cym do czytelnego formatowania i
25 wy¶wietlania ¼ród³owego kodu HTML. U³atwia utrzymanie porz±dku w
26 ¼ród³ach stron WWW, utrzymanie jednolitej konwecji (wielko¶æ liter w
27 tagach) oraz poprawnego kodowania ró¿nych standardów znaków.
28
29 %package devel
30 Summary:        Tidy header & static library files.
31 Summary(pl):    Pliki nag³ówkowe i biblioteki dla programu Tidy.
32 Group:          Developement
33
34 %description devel
35 Tidy header & static library files
36
37 %description -l pl devel
38 Pliki nag³ówkowe i biblioteki dla programu Tidy.
39
40 %prep
41 %setup -q -n %{name}
42 %setup -q -b1 -n %{name}
43
44 %build
45 cp -af build/gnuauto/* .
46 %{__libtoolize}
47 %{__aclocal}
48 %{__automake}
49 %{__autoconf}
50 %configure
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 %{__make} install \
56     DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc htmldoc/*
64 %attr(755,root,root) %{_bindir}/*
65 %attr(755,root,root) %{_libdir}/*.so.*
66
67 %files devel
68 %defattr(644,root,root,755)
69 %{_includedir}/*.h
70 %{_libdir}/*.a
71 %{_libdir}/*.la
72 %attr(755,root,root) %{_libdir}/*.so
This page took 0.093439 seconds and 2 git commands to generate.