Browse Source

perl-Glib-1.223-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3169 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
761f517628
1 changed files with 10 additions and 2 deletions
  1. 10 2
      p/perl-Glib/perl-Glib-vl.spec

+ 10 - 2
p/perl-Glib/perl-Glib-vl.spec

@@ -1,5 +1,5 @@
 Name:           perl-Glib
-Version:        1.200
+Version:        1.223
 Release:        1%{?_dist_release}
 Summary:        Perl interface to GLib
 Summary(ja):    Glib の Perl インタフェース
@@ -17,6 +17,9 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 This module provides perl access to Glib and GLib's GObject libraries.
 GLib is a portability and utility library; GObject provides a generic
@@ -60,12 +63,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE NEWS README TODO
+%doc AUTHORS ChangeLog.pre-git LICENSE NEWS README TODO
 %{perl_vendorarch}/auto/Glib/
 %{perl_vendorarch}/Glib*
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 1.223-1
+- new upstream release
+- add Vendor and Distribution tags
+- update files in doc
+
 * Tue Nov 04 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.200-1
 - new upstream release