-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release updates (version, NEWS, packaging)
* adjust [py]gtk distributed files
- Loading branch information
1 parent
a07ed1e
commit ac700d5
Showing
7 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
AC_PREREQ([2.61]) | ||
AC_INIT([zbar], [0.6], [[email protected]]) | ||
AC_INIT([zbar], [0.7], [[email protected]]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AC_CONFIG_MACRO_DIR(config) | ||
AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign subdir-objects std-options dist-bzip2]) | ||
|
@@ -21,7 +21,7 @@ dnl then increment age. | |
dnl - If any interfaces have been removed since the last public release, | ||
dnl then set age to 0. | ||
AC_SUBST([LIB_VERSION], [0:0:0]) | ||
AC_SUBST([RELDATE], [2009-02-28]) | ||
AC_SUBST([RELDATE], [2009-04-21]) | ||
|
||
dnl widget libraries use their own versioning. | ||
dnl NB pygtk wrapper is *unversioned* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Prefix: %{_prefix} | |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root | ||
|
||
%description | ||
The ZBar Barcode Reader is a library for scanning and decoding bar | ||
The ZBar Bar Code Reader is a library for scanning and decoding bar | ||
codes from various sources such as video streams, image files or raw | ||
intensity sensors. It supports EAN, UPC, Code 128, Code 39 and | ||
Interleaved 2 of 5. The flexible, layered architecture features a | ||
|
@@ -25,7 +25,7 @@ Summary: bar code library extra development files | |
Requires: %{name} = %{version} | ||
|
||
%description devel | ||
The ZBar Barcode Reader is a library for scanning and decoding bar | ||
The ZBar Bar Code Reader is a library for scanning and decoding bar | ||
codes from various sources such as video streams, image files or raw | ||
intensity sensors. It supports EAN, UPC, Code 128, Code 39 and | ||
Interleaved 2 of 5. The flexible, layered architecture features a | ||
|
@@ -40,7 +40,7 @@ Summary: bar code reader GTK widget | |
Requires: %{name} = %{version}, gtk2 | ||
|
||
%description gtk | ||
The ZBar Barcode Reader is a library for scanning and decoding bar | ||
The ZBar Bar Code Reader is a library for scanning and decoding bar | ||
codes from various sources such as video streams, image files or raw | ||
intensity sensors. It supports EAN, UPC, Code 128, Code 39 and | ||
Interleaved 2 of 5. The flexible, layered architecture features a | ||
|
@@ -55,7 +55,7 @@ Summary: bar code reader GTK widget extra development files | |
Requires: %{name}-gtk = %{version}, %{name}-devel = %{version}, gtk2-devel | ||
|
||
%description gtk-devel | ||
The ZBar Barcode Reader is a library for scanning and decoding bar | ||
The ZBar Bar Code Reader is a library for scanning and decoding bar | ||
codes from various sources such as video streams, image files or raw | ||
intensity sensors. It supports EAN, UPC, Code 128, Code 39 and | ||
Interleaved 2 of 5. The flexible, layered architecture features a | ||
|
@@ -71,7 +71,7 @@ Summary: bar code reader PyGTK widget | |
Requires: %{name} = %{version}, pygtk2 | ||
|
||
%description pygtk | ||
The ZBar Barcode Reader is a library for scanning and decoding bar | ||
The ZBar Bar Code Reader is a library for scanning and decoding bar | ||
codes from various sources such as video streams, image files or raw | ||
intensity sensors. It supports EAN, UPC, Code 128, Code 39 and | ||
Interleaved 2 of 5. The flexible, layered architecture features a | ||
|
@@ -86,7 +86,7 @@ Summary: bar code reader Qt widget | |
Requires: %{name} = %{version}, qt >= 4 | ||
|
||
%description qt | ||
The ZBar Barcode Reader is a library for scanning and decoding bar | ||
The ZBar Bar Code Reader is a library for scanning and decoding bar | ||
codes from various sources such as video streams, image files or raw | ||
intensity sensors. It supports EAN, UPC, Code 128, Code 39 and | ||
Interleaved 2 of 5. The flexible, layered architecture features a | ||
|
@@ -101,7 +101,7 @@ Summary: bar code reader Qt widget extra development files | |
Requires: %{name}-qt = %{version}, %{name}-devel = %{version}, qt-devel >= 4 | ||
|
||
%description qt-devel | ||
The ZBar Barcode Reader is a library for scanning and decoding bar | ||
The ZBar Bar Code Reader is a library for scanning and decoding bar | ||
codes from various sources such as video streams, image files or raw | ||
intensity sensors. It supports EAN, UPC, Code 128, Code 39 and | ||
Interleaved 2 of 5. The flexible, layered architecture features a | ||
|
@@ -194,8 +194,8 @@ ldconfig | |
%{_includedir}/zbar/QZBar*.h | ||
|
||
%changelog | ||
* Thu Apr 16 2009 spadix <[email protected]> | ||
- project name change | ||
* Thu Apr 21 2009 spadix <[email protected]> | ||
- version 0.7 project name change | ||
|
||
* Thu Jul 24 2008 spadix <[email protected]> | ||
- version 0.5 updates (new widget packages) | ||
|