]> git.pld-linux.org Git - packages/barcode.git/blobdiff - barcode.spec
- updated Source0 and URL addresses
[packages/barcode.git] / barcode.spec
index 6f09d6f18767b2cbe4882cae86438033fbb8cb1c..125f90b10a7f2d9956516a7a19f22910b5caa05d 100644 (file)
@@ -1,26 +1,38 @@
 Summary:       GNU barcode
+Summary(pl.UTF-8):     GNU barcode - narzędzie do kodów paskowych
 Name:          barcode
 Version:       0.98
-Release:       1
+Release:       4
 License:       GPL
 Group:         Applications/Graphics
-Source0:       ftp://ar.linux.it/pub/barcode/%{name}-%{version}.tar.gz
+Source0:       http://ftp.gnu.org/gnu/barcode/%{name}-%{version}.tar.gz
+# Source0-md5: 7f10c3307b84a19a4ab2fa4b3f2974da
 Patch0:                %{name}-DESTDIR.patch
-URL:           http://gnu.systemy.it/software/barcode/
+URL:           http://www.gnu.org/software/barcode/
 BuildRequires: autoconf
 BuildRequires: automake
+Conflicts:     xscreensaver <= 1:4.16-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This is GNU-barcode. The package is meant to solve most needs in
 barcode creation with a conventional printer. It can create printouts
 for the conventional product tagging standards: UPC-A, UPC-E, EAN-13,
-EAN-8, ISBN, as well as a few other formats. Ouput is generated as
+EAN-8, ISBN, as well as a few other formats. Output is generated as
 either Postscript or Encapsulated Postscript (other back-ends may be
 added if needed).
 
+%description -l pl.UTF-8
+To jest GNU-barcode. Ten pakiet ma za zadanie zaspokoić większość
+potrzeb związanych z drukowaniem kodów paskowych na konwencjonalnej
+drukarce. Może tworzyć wydruki kodów w standardach: UPC-A, UPC-E,
+EAN-13, EAN-8, ISBN, a także kilku innych. Dane wyjściowe są
+generowane w formacie Postscript lub Encapsulated Postscript (w razie
+potrzeby mogą być dodane inne backendy).
+
 %package devel
 Summary:       GNU barcode files for development
+Summary(pl.UTF-8):     Pliki do programowania z użyciem GNU barcode
 Group:         Development/Libraries
 
 %description devel
@@ -31,16 +43,27 @@ EAN-8, ISBN, as well as a few other formats. Ouput is generated as
 either Postscript or Encapsulated Postscript (other back-ends may be
 added if needed).
 
-This package contain the C header, the static library and man page for
-development.
+This subpackage contains the C header, the static library and man page
+for developing programs that use GNU barcode.
+
+%description devel -l pl.UTF-8
+To jest GNU-barcode. Ten pakiet ma za zadanie zaspokoić większość
+potrzeb związanych z drukowaniem kodów paskowych na konwencjonalnej
+drukarce. Może tworzyć wydruki kodów w standardach: UPC-A, UPC-E,
+EAN-13, EAN-8, ISBN, a także kilku innych. Dane wyjściowe są
+generowane w formacie Postscript lub Encapsulated Postscript (w razie
+potrzeby mogą być dodane inne backendy).
+
+Ten podpakiet zawiera plik nagłówkowy do C, statyczną bibliotekę oraz
+stronę manuala do tworzenia programów używających GNU barcode.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-aclocal
-autoconf
+%{__aclocal}
+%{__autoconf}
 %configure
 %{__make}
 
@@ -53,6 +76,12 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun        -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README TODO
@@ -62,6 +91,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/*
-%{_libdir}/lib*.a
-%{_mandir}/man3/*
+%{_includedir}/barcode.h
+%{_libdir}/libbarcode.a
+%{_mandir}/man3/barcode.3*
This page took 0.045831 seconds and 4 git commands to generate.