Blame rubygem-jquery-ui-rails.spec

Josef Stribny 3716b78
# Generated from jquery-ui-rails-5.0.0.gem by gem2rpm -*- rpm-spec -*-
Josef Stribny 3716b78
%global gem_name jquery-ui-rails
Josef Stribny 3716b78
Josef Stribny 3716b78
Name: rubygem-%{gem_name}
403bcd9
Version: 6.0.1
403bcd9
Release: 1%{?dist}
Josef Stribny 3716b78
Summary: jQuery UI packaged for the Rails asset pipeline
Josef Stribny 3716b78
License: MIT
Josef Stribny 3716b78
URL: https://github.com/joliss/jquery-ui-rails
Josef Stribny 3716b78
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Josef Stribny 3716b78
BuildRequires: ruby(release)
Josef Stribny 3716b78
BuildRequires: rubygems-devel >= 1.3.6
Josef Stribny 3716b78
BuildRequires: ruby 
Josef Stribny 3716b78
BuildArch: noarch
Josef Stribny 3716b78
Josef Stribny 3716b78
%description
Josef Stribny 3716b78
jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset
Josef Stribny 3716b78
pipeline.
Josef Stribny 3716b78
Josef Stribny 3716b78
Josef Stribny 3716b78
%package doc
Josef Stribny 3716b78
Summary: Documentation for %{name}
Josef Stribny 3716b78
Requires: %{name} = %{version}-%{release}
Josef Stribny 3716b78
BuildArch: noarch
Josef Stribny 3716b78
Josef Stribny 3716b78
%description doc
Josef Stribny 3716b78
Documentation for %{name}.
Josef Stribny 3716b78
Josef Stribny 3716b78
%prep
Josef Stribny 3716b78
gem unpack %{SOURCE0}
Josef Stribny 3716b78
Josef Stribny 3716b78
%setup -q -D -T -n  %{gem_name}-%{version}
Josef Stribny 3716b78
Josef Stribny 3716b78
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
Josef Stribny 3716b78
Josef Stribny 3716b78
%build
Josef Stribny 3716b78
gem build %{gem_name}.gemspec
Josef Stribny 3716b78
Josef Stribny 3716b78
%gem_install
Josef Stribny 3716b78
Josef Stribny 3716b78
%install
Josef Stribny 3716b78
mkdir -p %{buildroot}%{gem_dir}
Josef Stribny 3716b78
cp -a .%{gem_dir}/* \
Josef Stribny 3716b78
        %{buildroot}%{gem_dir}/
Josef Stribny 3716b78
Josef Stribny 3716b78
Josef Stribny 3716b78
%files
Josef Stribny 3716b78
%dir %{gem_instdir}
Josef Stribny 3716b78
%{gem_libdir}
Josef Stribny 3716b78
%exclude %{gem_cache}
Josef Stribny 3716b78
%exclude %{gem_instdir}/.gitignore
Josef Stribny 3716b78
%exclude %{gem_instdir}/.gitmodules
Josef Stribny 3716b78
%exclude %{gem_instdir}/.travis.yml
Josef Stribny 3716b78
%{gem_spec}
Josef Stribny 3716b78
%license %{gem_instdir}/License.txt
Josef Stribny 3716b78
%{gem_instdir}/app
Josef Stribny 3716b78
Josef Stribny 3716b78
%files doc
Josef Stribny 3716b78
%doc %{gem_docdir}
Josef Stribny 3716b78
%doc %{gem_instdir}/README.md
Josef Stribny 3716b78
%doc %{gem_instdir}/VERSIONS.md
Josef Stribny 3716b78
%doc %{gem_instdir}/History.md
Josef Stribny 3716b78
%{gem_instdir}/Rakefile
Josef Stribny 3716b78
%{gem_instdir}/Gemfile
Josef Stribny 3716b78
Josef Stribny 3716b78
%changelog
403bcd9
* Tue Apr 23 2019 Pavel Valena <pvalena@redhat.com> - 6.0.1-1
403bcd9
- Update to jquery-ui-rails 6.0.1.
403bcd9
c9cff9a
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-9
c9cff9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c9cff9a
3fec670
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-8
3fec670
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
3fec670
4df0627
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-7
4df0627
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4df0627
197b874
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-6
197b874
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
197b874
6304db7
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-5
6304db7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6304db7
8da8d67
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-4
8da8d67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8da8d67
660a38e
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.0-3
660a38e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
660a38e
Josef Stribny 3716b78
* Tue Sep 16 2014 Josef Stribny <jstribny@redhat.com> - 5.0.0-2
Josef Stribny 3716b78
- Use new %%license macro
Josef Stribny 3716b78
Josef Stribny 3716b78
* Thu Jul 24 2014 Josef Stribny <jstribny@redhat.com> - 5.0.0-1
Josef Stribny 3716b78
- Initial package