Update to latest upstream
This commit is contained in:
parent
e4cf2717dc
commit
bebfb1ef8b
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
/kyotocabinet-1.2.27.tar.gz
|
||||
/kyotocabinet-1.2.29.tar.gz
|
||||
*.rpm
|
||||
/kyotocabinet-1.2.29
|
||||
/kyotocabinet-1.2.70
|
||||
/kyotocabinet
|
||||
/kyotocabinet-1.2.31.tar.gz
|
||||
/kyotocabinet-1.2.70.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%define doctarget %{_defaultdocdir}/%{name}-%{version}
|
||||
|
||||
Name: kyotocabinet
|
||||
Version: 1.2.31
|
||||
Release: 3%{?dist}
|
||||
Version: 1.2.70
|
||||
Release: 1%{?dist}
|
||||
Summary: A lightweight database library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -95,18 +95,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/kctreetest.1.gz
|
||||
%{_mandir}/man1/kcutilmgr.1.gz
|
||||
%{_mandir}/man1/kcutiltest.1.gz
|
||||
%{_libdir}/libkyotocabinet.so.8
|
||||
%{_libdir}/libkyotocabinet.so.8.1.0
|
||||
%{_libdir}/libkyotocabinet.so.15
|
||||
%{_libdir}/libkyotocabinet.so.15.9.0
|
||||
%{doctarget}/
|
||||
%{doctarget}/doc/command.html
|
||||
%{doctarget}/doc/common.css
|
||||
%{doctarget}/doc/icon16.png
|
||||
%{doctarget}/doc/index.html
|
||||
%{doctarget}/doc/logo.png
|
||||
%{doctarget}/doc/spex.html
|
||||
%{doctarget}/COPYING
|
||||
%{doctarget}/README
|
||||
%{doctarget}/ChangeLog
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -126,6 +119,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/kcprotodb.h
|
||||
%{_includedir}/kcregex.h
|
||||
%{_includedir}/kcstashdb.h
|
||||
%{_includedir}/kctextdb.h
|
||||
%{_includedir}/kcthread.h
|
||||
%{_includedir}/kcutil.h
|
||||
%{_libdir}/libkyotocabinet.so
|
||||
@ -200,8 +194,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{doctarget}/doc/api/classkyotocabinet_1_1LinkedHashMap_1_1Iterator.html
|
||||
%{doctarget}/doc/api/classkyotocabinet_1_1MapReduce-members.html
|
||||
%{doctarget}/doc/api/classkyotocabinet_1_1MapReduce.html
|
||||
%{doctarget}/doc/api/classkyotocabinet_1_1MapReduce_1_1MapEmitter-members.html
|
||||
%{doctarget}/doc/api/classkyotocabinet_1_1MapReduce_1_1MapEmitter.html
|
||||
%{doctarget}/doc/api/classkyotocabinet_1_1MapReduce_1_1ValueIterator-members.html
|
||||
%{doctarget}/doc/api/classkyotocabinet_1_1MapReduce_1_1ValueIterator.html
|
||||
%{doctarget}/doc/api/classkyotocabinet_1_1Mutex-members.html
|
||||
@ -354,32 +346,28 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{doctarget}/doc/api/namespaces.html
|
||||
%{doctarget}/doc/api/structkyotocabinet_1_1File_1_1Status-members.html
|
||||
%{doctarget}/doc/api/structkyotocabinet_1_1File_1_1Status.html
|
||||
%{doctarget}/doc/api/tab_b.gif
|
||||
%{doctarget}/doc/api/tab_l.gif
|
||||
%{doctarget}/doc/api/tab_r.gif
|
||||
%{doctarget}/doc/api/tabs.css
|
||||
%{doctarget}/doc/api/unionKCCUR-members.html
|
||||
%{doctarget}/doc/api/unionKCCUR.html
|
||||
%{doctarget}/doc/api/unionKCDB-members.html
|
||||
%{doctarget}/doc/api/unionKCDB.html
|
||||
|
||||
%changelog
|
||||
* Mon Aug 31 2011 Casey Dahlin <cdahlin@redhat.com> - 1.2.70-1
|
||||
- Update to latest upstream
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.31-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Jan 3 2011 Casey Dahlin <cjdahlin@ncsu.edu> - 1.2.31-2
|
||||
- Correct files list for soname bump
|
||||
|
||||
* Mon Jan 3 2011 Casey Dahlin <cjdahlin@ncsu.edu> - 1.2.31-1
|
||||
* Mon Jan 3 2011 Casey Dahlin <cdahlin@redhat.com> - 1.2.31-1
|
||||
- Update to latest upstream
|
||||
|
||||
* Mon Dec 13 2010 Casey Dahlin <cjdahlin@ncsu.edu> - 1.2.29-1
|
||||
* Mon Dec 13 2010 Casey Dahlin <cdahlin@redhat.com> - 1.2.29-1
|
||||
- Update to latest upstream
|
||||
|
||||
* Fri Dec 10 2010 Casey Dahlin <cjdahlin@ncsu.edu> - 1.2.27-2
|
||||
* Fri Dec 10 2010 Casey Dahlin <cdahlin@redhat.com> - 1.2.27-2
|
||||
- Separate out devel-doc package
|
||||
- Make sure we own our documentation folder
|
||||
- Kill rpath
|
||||
|
||||
* Wed Dec 8 2010 Casey Dahlin <cjdahlin@ncsu.edu> - 1.2.27-1
|
||||
* Wed Dec 8 2010 Casey Dahlin <cdahlin@redhat.com> - 1.2.27-1
|
||||
- Initial packaging
|
||||
|
Loading…
Reference in New Issue
Block a user