|
@@ -2,14 +2,14 @@
|
|
|
|
|
|
Name: btparse
|
|
Name: btparse
|
|
Version: 0.35
|
|
Version: 0.35
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Tool for parsing and processing BibTeX data files
|
|
Summary: Tool for parsing and processing BibTeX data files
|
|
Summary(ja): BibTeX ファイルを解析処理するツール
|
|
Summary(ja): BibTeX ファイルを解析処理するツール
|
|
-License: GPL
|
|
|
|
|
|
+License: GPLv2
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Group: Applications/Publishing
|
|
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
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
## BuildRequires:
|
|
## BuildRequires:
|
|
@@ -78,7 +78,7 @@ applications which will use %{name}.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure
|
|
|
|
|
|
+%configure --disable-static
|
|
%{__make}
|
|
%{__make}
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -107,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
%files -n %{libname}-devel
|
|
%files -n %{libname}-devel
|
|
%defattr (-,root,root)
|
|
%defattr (-,root,root)
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
-%{_libdir}/lib*.a
|
|
|
|
|
|
+#%{_libdir}/lib*.a
|
|
%exclude %{_libdir}/lib*.la
|
|
%exclude %{_libdir}/lib*.la
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/pkgconfig/*.pc
|
|
@@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
# %{_libdir}/pkgconfig/%{name}.pc
|
|
# %{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 0.35-1vl5
|
|
- applied new versioning policy, spec in utf-8
|
|
- applied new versioning policy, spec in utf-8
|
|
- excluded *.la
|
|
- excluded *.la
|