Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:python
python-rcssmin
python-rcssmin.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-rcssmin.spec of Package python-rcssmin
# # spec file # # Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?sle15_python_module_pythons} %define mod_name rcssmin Name: python-%{mod_name} Version: 1.1.2 Release: 0 Summary: RCSSmin is a CSS Minifier Written in Python License: Apache-2.0 Group: Development/Languages/Python URL: http://opensource.perlig.de/rcssmin/ Source: https://files.pythonhosted.org/packages/source/r/%{mod_name}/%{mod_name}-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description rCSSmin is a CSS minifier written in python. The minifier is based on the semantics of the YUI compressor, which itself is based on the rule list by Isaac Schlueter. This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). rCSSmin does syntactical compression only (removing spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). It does, however, support various CSS hacks (by keeping them working as intended). %package -n %{name}-docs Summary: Documentation files for %name Group: Documentation/HTML %description -n %{name}-docs HTML Documentation and examples for %name. %prep %setup -q -n %{mod_name}-%{version} %build %python_build %install %python_install rm -rf %{buildroot}/usr/share/doc/rcssmin %files %{python_files} %defattr(-,root,root,-) %doc README.md docs/CHANGES %license LICENSE %{python_sitearch}/* %files -n %{name}-docs %doc docs/_userdoc/ %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor