]> git.pld-linux.org Git - packages/code2html.git/commitdiff
- updated to 0.9.1 (bugfix release).
authorkloczek <kloczek@pld-linux.org>
Thu, 14 Feb 2002 03:27:57 +0000 (03:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    code2html.spec -> 1.4

code2html.spec

index 8bfb6b6c2d7e4b3befb751be1b78d503c0a37e27..dcf96183734e5a3ebe6be8cac06c16de7c01e780 100644 (file)
@@ -1,12 +1,26 @@
-Summary:       Code2html is a tool which allows you to convert your source code files to syntax highlighted HTML.
-Summary(pl):   Code2html jest narzêdziem konwertuj±cym twój kod ¼ród³owy do HTML-u z wyró¿nieniem sk³adni.
+Summary:       Code2html is a tool which allows you to convert your source code files to syntax highlighted HTML
+Summary(pl):   Code2html jest narzêdziem konwertuj±cym twój kod ¼ród³owy do HTML-u z wyró¿nieniem sk³adni
 Name:          code2html
-Version:       0.9
+Version:       0.9.1
 Release:       1
 License:       Freeware
 Group:         Applications/Publishing
+Group(cs):     Aplikace/Publikování
+Group(da):     Programmer/Udgivelse
 Group(de):     Applikationen/Publizieren
+Group(es):     Aplicaciones/Edición
+Group(fr):     Applications/Edition
+Group(is):     Forrit/Umbrot
+Group(it):     Applicazioni/Publishing
+Group(ja):     ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó/¥Ñ¥Ö¥ê¥Ã¥·¥ó¥°
+Group(no):     Applikasjoner/Publisering
 Group(pl):     Aplikacje/Publikowanie
+Group(pt):     Aplicações/Publicação
+Group(pt_BR):  Aplicações/Editoração
+Group(ru):     ðÒÉÌÏÖÅÎÉÑ/ôÉÐÏÇÒÁÆÉÑ
+Group(sl):     Programi/Zalo¾ni¹tvo
+Group(sv):     Tillämpningar/Publicering
+Group(uk):     ðÒÉËÌÁÄΦ ðÒÏÇÒÁÍÉ/ôÉÐÏÇÒÁƦÑ
 Source0:       http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildArch:     noarch
@@ -16,7 +30,6 @@ Code2html is a perl script which converts a program source code to
 syntax highlighted HTML, or any other format for which rules are
 defined. To use code2html, you also need to install Perl.
 
-
 %description -l pl
 Code2html jest skryptem Perla konwertuj±cym ¼ród³o programu do HTML-u
 z wyró¼nieniem sk³adni, albo do innego formatu, dla którego zostan±
@@ -26,14 +39,12 @@ zainstalowa
 %prep
 %setup -q 
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__install} -d $RPM_BUILD_ROOT%{_bindir}
-%{__install} code2html $RPM_BUILD_ROOT%{_bindir}
-%{__install} -d $RPM_BUILD_ROOT%{_mandir}/man1
-%{__install} code2html.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install code2html $RPM_BUILD_ROOT%{_bindir}
+install code2html.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 gzip -9nf ChangeLog CREDITS LICENSE README
 
@@ -42,6 +53,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc *.gz
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
-%doc *.gz
This page took 0.098341 seconds and 4 git commands to generate.