Blame SPECS/paps.spec

2b6473
Name:           paps
2b6473
Version:        0.6.8
2b6473
Release:        41%{?dist}
2b6473
2b6473
License:        LGPLv2+
2b6473
URL:            http://paps.sourceforge.net/
2b6473
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
2b6473
Source1:        paps.convs
2b6473
Source2:	29-paps.conf
2b6473
BuildRequires:  pango-devel automake autoconf libtool doxygen cups-devel
2b6473
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832897&group_id=153049&atid=786241
2b6473
Patch0:         paps-0.6.8-shared.patch
2b6473
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832924&group_id=153049&atid=786241
2b6473
Patch1:         paps-0.6.8-wordwrap.patch
2b6473
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832926&group_id=153049&atid=786241
2b6473
Patch2:         paps-langinfo.patch
2b6473
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832929&group_id=153049&atid=786241
2b6473
Patch3:         paps-0.6.6-lcnumeric.patch
2b6473
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832935&group_id=153049&atid=786241
2b6473
Patch4:         paps-exitcode.patch
2b6473
## rhbz#854897
2b6473
Patch5:         paps-854897-manpage.patch
2b6473
## Fedora specific patch to integrate with CUPS
2b6473
Patch50:        paps-cups.patch
2b6473
Patch51:        paps-cpilpi.patch
2b6473
## rhbz#424951
2b6473
Patch52:        paps-dsc-compliant.patch
2b6473
Patch53:        paps-autoconf262.patch
2b6473
## rhbz#524883
2b6473
Patch54:        paps-fix-cpi.patch
2b6473
## rhbz#618483
2b6473
Patch55:        paps-fix-loop-in-split.patch
2b6473
## rhbz#857592
2b6473
Patch56:        paps-fix-tab-width.patch
2b6473
Patch57:        paps-fix-non-weak-symbol.patch
2b6473
Patch58:        paps-correct-fsf-address.patch
2b6473
## rhbz#1078519
2b6473
Patch59:        %{name}-ft-header.patch
2b6473
## rhbz#1196997
2b6473
Patch60:        %{name}-a3.patch
2b6473
## rhbz#1214939
2b6473
Patch61:	%{name}-fix-paper-size-truncate.patch
2b6473
2b6473
Summary:        Plain Text to PostScript converter
2b6473
Group:          Applications/Publishing
2b6473
Requires:       %{name}-libs = %{version}-%{release}
2b6473
Requires:       cups-filesystem fontpackages-filesystem
2b6473
%description
2b6473
paps is a PostScript converter from plain text file using Pango.
2b6473
2b6473
%package libs
2b6473
Summary:        Libraries for paps
2b6473
Group:          Development/Libraries
2b6473
%description libs
2b6473
paps is a PostScript converter from plain text file using Pango.
2b6473
2b6473
This package contains the library for paps.
2b6473
2b6473
%package devel
2b6473
Summary:        Development files for paps
2b6473
Group:          Development/Libraries
2b6473
Requires:       %{name}-libs = %{version}-%{release}
2b6473
%description devel
2b6473
paps is a PostScript converter from plain text file using Pango.
2b6473
2b6473
This package contains the development files that is necessary to develop
2b6473
applications using paps API.
2b6473
2b6473
%prep
2b6473
%setup -q
2b6473
%patch0 -p1 -b .shared
2b6473
%patch1 -p1 -b .wordwrap
2b6473
%patch2 -p1 -b .langinfo
2b6473
%patch3 -p1 -b .lcnumeric
2b6473
%patch4 -p1 -b .exitcode
2b6473
%patch5 -p1 -b .manpage
2b6473
%patch50 -p1 -b .cups
2b6473
%patch51 -p1 -b .cpilpi
2b6473
%patch52 -p1 -b .dsc
2b6473
%patch53 -p1 -b .autoconf262
2b6473
%patch54 -p1 -b .fixcpi
2b6473
%patch55 -p1 -b .loop
2b6473
%patch56 -p1 -b .tab
2b6473
%patch57 -p1 -b .weak-symbol
2b6473
%patch58 -p1 -b .fsf
2b6473
%patch59 -p1 -b .ft-header
2b6473
%patch60 -p1 -b .a3
2b6473
%patch61 -p1 -b .paper-size
2b6473
libtoolize -f -c
2b6473
autoreconf -f -i
2b6473
2b6473
2b6473
%build
2b6473
%configure --disable-static
2b6473
make %{?_smp_mflags}
2b6473
2b6473
2b6473
%install
2b6473
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="/usr/bin/install -p"
2b6473
2b6473
# remove unnecessary files
2b6473
rm $RPM_BUILD_ROOT%{_libdir}/libpaps.la
2b6473
2b6473
# make a symlink for CUPS filter
2b6473
install -d $RPM_BUILD_ROOT%{_cups_serverbin}/filter # Not libdir
2b6473
ln -s %{_bindir}/paps $RPM_BUILD_ROOT%{_cups_serverbin}/filter/texttopaps
2b6473
2b6473
install -d $RPM_BUILD_ROOT%{_datadir}/cups/mime
2b6473
install -p -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/cups/mime/
2b6473
2b6473
install -d $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d
2b6473
install -p -m0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d/
2b6473
2b6473
2b6473
%post libs -p /sbin/ldconfig
2b6473
%postun libs -p /sbin/ldconfig
2b6473
2b6473
%files
2b6473
%doc AUTHORS COPYING.LIB README TODO
2b6473
%{_bindir}/paps
2b6473
%{_mandir}/man1/paps.1*
2b6473
%{_cups_serverbin}/filter/texttopaps
2b6473
%{_datadir}/cups/mime/paps.convs
2b6473
%{_sysconfdir}/fonts/conf.d/29-paps.conf
2b6473
2b6473
%files libs
2b6473
%doc COPYING.LIB
2b6473
%{_libdir}/libpaps.so.*
2b6473
2b6473
%files devel
2b6473
%doc COPYING.LIB
2b6473
%{_includedir}/libpaps.h
2b6473
%{_libdir}/libpaps.so
2b6473
2b6473
%changelog
2b6473
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-41
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2b6473
2b6473
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 0.6.8-40
2b6473
- Rebuilt for switch to libxcrypt
2b6473
2b6473
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-39
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2b6473
2b6473
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-38
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2b6473
2b6473
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-37
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2b6473
2b6473
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-36
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2b6473
2b6473
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-35
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2b6473
2b6473
* Fri Apr 24 2015 Akira TAGOH <tagoh@redhat.com> - 0.6.8-34
2b6473
- Fix wrong paper size due to the integer cast.
2b6473
2b6473
* Mon Mar  2 2015 Akira TAGOH <tagoh@redhat.com> - 0.6.8-33
2b6473
- Support A3 paper size.
2b6473
2b6473
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.6.8-32
2b6473
- Rebuilt for Fedora 23 Change
2b6473
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2b6473
2b6473
* Fri Oct 31 2014 Akira TAGOH <tagoh@redhat.com> - 0.6.8-31
2b6473
- Add a fontconfig config to force the scalable font.
2b6473
2b6473
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-30
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2b6473
2b6473
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-29
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2b6473
2b6473
* Thu Mar 20 2014 Akira TAGOH <tagoh@redhat.com> - 0.6.8-28
2b6473
- Fix FTBFS against freetype's header files location change. (#1078519)
2b6473
2b6473
* Mon Dec 16 2013 Akira TAGOH <tagoh@redhat.com> - 0.6.8-27
2b6473
- Move the place of paps.convs to %%{_datadir}/cups/mime. (#1042984)
2b6473
2b6473
* Wed Jul 31 2013 Akira TAGOH <tagoh@redhat.com> - 0.6.8-26
2b6473
- Fix the width calculation with CPI enabled. (#990228)
2b6473
2b6473
* Thu Apr 18 2013 Akira TAGOH <tagoh@redhat.com> - 0.6.8-25
2b6473
- Rebuilt for aarch64 support. (#926309)
2b6473
2b6473
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-24
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2b6473
2b6473
* Fri Nov 23 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-23
2b6473
- the spec file cleanup
2b6473
- Fix the undefined symbol issue in libpaps.so.0
2b6473
- Correct FSF address in the COPYING.LIB
2b6473
2b6473
* Mon Sep 24 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-22
2b6473
- Ensure the latest version of paps-libs are installed.
2b6473
2b6473
* Fri Sep 21 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-21
2b6473
- Fix wrong width for whitespaces when enabling CPI feature. (#857592)
2b6473
2b6473
* Thu Sep  6 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-20
2b6473
- Add a missing description of --encoding in manpage. (#854897)
2b6473
2b6473
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-19
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2b6473
2b6473
* Wed Jan 11 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-18
2b6473
- Use %%{_cups_serverbin} instead of the hardcoded path. (#772240)
2b6473
2b6473
* Mon Dec  5 2011 Akira TAGOH <tagoh@redhat.com> - 0.6.8-17
2b6473
- Add ldconfig in %%post/%%postun for paps-libs (#759880)
2b6473
2b6473
* Fri Jun 24 2011 Akira TAGOH <tagoh@redhat.com> - 0.6.8-16
2b6473
- Fix FTBFS issue. (#716211)
2b6473
2b6473
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-15
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2b6473
2b6473
* Tue Jul 27 2010 Akira TAGOH <tagoh@redhat.com> - 0.6.8-14
2b6473
- Fix the infinite loop in splitting paragraphs (#618483)
2b6473
2b6473
* Fri Mar 12 2010 Akira TAGOH <tagoh@redhat.com> - 0.6.8-13
2b6473
- Fix the directory's group ownership. (#572733)
2b6473
2b6473
* Tue Dec  8 2009 Akira TAGOH <tagoh@redhat.com> - 0.6.8-12
2b6473
- Add paps.convs to behaves the cups filter without the hardcoded thing
2b6473
  in cups. (#545031)
2b6473
2b6473
* Wed Oct 14 2009 Akira TAGOH <tagoh@redhat.com> - 0.6.8-11
2b6473
- Fix code that deal with CPI parameter to be accurate. (#524883)
2b6473
2b6473
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-10
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2b6473
2b6473
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-9
2b6473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2b6473
2b6473
* Mon Nov 17 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-8
2b6473
- Courier font to be a default font for texttopaps. (#469325)
2b6473
2b6473
* Mon Sep  1 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-7
2b6473
- paps-langinfo.patch: Updated.
2b6473
- paps-exitcode.patch: Updated.
2b6473
2b6473
* Fri May 16 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-6
2b6473
- paps-cups.patch: Fix printing with -o landscape in CUPS. (#222137)
2b6473
- paps-autoconf262.patch: Fix an error on autoreconf.
2b6473
2b6473
* Tue Feb 12 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-5
2b6473
- Rebuild for gcc-4.3.
2b6473
2b6473
* Wed Jan 23 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-4
2b6473
- Fix an exception on ghostscript. (#429275)
2b6473
2b6473
* Tue Jan 15 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-3
2b6473
- Put %%%%Pages: after %%%%Trailer. (#424951)
2b6473
2b6473
* Thu Jan 10 2008 Akira TAGOH <tagoh@redhat.com> - 0.6.8-2
2b6473
- paps-0.6.8-dsc-compliant.patch: Patch out to be DSC compliant. (#424951)
2b6473
2b6473
* Fri Nov 30 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.8-1
2b6473
- New upstream release.
2b6473
  - Remove patches merged and unnecessary anymore:
2b6473
    - paps-makefile.patch
2b6473
    - paps-formfeed.patch
2b6473
    - paps-0.6.6-encoding.patch
2b6473
    - paps-typo-font-scale.patch
2b6473
    - paps-0.6.6-segfault.patch
2b6473
    - paps-0.6.6-font-option.patch
2b6473
    - paps-0.6.6-lcctype.patch
2b6473
- paps-0.6.8-shared.patch: Enable building shared library.
2b6473
- paps-0.6.8-wordwrap.patch: Update a bit to get it working without an wordwrap
2b6473
  mode.
2b6473
- Add paps-libs and paps-devel package.
2b6473
- paps-cups.patch: Update.
2b6473
- paps-cpilpi.patch: Update.
2b6473
- Fix the wrong rendering with CPI option. (#237202)
2b6473
- Fix the unnecessary rotation with the landscape option when paps is running
2b6473
  as CUPS filter. (#222137)
2b6473
2b6473
* Thu Aug 23 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-21
2b6473
- Rebuild
2b6473
2b6473
* Fri Aug 10 2007 Akira TAGOH <tagoh@redhat.com>
2b6473
- Update License tag.
2b6473
2b6473
* Wed May 30 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-20
2b6473
- Fix to not do wordwrap when 'wrap=false' is given. (#240588)
2b6473
2b6473
* Tue Mar 27 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-19
2b6473
- Fix PostScript breakage following the non-monetary numeric format from
2b6473
  current locale. (#231916)
2b6473
2b6473
* Wed Mar  7 2007 Akira TAGOH <tagoh@redhat.com> - 0.6.6-18
2b6473
- default to lpi=6 and cpi=10 if paps is bringing up as cups filter. (#223862)
2b6473
2b6473
* Tue Jan 23 2007 Akira TAGOH <tagoh@redhat.com>
2b6473
- Better the encoding guess by looking at current locale. (#212154)
2b6473
2b6473
* Mon Dec  4 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-17
2b6473
- Fix a segfault on non-printable character. (#216296)
2b6473
2b6473
* Sat Sep 30 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-16
2b6473
- paps-0.6.6-exitcode.patch: exit immediately with proper exit code
2b6473
  when unrecoverable error occurs. (#208592)
2b6473
2b6473
* Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> - 0.6.6-15
2b6473
- Avoid using iconv when not needed (bug #206259).
2b6473
2b6473
* Thu Sep 14 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-14
2b6473
- paps-cups.patch: try to parse input even if any invalid character appears.
2b6473
  (#206259)
2b6473
2b6473
* Thu Aug 31 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-13
2b6473
- paps-formfeed.patch: fixed to not insert an extra line in next page.
2b6473
  (#202731)
2b6473
2b6473
* Thu Aug 17 2006 Tim Waugh <twaugh@redhat.com> - 0.6.6-12
2b6473
- Map CUPS charset names to real ones (bug #197577).
2b6473
2b6473
* Mon Jul 17 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-11
2b6473
- add an owner info to PS.
2b6473
2b6473
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.6-10.2
2b6473
- rebuild
2b6473
2b6473
* Tue Jul  4 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-10
2b6473
- paps-0.6.6-cpilpi.patch: add --cpi and --lpi option to support the characters
2b6473
  per inch and the lines per inch.
2b6473
- paps-cups.patch: add cpi and lpi support.
2b6473
2b6473
* Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com> - 0.6.6-9
2b6473
- Fixed font-option patch.
2b6473
- Adjusted CUPS patch: CUPS invokes the filter with the destination
2b6473
  printer name in argv[0], not the binary name.
2b6473
- CUPS filter lives in CUPS_SERVERBIN, which is /usr/lib/cups on all
2b6473
  architectures -- not %%{_libdir}/cups.
2b6473
2b6473
* Thu Jun 29 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-8
2b6473
- use dist tag.
2b6473
- paps-cups.patch: applied to work paps as CUPS filter.
2b6473
- paps-0.6.6-encoding.patch: null-terminates the output.
2b6473
2b6473
* Tue Jun 27 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-7
2b6473
- rebuilt to import into Core.
2b6473
2b6473
* Wed Jun 21 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-6
2b6473
- paps-0.6.6-wordwrap.patch: applied to do a wordwrap.
2b6473
2b6473
* Tue Jun 20 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-5
2b6473
- paps-typo-font-scale.patch: backported from CVS.
2b6473
- paps-0.6.6-font-option.patch: integrated --font-family and --font-scale
2b6473
  options to --font.
2b6473
- paps-0.6.6-lcctype.patch: follow LC_CTYPE to determine the default language.
2b6473
2b6473
* Fri Jun 16 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-4
2b6473
- added libtool and doxygen to BuildReq.
2b6473
- removed NEWS file which is empty.
2b6473
2b6473
* Mon Jun 12 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-3
2b6473
- use make install DESTDIR=... instead of %%makeinstall
2b6473
- add automake and autoconf to BuildReq.
2b6473
2b6473
* Thu May 25 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-2
2b6473
- paps-0.6.6-encoding.patch: support --encoding option to be able to convert
2b6473
  the input file to UTF-8.
2b6473
- paps-0.6.6-segfault.patch: fixed a possible segfault issue when reading is
2b6473
  failed.
2b6473
2b6473
* Fri May 19 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.6-1
2b6473
- New upstream release.
2b6473
2b6473
* Mon Apr 17 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.5-1
2b6473
- New upstream release.
2b6473
  - paps-0.6.3-fix-pagesize.patch: removed. it has been merged in upstream.
2b6473
  - paps-0.6.3-goption.patch: removed. it has been merged in upstream.
2b6473
  - paps-0.6.3-header.patch: removed. it has been merged in upstream.
2b6473
- paps-makefile.patch: rework to be applied.
2b6473
2b6473
* Fri Mar 31 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-4
2b6473
- paps-0.6.3-formfeed.patch: applied to deal with the formfeed mark properly.
2b6473
- paps-0.6.3-goption.patch: rewritten option parser using GOption. and segfault
2b6473
  gone as well. (#187205)
2b6473
- paps-0.6.3-header.patch: applied to support the output of the page header.
2b6473
2b6473
* Fri Mar 24 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-3
2b6473
- paps-0.6.3-fix-pagesize.patch: fixed displaying the beginning of line at out of page. (#176207)
2b6473
2b6473
* Thu Mar  2 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-2
2b6473
- rebuilt.
2b6473
2b6473
* Wed Jan 11 2006 Akira TAGOH <tagoh@redhat.com> - 0.6.3-1
2b6473
- New upstream release.
2b6473
- paps-0.6.2-fix-bufferoverflow.patch: removed.
2b6473
2b6473
* Wed Dec 21 2005 Akira TAGOH <tagoh@redhat.com> - 0.6.2-1
2b6473
- New upstream release.
2b6473
  - the bitmap font is now ignored. (#176206)
2b6473
- paps-0.6.2-fix-bufferoverflow.patch: applied to fix the buffer overflow.
2b6473
2b6473
* Tue Dec 13 2005 Akira TAGOH <tagoh@redhat.com> - 0.6.1-1
2b6473
- New upstream release.
2b6473
- paps-0.6.1-makefile.patch: applied to install docs on the proper dir.
2b6473
2b6473
* Fri Nov  4 2005 Akira TAGOH <tagoh@redhat.com> - 0.5-1
2b6473
- New upstream release.
2b6473
2b6473
* Tue Oct 18 2005 Akira TAGOH <tagoh@redhat.com> - 0.3-1
2b6473
- Initial package.
2b6473