Browse Source

updated btparse-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5758 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
b0b644aae4
1 changed files with 9 additions and 6 deletions
  1. 9 6
      b/btparse/btparse-vl.spec

+ 9 - 6
b/btparse/btparse-vl.spec

@@ -2,14 +2,14 @@
 
 Name:             btparse
 Version:          0.35
-Release:          1%{?_dist_release}
+Release:          2%{?_dist_release}
 Summary:          Tool for parsing and processing BibTeX data files
 Summary(ja):      BibTeX ファイルを解析処理するツール
-License:          GPL
+License:          GPLv2
 Distribution:     Vine Linux
 Group:            Applications/Publishing
-Source:           %{name}-%{version}.tar.gz
-URL:              http://search.cpan.org/dist/btparse/
+Source:           http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/btparse/%{name}-%{version}.tar.gz
+URL:              http://search.cpan.org/~ambs/btparse/
 BuildRoot:        %{_tmppath}/%{name}-%{version}-root
 
 ## BuildRequires:       
@@ -78,7 +78,7 @@ applications which will use %{name}.
 %setup -q
 
 %build
-%configure
+%configure --disable-static
 %{__make}
 
 %install
@@ -107,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -n %{libname}-devel
 %defattr (-,root,root)
 %{_includedir}/*
-%{_libdir}/lib*.a
+#%{_libdir}/lib*.a
 %exclude %{_libdir}/lib*.la
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
@@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 # %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sat Feb 25 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.35-2
+- remove %%{_libdir}/lib*.a from %%files -n libbtparse-devel
+
 * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 0.35-1vl5
 - applied new versioning policy, spec in utf-8
 - excluded *.la