new version
This commit is contained in:
parent
d68186ddad
commit
e1cadd04d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
coderay-0.8.312.gem
|
coderay-0.8.312.gem
|
||||||
/coderay-0.9.7.gem
|
/coderay-0.9.7.gem
|
||||||
/coderay-0.9.8.gem
|
/coderay-0.9.8.gem
|
||||||
|
/coderay-1.0.0.gem
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Summary: Fast syntax highlighter engine for many programming languages
|
Summary: Fast syntax highlighter engine for many programming languages
|
||||||
Name: rubygem-%{gemname}
|
Name: rubygem-%{gemname}
|
||||||
Version: 0.9.8
|
Version: 1.0.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -40,10 +40,6 @@ rmdir %{buildroot}%{gemdir}/bin
|
|||||||
rm -rf %{buildroot}/%{geminstdir}/lib/term
|
rm -rf %{buildroot}/%{geminstdir}/lib/term
|
||||||
find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
|
find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
|
||||||
find %{buildroot}/%{geminstdir}/bin -type f | xargs sed -i 's/\r//' $FILES
|
find %{buildroot}/%{geminstdir}/bin -type f | xargs sed -i 's/\r//' $FILES
|
||||||
sed -i 's/\r//' %{buildroot}/%{geminstdir}/FOLDERS
|
|
||||||
sed -i 's#\#!/usr/bin/env ruby##g' %{buildroot}/%{geminstdir}/lib/coderay/helpers/file_type.rb
|
|
||||||
sed -i 's#\#!/usr/bin/env ruby##g' %{buildroot}/%{geminstdir}/lib/coderay/token_classes.rb
|
|
||||||
chmod a-x %{buildroot}/%{geminstdir}/lib/coderay/token_classes.rb
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -51,7 +47,6 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_bindir}/coderay
|
%{_bindir}/coderay
|
||||||
%{_bindir}/coderay_stylesheet
|
|
||||||
%dir %{geminstdir}/
|
%dir %{geminstdir}/
|
||||||
%dir %{geminstdir}/lib
|
%dir %{geminstdir}/lib
|
||||||
%dir %{geminstdir}/test
|
%dir %{geminstdir}/test
|
||||||
@ -59,15 +54,17 @@ rm -rf %{buildroot}
|
|||||||
%{geminstdir}/bin
|
%{geminstdir}/bin
|
||||||
%{geminstdir}/lib/[cC]*
|
%{geminstdir}/lib/[cC]*
|
||||||
%doc %{gemdir}/doc/%{gemname}-%{version}
|
%doc %{gemdir}/doc/%{gemname}-%{version}
|
||||||
%doc %{geminstdir}/FOLDERS
|
|
||||||
%doc %{geminstdir}/LICENSE
|
%doc %{geminstdir}/LICENSE
|
||||||
%doc %{geminstdir}/lib/README
|
|
||||||
%doc %{geminstdir}/Rakefile
|
%doc %{geminstdir}/Rakefile
|
||||||
|
%doc %{geminstdir}/README_INDEX.rdoc
|
||||||
%{gemdir}/cache/%{gemname}-%{version}.gem
|
%{gemdir}/cache/%{gemname}-%{version}.gem
|
||||||
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 15 2011 Jan Klepek <jan.klepek at, gmail.com> - 1.0.0-1
|
||||||
|
- new version
|
||||||
|
|
||||||
* Sat Jul 23 2011 Jan Klepek <jan.klepek at, gmail.com> - 0.9.8-1
|
* Sat Jul 23 2011 Jan Klepek <jan.klepek at, gmail.com> - 0.9.8-1
|
||||||
- new version
|
- new version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user