]> git.pld-linux.org Git - packages/C++2LaTeX.git/blobdiff - C++2LaTeX.spec
- dropped pre-cvs changelog
[packages/C++2LaTeX.git] / C++2LaTeX.spec
index 9b18535f41977843d6bbcb443c8e676832febd63..b91d72576d42bd50b38d10bdcb1abdb8074a8292 100644 (file)
@@ -1,31 +1,32 @@
 Summary:       Pretty-printer for converting C/C++ code to a LaTeX listing
-Summary(pl):   Konwerter listingów C/C++ na LaTeX
+Summary(pl.UTF-8):     Konwerter listingów C/C++ na LaTeX
 Name:          C++2LaTeX
 %define                ver     1_1pl1
 Version:       1.1pl1
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Publishing/TeX
 Source0:       ftp://ftp.tex.ac.uk/tex-archive/support/%{name}-%{ver}.tar.gz
 # Source0-md5: 439cf4f33983848f5d6761c6f605f631
 BuildRequires: flex
-Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 C++2LaTeX takes as input a C or C++ source file and outputs a LaTeX
 file that is a beautified listing (optionally the output can contain
 the 'documentstyle' header and so on).
 
-%description -l pl
-C++2LaTeX przyjmuje na wej¶cie kod ¼ród³owy w C lub C++, a na wyj¶cie
-wysy³a plik w LaTeX-u z ³adnym listingiem.
+%description -l pl.UTF-8
+C++2LaTeX przyjmuje na wejście kod źródłowy w C lub C++, a na wyjście
+wysyła plik w LaTeXu z ładnym listingiem.
 
 %prep
 %setup -q -n %{name}-%{ver}
 
 %build
 rm -f *.o c++2latex
-%{__make} CFLAGS="%{rpmcflags} -DUSE_NAME"
+%{__make} \
+       CFLAGS="%{rpmcflags} -DUSE_NAME"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.076427 seconds and 4 git commands to generate.