Accepting request 254725 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/254725 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tidyp?expand=0&rev=10
This commit is contained in:
commit
dfec732674
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 10:45:25 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Remove ancient specfile tags and sections
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 13:15:52 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
19
tidyp.spec
19
tidyp.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tidyp
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,20 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: tidyp
|
||||
Version: 1.04
|
||||
Release: 1
|
||||
Release: 0
|
||||
Summary: Utility to Clean Up and Pretty-print HTML, XHTML or XML Markup
|
||||
Group: Productivity/Publishing/HTML/Tools
|
||||
License: W3C
|
||||
Group: Productivity/Publishing/HTML/Tools
|
||||
Url: http://tidy.sourceforge.net/
|
||||
Source0: http://github.com//downloads/petdance/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: doxygen
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -41,10 +39,8 @@ Furthermore, it can convert plain HTML to XHTML. For generic XML files, Tidy is
|
||||
limited to correcting basic well-formedness errors and pretty printing.
|
||||
|
||||
%package -n libtidyp-1_04-0
|
||||
License: W3C
|
||||
Summary: Library to Clean Up and Pretty-print HTML, XHTML or XML Markup
|
||||
Group: Productivity/Publishing/HTML/Tools
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n libtidyp-1_04-0
|
||||
TidyLib is a library for cleaning up and pretty printing HTML, XHTML and XML
|
||||
@ -59,11 +55,9 @@ There is a commandline frontend for this library, contained in the package
|
||||
"tidy".
|
||||
|
||||
%package -n libtidyp-devel
|
||||
License: W3C
|
||||
Summary: Include Files and Libraries for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libtidyp-1_04-0 = %{version} glibc-devel
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n libtidyp-devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
@ -81,16 +75,13 @@ make %{?_smp_mflags} all
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/libtidyp.la
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -n libtidyp-1_04-0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libtidyp-1_04-0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
/usr/bin/tidyp
|
||||
%_bindir/tidyp
|
||||
|
||||
%files -n libtidyp-1_04-0
|
||||
%defattr(-, root, root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user