Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release-src > by-pkgid > 16447d29b36795465cd68b959ae01dd0 > files > 3

php-cssjanus-1.3.0-1.mga8.src.rpm

Name:		php-cssjanus
Version:	1.3.0
Release:	%mkrel 1
Summary:	Convert CSS stylesheets between left-to-right and right-to-left

Group:          Development/PHP

License:	ASL 2.0
URL:		https://github.com/cssjanus/php-cssjanus
Source0:	https://github.com/cssjanus/php-cssjanus/archive/v%{version}.tar.gz#/php-cssjanus-%{version}.tar.gz
Source1:	https://github.com/cssjanus/cssjanus/raw/v%{version}/test/data.json#/php-cssjanus-data.json

BuildArch:	noarch

BuildRequires:	php-pear-PHPUnit

Requires:	php-pcre

Provides:	php-composer(cssjanus/cssjanus) = %{version}


%description
Convert CSS stylesheets between left-to-right and right-to-left.


%prep
%setup -qn php-cssjanus-%{version}
cp -p %{SOURCE1} test/data-v%{version}.json



%install
mkdir -pm 0755 %{buildroot}%{_datadir}/php/cssjanus
cp -p src/CSSJanus.php %{buildroot}%{_datadir}/php/cssjanus

#disable check, since check system is not yet php 7.2 compatible
#%check
#phpunit --bootstrap src/CSSJanus.php test/


%files
%license APACHE-LICENSE-2.0.txt
%doc README.md
%{_datadir}/php/cssjanus




%changelog
* Thu Mar 12 2020 mokraemer <mokraemer> 1.3.0-1.mga8
+ Revision: 1555799
- new version 1.3.0

* Fri Feb 14 2020 umeabot <umeabot> 1.2.1-2.mga8
+ Revision: 1516198
- Mageia 8 Mass Rebuild

* Sun Sep 30 2018 mokraemer <mokraemer> 1.2.1-1.mga7
+ Revision: 1312066
- new version 1.2.1
+ umeabot <umeabot>
- Mageia 7 Mass Rebuild
- Mageia 7 Mass Rebuild

* Wed Nov 29 2017 mokraemer <mokraemer> 1.2.0-1.mga7
+ Revision: 1180272
- new Version
+ neoclust <neoclust>
- imported package php-cssjanus