Navigation Menu

Skip to content

Commit

Permalink
[buteo] Moved to git packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Wachter committed Apr 15, 2013
1 parent 80bb957 commit b4c3d50
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
Makefile
*.list
*.prl
*.so*
src/pkgconfig
tests_meego/libbuteosyncml-tests
29 changes: 29 additions & 0 deletions rpm/buteo-syncml.changes
@@ -1,3 +1,32 @@
* Mon Sep 24 2012 Bernd Wachter <bernd.wachter@jollamobile.com> - 0.5.0
- Update to nemo upstream, contributing to JB#2310

* Thu Sep 06 2012 Bernd Wachter <bernd.wachter@jollamobile.com> - 0.4.18
- Update to latest upstream
- Move tests to /opt/tests

* Mon Jan 31 2011 Bernd Wachter <ext-bernd.wachter@nokia.com> - 0.4.10.7
- Update version, fixing BMC#13137

* Wed Jan 05 2011 Bernd Wachter <ext-bernd.wachter@nokia.com> - 0.4.10.2
- Update version, fixing BMC#11996

* Fri Dec 17 2010 Bernd Wachter <ext-bernd.wachter@nokia.com> - 0.4.9.52
- Update version, fixing BMC#11096

* Wed Nov 24 2010 Bernd Wachter <ext-bernd.wachter@nokia.com> - 0.4.9.47
- Update version, required for buteo-sync-plugins fixes from BME#3888

* Sun Oct 17 2010 Bernd Wachter <ext-bernd.wachter@nokia.com> - 0.4.9.38
- Update to latest version

* Thu Sep 23 2010 Bernd Wachter <ext-bernd.wachter@nokia.com> - 0.4.9.35
- Update version, fixing BMC#6136

* Tue Aug 24 2010 Bernd Wachter <ext-bernd.wachter@nokia.com> - 0.4.9.28
- Update to latest version
- Change BuildRequires to pkgconfig

* Mon Jun 28 2010 Bernd Wachter <ext-bernd.wachter@nokia.com> - 0.4.9
- Update to latest version

Expand Down
28 changes: 15 additions & 13 deletions rpm/buteo-syncml.spec
@@ -1,23 +1,25 @@
Name: buteo-syncml
Version: 0.4.9
Version: 0.5.0
Release: 1
Summary: SyncML library for MeeGo sync
Group: System/Libraries
License: LGPLv2.1
URL: http://meego.gitorious.com/meego-middleware/buteo-syncml
URL: https://github.com/nemomobile/buteo-syncml
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: qt-devel, doxygen
BuildRequires: doxygen
BuildRequires: pkgconfig(QtCore)
BuildRequires: pkgconfig(libwbxml2)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: openobex-devel
BuildRequires: buteo-syncfw-devel
BuildRequires: pkgconfig(openobex)
BuildRequires: pkgconfig(buteosyncfw)

%description
%{summary}.

%files
%defattr(-,root,root,-)
%config %{_sysconfdir}/buteo/*.xsd
%config %{_sysconfdir}/buteo/*.xml
%{_libdir}/*.so.*

%package devel
Expand All @@ -32,6 +34,8 @@ Requires: %{name} = %{version}-%{release}
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.prl
%{_libdir}/pkgconfig/*.pc


%package tests
Expand All @@ -44,8 +48,11 @@ Requires: %{name} = %{version}-%{release}

%files tests
%defattr(-,root,root,-)
%{_bindir}/*-tests
%{_datadir}/libbuteosyncml-tests
/opt/tests/buteo-syncml/test-definition/tests.xml
/opt/tests/buteo-syncml/libbuteosyncml-tests
/opt/tests/buteo-syncml/runstarget.sh
/opt/tests/buteo-syncml/data/


%prep
%setup -q
Expand All @@ -57,13 +64,8 @@ make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make INSTALL_ROOT=%{buildroot} install


%clean
rm -rf %{buildroot}


%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

0 comments on commit b4c3d50

Please sign in to comment.