rpms/barcode/devel barcode-install-info.patch, NONE, 1.1 barcode.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Thu Jul 7 15:21:08 UTC 2005


Author: ixs

Update of /cvs/extras/rpms/barcode/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28816/devel

Modified Files:
	.cvsignore sources 
Added Files:
	barcode-install-info.patch barcode.spec 
Log Message:
auto-import barcode-0.98-5 on branch devel from barcode-0.98-5.src.rpm
initial import

barcode-install-info.patch:

--- NEW FILE barcode-install-info.patch ---
--- barcode-0.98/doc/doc.barcode.orig	2005-07-07 16:27:14.632811312 +0200
+++ barcode-0.98/doc/doc.barcode	2005-07-07 16:31:21.607265488 +0200
@@ -23,6 +23,11 @@
 
 @comment %**start of header
 @setfilename barcode.info
+ at dircategory Text creation and manipulation
+ at dircategory GNU libraries
+ at direntry
+* Barcode: (barcode).           Barcode generation from text strings.
+ at end direntry
 @settitle Barcode @value{version}
 @iftex
 @afourpaper


--- NEW FILE barcode.spec ---
Summary: generates barcodes from text strings
Name: barcode
Version: 0.98
Release: 5%{?dist}
License: GPL
Group: Applications/Text
Source0: ftp://ftp.gnu.org/gnu/barcode/barcode-0.98.tar.gz
Patch0: barcode-install-info.patch
URL: http://www.gnu.org/software/barcode/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(preun): /sbin/install-info
Requires(post): /sbin/install-info
BuildRequires: tetex, texinfo

%description
Barcode 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 either Postscript or
Encapsulated Postscript.

%package devel
Summary:        Header files and libraries for %{name} development
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description devel
The %{name}-devel package contains the header files and libraries needed
to develop programs that use the %{name} library.

%prep
%setup -q
%patch0 -p1 -b .categories

%build
%configure
make %{?_smp_mflags}

# Regenerate documentation
make -C doc barcode.info

%install
rm -rf %{buildroot}
%makeinstall

# Fix locations according to FHS
mkdir -p %{buildroot}%{_mandir}
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}/usr/man/* %{buildroot}%{_mandir}
mv %{buildroot}/usr/info/* %{buildroot}%{_infodir}

%clean
rm -rf %{buildroot}

%post
/sbin/install-info %{_infodir}/barcode.info.gz %{_infodir}/dir

%preun
if [ $1 = 0 ]; then
    /sbin/install-info --delete %{_infodir}/barcode.info.gz %{_infodir}/dir
fi

%files
%defattr(-, root, root)
%doc COPYING ChangeLog README TODO
%{_bindir}/barcode
%{_mandir}/man1/barcode.1.gz
%{_infodir}/barcode.info.gz

%files devel
%defattr(-, root, root)
%{_includedir}/*.h
%{_libdir}/*.a
%{_mandir}/man3/barcode.3.gz

%changelog
* Thu Jul 07 2005 Andreas Thienemann <andreas at bawue.net> 0.98-5
- Added install-info support to the texinfo file.
- Fixed minor spec errors

* Thu Jul 01 2005 Andreas Thienemann <andreas at bawue.net> 0.98-4
- Added info-install in post and pre stage.

* Thu Jul 01 2005 Andreas Thienemann <andreas at bawue.net> 0.98-3
- Added %%{epoch} tag to the -devel requires.

* Thu Jun 30 2005 Andreas Thienemann <andreas at bawue.net> 0.98-2
- spec cleanup.

* Wed Jun 29 2005 Andreas Thienemann <andreas at bawue.net> 0.98-1
- Initial RPM release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/barcode/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jul 2005 15:20:14 -0000	1.1
+++ .cvsignore	7 Jul 2005 15:21:02 -0000	1.2
@@ -0,0 +1 @@
+barcode-0.98.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/barcode/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jul 2005 15:20:14 -0000	1.1
+++ sources	7 Jul 2005 15:21:02 -0000	1.2
@@ -0,0 +1 @@
+7f10c3307b84a19a4ab2fa4b3f2974da  barcode-0.98.tar.gz




More information about the scm-commits mailing list