summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2014-06-07 13:42:15 (GMT)
committerJakub Bogusz2014-06-07 13:42:15 (GMT)
commit468863a5a79d4a4498c2721bf377f283dedd0651 (patch)
treef4151e26baf0c02e1cea72bed218f54464eb5405
parentf86cb94e6e09863866d59eb538ca6c52458a34da (diff)
downloadlibantlr3c-468863a5a79d4a4498c2721bf377f283dedd0651.zip
libantlr3c-468863a5a79d4a4498c2721bf377f283dedd0651.tar.gz
- updated URL, pl
-rw-r--r--libantlr3c.spec20
1 files changed, 11 insertions, 9 deletions
diff --git a/libantlr3c.spec b/libantlr3c.spec
index 6e0f16a..874259f 100644
--- a/libantlr3c.spec
+++ b/libantlr3c.spec
@@ -1,23 +1,25 @@
Summary: C run-time support for ANTLR-generated parsers
-Summary(pl.UTF-8): Biblioteka C dla antlr3
+Summary(pl.UTF-8): Biblioteka uruchomieniowa C wspomagająca analizatory wygenerowane przez ANTLR
Name: libantlr3c
Version: 3.4
Release: 1
License: BSD
Group: Libraries
-Source0: http://www.antlr.org/download/C/%{name}-%{version}.tar.gz
+Source0: http://www.antlr3.org/download/C/%{name}-%{version}.tar.gz
# Source0-md5: 08b1420129d5dccd0f4461cedf2a0d7d
+URL: http://www.antlr3.org/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
C run-time support for ANTLR-generated parsers.
%description -l pl.UTF-8
-Biblioteki C dla antlr3
+Biblioteka uruchomieniowa C wspomagająca analizatory wygenerowane
+przez ANTLR.
%package devel
-Summary: Header files for the C bindings for ANTLR-generated parsers
-Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libantlr3c
+Summary: Header files for the C bindings for ANTLR-generated parsers
+Summary(pl.UTF-8): Pliki nagłówkowe wiązań C analizatorów wygenerowanych przez ANTLR
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
@@ -25,7 +27,7 @@ Requires: %{name} = %{version}-%{release}
Header files for the C bindings for ANTLR-generated parsers
%description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki libantlr3c.
+Pliki nagłówkowe wiązań C analizatorów wygenerowanych przez ANTLR.
%package static
Summary: Static libantlr3c library
@@ -61,13 +63,13 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README NEWS
+%doc AUTHORS COPYING ChangeLog NEWS README
%attr(755,root,root) %{_libdir}/libantlr3c.so
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libantlr3c.la
-%{_includedir}/*.h
+%{_libdir}/libantlr3c.la
+%{_includedir}/antlr3*.h
%files static
%defattr(644,root,root,755)