Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb24119' into 'master'
Move man page to usb-moded-doc. JB#24119

See merge request mer-core/usb-moded!42
  • Loading branch information
Tomin1 committed Jan 21, 2019
2 parents 1eb0b2e + 25063b1 commit 68c15ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion rpm/usb-moded.changes
Expand Up @@ -16,7 +16,7 @@
- Add rescue mode
- Add softconnect support

* Thu Nov 20 2012 Philippe De Swert <philippe.deswert@jollamobile.com> - 0.54.1
* Tue Nov 20 2012 Philippe De Swert <philippe.deswert@jollamobile.com> - 0.54.1
- Fix configuration file creation when the /etc/usb-moded dir is missing

* Mon Nov 19 2012 Philippe De Swert <philippe.deswert@jollamobile.com> - 0.54
Expand Down
15 changes: 6 additions & 9 deletions rpm/usb-moded.spec
Expand Up @@ -337,9 +337,9 @@ install -m 644 -D src/usb_moded-modes.h %{buildroot}/%{_includedir}/%{name}/usb_
install -m 644 -D src/usb_moded-appsync-dbus.h %{buildroot}/%{_includedir}/%{name}/usb_moded-appsync-dbus.h
install -m 644 -D src/com.meego.usb_moded.xml %{buildroot}/%{_includedir}/%{name}/com.meego.usb_moded.xml
install -m 644 -D usb_moded.pc %{buildroot}/%{_libdir}/pkgconfig/usb_moded.pc
install -d %{buildroot}/%{_docdir}/%{name}/html/
install -m 644 docs/html/* %{buildroot}/%{_docdir}/%{name}/html/
install -m 644 docs/usb_moded-doc.txt %{buildroot}/%{_docdir}/%{name}/
install -d %{buildroot}/%{_docdir}/%{name}-%{version}/html/
install -m 644 docs/html/* %{buildroot}/%{_docdir}/%{name}-%{version}/html/
install -m 644 docs/usb_moded-doc.txt %{buildroot}/%{_docdir}/%{name}-%{version}/
install -m 644 -D debian/manpage.1 %{buildroot}/%{_mandir}/man1/usb-moded.1
install -m 644 -D debian/usb_moded.conf %{buildroot}/%{_sysconfdir}/dbus-1/system.d/usb_moded.conf
install -m 644 -D %{SOURCE1} %{buildroot}/%{_sysconfdir}/modprobe.d/usb_moded.conf
Expand Down Expand Up @@ -378,7 +378,7 @@ systemctl daemon-reload || :

%files
%defattr(-,root,root,-)
%doc debian/copyright
%license LICENSE
%dir %{_sysconfdir}/usb-moded
%dir %{_sysconfdir}/usb-moded/dyn-modes
%dir %{_sysconfdir}/usb-moded/run
Expand All @@ -388,22 +388,19 @@ systemctl daemon-reload || :
%ghost %{_sysconfdir}/udhcpd.conf
%{_sbindir}/usb_moded
%{_sbindir}/usb_moded_util
%{_mandir}/man1/usb-moded.1.gz
/lib/systemd/system/%{name}.service
/lib/systemd/system/basic.target.wants/%{name}.service
%config %{_sysconfdir}/tmpfiles.d/usb-moded.conf

%files devel
%defattr(-,root,root,-)
%doc debian/copyright
%{_includedir}/%{name}/*
%{_libdir}/pkgconfig/usb_moded.pc

%files doc
%defattr(-,root,root,-)
%doc debian/changelog debian/copyright LICENSE
%{_docdir}/%{name}/*
%{_docdir}/%{name}/html/*
%{_docdir}/%{name}-%{version}
%{_mandir}/man1/usb-moded.1.gz

%files developer-mode
%defattr(-,root,root,-)
Expand Down

0 comments on commit 68c15ac

Please sign in to comment.