]> git.pld-linux.org Git - packages/barcode.git/blame - barcode.spec
- tabs in preamble
[packages/barcode.git] / barcode.spec
CommitLineData
8ec2b9a2 1Summary: GNU barcode
a86d3573 2Summary(pl.UTF-8): GNU barcode - narzędzie do kodów paskowych
8ec2b9a2 3Name: barcode
4Version: 0.98
1f1a83e6 5Release: 4
8ec2b9a2 6License: GPL
04617102 7Group: Applications/Graphics
8Source0: ftp://ar.linux.it/pub/barcode/%{name}-%{version}.tar.gz
d22e1a0b 9# Source0-md5: 7f10c3307b84a19a4ab2fa4b3f2974da
04617102 10Patch0: %{name}-DESTDIR.patch
11URL: http://gnu.systemy.it/software/barcode/
12BuildRequires: autoconf
13BuildRequires: automake
1f1a83e6 14Conflicts: xscreensaver <= 1:4.16-2
8ec2b9a2 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8ec2b9a2 16
17%description
18This is GNU-barcode. The package is meant to solve most needs in
19barcode creation with a conventional printer. It can create printouts
20for the conventional product tagging standards: UPC-A, UPC-E, EAN-13,
ac26525e 21EAN-8, ISBN, as well as a few other formats. Output is generated as
8ec2b9a2 22either Postscript or Encapsulated Postscript (other back-ends may be
23added if needed).
24
0fcee431
JR
25%description -l pl.UTF-8
26To jest GNU-barcode. Ten pakiet ma za zadanie zaspokoić większość
27potrzeb związanych z drukowaniem kodów paskowych na konwencjonalnej
28drukarce. Może tworzyć wydruki kodów w standardach: UPC-A, UPC-E,
29EAN-13, EAN-8, ISBN, a także kilku innych. Dane wyjściowe są
169186bc 30generowane w formacie Postscript lub Encapsulated Postscript (w razie
0fcee431 31potrzeby mogą być dodane inne backendy).
169186bc 32
8ec2b9a2 33%package devel
34Summary: GNU barcode files for development
a86d3573 35Summary(pl.UTF-8): Pliki do programowania z użyciem GNU barcode
8ec2b9a2 36Group: Development/Libraries
37
38%description devel
39This is GNU-barcode. The package is meant to solve most needs in
40barcode creation with a conventional printer. It can create printouts
41for the conventional product tagging standards: UPC-A, UPC-E, EAN-13,
42EAN-8, ISBN, as well as a few other formats. Ouput is generated as
43either Postscript or Encapsulated Postscript (other back-ends may be
44added if needed).
45
7637e865 46This subpackage contains the C header, the static library and man page
169186bc
JB
47for developing programs that use GNU barcode.
48
0fcee431
JR
49%description devel -l pl.UTF-8
50To jest GNU-barcode. Ten pakiet ma za zadanie zaspokoić większość
51potrzeb związanych z drukowaniem kodów paskowych na konwencjonalnej
52drukarce. Może tworzyć wydruki kodów w standardach: UPC-A, UPC-E,
53EAN-13, EAN-8, ISBN, a także kilku innych. Dane wyjściowe są
169186bc 54generowane w formacie Postscript lub Encapsulated Postscript (w razie
0fcee431 55potrzeby mogą być dodane inne backendy).
169186bc 56
0fcee431
JR
57Ten podpakiet zawiera plik nagłówkowy do C, statyczną bibliotekę oraz
58stronę manuala do tworzenia programów używających GNU barcode.
8ec2b9a2 59
60%prep
61%setup -q
04617102 62%patch0 -p1
8ec2b9a2 63
64%build
a01d37d4 65%{__aclocal}
169186bc 66%{__autoconf}
04617102 67%configure
8ec2b9a2 68%{__make}
69
70%install
71rm -rf $RPM_BUILD_ROOT
04617102 72
73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT
8ec2b9a2 75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
169186bc
JB
79%post
80[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
81
82%postun
83[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
84
8ec2b9a2 85%files
86%defattr(644,root,root,755)
04617102 87%doc ChangeLog README TODO
88%attr(755,root,root) %{_bindir}/barcode
89%{_infodir}/barcode.info*
90%{_mandir}/man1/barcode.1*
8ec2b9a2 91
92%files devel
93%defattr(644,root,root,755)
04617102 94%{_includedir}/*
95%{_libdir}/lib*.a
96%{_mandir}/man3/*
This page took 0.039511 seconds and 4 git commands to generate.