Browse Source

mpfr: rebuild for Vine 6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3580 ec354946-7b23-47d6-9f5a-488ba84defc7
kenta 14 years ago
parent
commit
a6f78f09f2
1 changed files with 7 additions and 1 deletions
  1. 7 1
      m/mpfr/mpfr-vl.spec

+ 7 - 1
m/mpfr/mpfr-vl.spec

@@ -1,12 +1,15 @@
 Summary: A C library for multiple-precision floating-point computations
 Name: mpfr
 Version: 2.4.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 URL: http://www.mpfr.org/
 Source0: http://www.mpfr.org/mpfr-current/mpfr-%{version}.tar.bz2
 #Patch0: mpfr-2.3.0-upstream.patch
 License: LGPLv2+ and GPLv2+ and GFDL
 Group: System Environment/Libraries
+Vendor: Project Vine 
+Distribution: Vine Linux 
+Packager: inagaki, Takemikaduchi, kenta
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gmp-devel
 Requires: gmp >= 4.2.1
@@ -88,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/mpfr.info*
 
 %changelog
+* Tue Apr 19 2011 NAKAMURA Kenta <kenta@vinelinux.org> 2.4.2-2
+- rebuild for Vine 6
+
 * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
 - new upstream release
 - add Requires: gmp-devel (devel package)