Revisions of BonsoleRTA-client-lib
Sławomir Lach (Lachu)
committed
(revision 31)
- Change build script for helper lib - Remove soname version for helper lib - Rename helper lib package
Sławomir Lach (Lachu)
committed
(revision 30)
- Changes in linking
Sławomir Lach (Lachu)
committed
(revision 29)
- Repair bugous tab title - Set title in more conditions - Some memory problems fixed - Iterate throught arguments starting from 1
Sławomir Lach (Lachu)
committed
(revision 28)
- Repair broken spec file
Sławomir Lach (Lachu)
committed
(revision 27)
- Repair pc file path
Sławomir Lach (Lachu)
committed
(revision 26)
- Update to newer version - Added pc file
Sławomir Lach (Lachu)
committed
(revision 25)
- Added devel file
Sławomir Lach (Lachu)
committed
(revision 24)
- Update CMakeList.txt and paths - Update installation (*.spec file)
Sławomir Lach (Lachu)
committed
(revision 23)
- Update with newer CMakeList.txt - Split provides header - Change output library name - Skip some cleanup routines -- This line, and those below, will be ignored-- M BonsoleRTA-GUI-client-0.0.4.tar.gz M BonsoleRTA-client-lib.spec Diff for working copy: . Index: BonsoleRTA-GUI-client-0.0.4.tar.gz =================================================================== Binary file 'BonsoleRTA-GUI-client-0.0.4.tar.gz' has changed. Index: BonsoleRTA-client-lib.spec =================================================================== --- BonsoleRTA-client-lib.spec (revision 22) +++ BonsoleRTA-client-lib.spec (working copy) @@ -8,7 +8,8 @@ Requires: BomsoleRTA-client-lib-backend URL: https://sourceforge.net/projects/Bonsole Source0: https://sourceforge.net/projects/bonsole/files/Sources/BonsoleRTA-GUI-client-%{version}.tar.gz -Provides: libBonsoleClient.so libBonsoleClient.so.0.%{version} +Provides: libBonsoleClient.so +Provides: libBonsoleClient.so.0.%{version} %define short_name libBonsoleClient.so %define library_name %{short_name}-%{version} @@ -33,14 +34,15 @@ cd build DESTDIR=%{buildroot}/ cmake --install . --component ClientLib -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -mv %{buildroot}/%{_prefix}/%{_lib}/%{short_name}.0 %{buildroot}/%{_prefix}/%{_lib}/%{library_name} + +mv %{buildroot}/%{_prefix}/%{_lib}/%{short_name} %{buildroot}/%{_prefix}/%{_lib}/%{library_name} + cd .. install -dm 0655 data/xslt %{buildroot}/usr/share/Bonsole/xsl-views install -dm 0655 data/dtd %{buildroot}/usr/share/Bonsole/dtd install -m 0644 data/etc/bonsole-app-suggested.cnf %{buildroot}/usr/etc -rm /%{buildroot}/%{_prefix}/%{_lib}/libBonsoleClient.so %post /sbin/ldconfig
Sławomir Lach (Lachu)
committed
(revision 22)
- Update to newer version - Repair bug with install script - not installing all files
Sławomir Lach (Lachu)
committed
(revision 21)
- Update file list since we move some files between packages
Sławomir Lach (Lachu)
committed
(revision 20)
- Moved config file from GUI package onto library client package
Sławomir Lach (Lachu)
committed
(revision 19)
- Add dependency of virtual package providing backend
Sławomir Lach (Lachu)
committed
(revision 18)
- Added requirement one of backend
Sławomir Lach (Lachu)
committed
(revision 17)
- Made possible of loading backends (path fixed)
Sławomir Lach (Lachu)
committed
(revision 16)
- Update to newer version of Bonsole
Sławomir Lach (Lachu)
committed
(revision 15)
- Remove soname problems
Sławomir Lach (Lachu)
committed
(revision 14)
- Ipdate Bonsole version - Better integrate with OBS - 32-bit build enhacnement
Sławomir Lach (Lachu)
committed
(revision 13)
- Update CMakeFile.txt
Sławomir Lach (Lachu)
committed
(revision 12)
- Update bonsole client lib version - Added debugsource and debuginfo packages
Displaying revisions 1 - 20 of 31