RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   10-Jun-2007 01:50:07
  Branch: HEAD                             Handle: 2007061000500700

  Modified files:
    rpm/popt                .cvsignore popt.spec

  Log:
    prepare popt-1.11 for release.

  Summary:
    Revision    Changes     Path
    1.21        +3  -0      rpm/popt/.cvsignore
    1.34        +13 -15     rpm/popt/popt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/popt/.cvsignore
  ============================================================================
  $ cvs diff -u -r1.20 -r1.21 .cvsignore
  --- rpm/popt/.cvsignore       9 Jun 2007 22:14:24 -0000       1.20
  +++ rpm/popt/.cvsignore       9 Jun 2007 23:50:07 -0000       1.21
  @@ -1,6 +1,7 @@
   .deps
   .depend
   .libs
  +ABOUT-NLS
   ChangeLog
   Doxyfile
   Makefile
  @@ -19,11 +20,13 @@
   doxygen
   depcomp
   install-sh
  +intl
   libtool
   ltconfig
   ltmain.sh
   m4
   missing
  +mkinstalldirs
   stamp-h
   stamp-h1
   stamp-h.in
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/popt/popt.spec
  ============================================================================
  $ cvs diff -u -r1.33 -r1.34 popt.spec
  --- rpm/popt/popt.spec        25 May 2007 17:36:23 -0000      1.33
  +++ rpm/popt/popt.spec        9 Jun 2007 23:50:07 -0000       1.34
  @@ -1,15 +1,11 @@
  -#
  -# Note: popt is now an rpm sub-package (including libpopt.so*) so you 
probably
  -# shouldn't need to use this spec file to package popt anymore.
  -#
   Summary: A C library for parsing command line parameters.
   Name: popt
  -Version: 1.10.7
  -Release: 0.1
  +Version: 1.11
  +Release: 1
   License: X Consortium
   Group: System Environment/Libraries
  -Source: ftp://ftp.redhat.com/pub/redhat/code/popt/popt-%{version}.tar.gz
  -BuildRoot: /var/tmp/%{name}root
  +Source: http://rpm5.org/v/files/popt/%{name}-%{version}.tar.gz
  +BuildRoot: %{_tmppath}/%{name}-root
   
   %description
   Popt is a C library for parsing command line parameters.  Popt
  @@ -28,25 +24,27 @@
   %setup -q
   
   %build
  -#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
  -
   %configure
   make
   
   %install
  +rm -rf $RPM_BUILD_ROOT
   make DESTDIR=$RPM_BUILD_ROOT install
  +%find_lang popt
   
   %clean
   rm -rf $RPM_BUILD_ROOT
   
  -%files
  +%files -f popt.lang
   %defattr(-,root,root)
  -%{_prefix}/lib/libpopt.*
  -%{_prefix}/include/popt.h
  -%{_prefix}/man/man3/popt.3
  -%{_prefix}/share/locale/*/LC_MESSAGES/popt.mo
  +%{_libdir}/libpopt.*
  +%{_includedir}/popt.h
  +%{_mandir}/man3/popt.3*
   
   %changelog
  +* Sat Jun  9 2007 Jeff Johnson <[EMAIL PROTECTED]>
  +- release popt-1.11 through rpm5.org.
  +
   * Thu Dec 10 1998 Michael Johnson <[EMAIL PROTECTED]>
   - released 1.2.2; see CHANGES
   
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to