]> git.pld-linux.org Git - packages/tidy.git/blame - tidy.spec
- BR: xz
[packages/tidy.git] / tidy.spec
CommitLineData
47332623 1%define _snap 20091119
bd10bebf 2Summary: Utility to clean up and pretty print HTML files
63037b52 3Summary(pl.UTF-8): Narzędzie do porządkowania kodu HTML
bd10bebf 4Name: tidy
55557e35 5Version: 0.%{_snap}
b7fd6c08 6Release: 1
ebbb6aea 7Epoch: 1
9d2f849d 8License: distributable
6a43e31a 9Group: Applications/Text
47332623
AF
10# tidy projects no longer releases tarballs.
11# cvs -z3 -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy export -D 2009-11-19 tidy
12# tar -cf tidy-20091119.tar tidy;xz -9 -e tidy-20091119.tar
13Source0: tidy-%{_snap}.tar.xz
14# Source0-md5: 0ca49cf79b4f3d25a080234a0bbf8eee
ae958607 15URL: http://tidy.sourceforge.net/
3b6667cf 16BuildRequires: autoconf
17BuildRequires: automake
18BuildRequires: libtool
ea2db9d1 19BuildRequires: tar >= 1:1.22
f9c07c15 20BuildRequires: xz
48397551 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
bd10bebf 22
23%description
e60405c2 24Tidy is utility for cleaning and pretty printing HTML files. It can
25help in keeping your WWW sources in unified format (case of tags) and
26proper encoding of different character sets.
bd10bebf 27
4b5a1aab
JR
28%description -l pl.UTF-8
29Tidy jest narzędziem służącym do czytelnego formatowania i
30wyświetlania źródłowego kodu HTML. Ułatwia utrzymanie porządku w
31źródłach stron WWW, utrzymanie jednolitej konwencji (wielkość liter w
32tagach) oraz poprawnego kodowania różnych standardów znaków.
bd10bebf 33
9d2f849d 34%package devel
39c4f628 35Summary: Tidy header files
63037b52 36Summary(pl.UTF-8): Pliki nagłówkowe biblioteki dla programu Tidy
39c4f628 37Group: Development/Libraries
e891f6af 38Requires: %{name} = %{epoch}:%{version}-%{release}
9d2f849d
MK
39
40%description devel
e67a84ac
JB
41Tidy header files.
42
4b5a1aab
JR
43%description devel -l pl.UTF-8
44Pliki nagłówkowe biblioteki dla programu Tidy.
e67a84ac
JB
45
46%package static
47Summary: Static Tidy library
63037b52 48Summary(pl.UTF-8): Statyczna biblioteka Tidy
e67a84ac 49Group: Development/Libraries
e891f6af 50Requires: %{name}-devel = %{epoch}:%{version}-%{release}
e67a84ac
JB
51
52%description static
53Static Tidy library.
9d2f849d 54
4b5a1aab 55%description static -l pl.UTF-8
e67a84ac 56Statyczna biblioteka Tidy.
9d2f849d 57
bd10bebf 58%prep
47332623 59%setup -q -n %{name}
bd10bebf 60
61%build
47332623 62sh build/gnuauto/setup.sh
3b6667cf 63%configure
9d2f849d
MK
64%{__make}
65
bd10bebf 66%install
19c544cf 67rm -rf $RPM_BUILD_ROOT
e67a84ac 68
3b6667cf 69%{__make} install \
e67a84ac 70 DESTDIR=$RPM_BUILD_ROOT
6a43e31a 71
bd10bebf 72%clean
19c544cf 73rm -rf $RPM_BUILD_ROOT
bd10bebf 74
e67a84ac
JB
75%post -p /sbin/ldconfig
76%postun -p /sbin/ldconfig
77
bd10bebf 78%files
638a6fe6 79%defattr(644,root,root,755)
3f1739a5 80%doc htmldoc/*
9347d748
JB
81%attr(755,root,root) %{_bindir}/tab2space
82%attr(755,root,root) %{_bindir}/tidy
83%attr(755,root,root) %{_libdir}/libtidy-0.99.so.*.*.*
84%attr(755,root,root) %ghost %{_libdir}/libtidy-0.99.so.0
9d2f849d
MK
85
86%files devel
87%defattr(644,root,root,755)
9347d748
JB
88%attr(755,root,root) %{_libdir}/libtidy.so
89%{_libdir}/libtidy.la
90%{_includedir}/buffio.h
91%{_includedir}/platform.h
92%{_includedir}/tidy*.h
e67a84ac
JB
93
94%files static
95%defattr(644,root,root,755)
9347d748 96%{_libdir}/libtidy.a
This page took 0.133472 seconds and 4 git commands to generate.