Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update spec file for new build structure
  • Loading branch information
Bernd Wachter committed Apr 4, 2013
1 parent 90b3a1e commit fecf44e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions rpm/ssu.changes
@@ -1,3 +1,7 @@
* Thu Apr 04 2013 Bernd Wachter <bernd.wachter@jollamobile.com> - 0.31
- Refactorize project files
- Add Sandbox

* Wed Apr 03 2013 Bernd Wachter <bernd.wachter@jollamobile.com> - 0.30.1
- Use oneshot to add default user to ssu group

Expand Down
9 changes: 5 additions & 4 deletions rpm/ssu.spec
@@ -1,5 +1,5 @@
Name: ssu
Version: 0.30.1
Version: 0.31
Release: 1
Summary: SSU enabler for RND
Group: System/Base
Expand Down Expand Up @@ -128,13 +128,14 @@ Group: Documentation


%build
qmake DEFINES+='TARGET_ARCH=\\\"\"%{_target_cpu}\"\\\"' -recursive
mkdir -p build && cd build
qmake DEFINES+='TARGET_ARCH=\\\"\"%{_target_cpu}\"\\\"' -recursive ..
make %{?_smp_mflags}
doxygen doc/Doxyfile
doxygen ../doc/Doxyfile


%install
make INSTALL_ROOT=%{buildroot} install
cd build && make INSTALL_ROOT=%{buildroot} install
mkdir -p %{buildroot}/%{_sysconfdir}/zypp/credentials.d
ln -s %{_bindir}/ssu %{buildroot}/%{_bindir}/rndssu
mkdir -p %{buildroot}/%{_docdir}/%{name}
Expand Down

0 comments on commit fecf44e

Please sign in to comment.