Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
usbprog
usbprog.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File usbprog.spec of Package usbprog
# # spec file for package usbprog # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # RHEL and CentOS have no wxGTK, so we cannot build the GUI here %if 0%{?rhel_version} || 0%{?centos_version} %define build_gui 0 %define readme_name README.RedHat %define group_name uucp %endif %if 0%{?fedora_version} %define build_gui 1 %define readme_name README.Fedora %define group_name dialout %endif %if 0%{?suse_version} %define build_gui 1 %define readme_name README.SUSE %if 0%{?suse_version} >= 1120 %define group_name dialout %else %define group_name uucp %endif %endif Name: usbprog Version: 0.2.0 Release: 4 License: GPL Url: http://www.embedded-projects.net/index.php?page_id=165 BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: Development/Tools/Other Source0: %{name}-%{version}.tar.bz2 Source1: README.distribution Patch0: usbprog-wxwidgets-2.4.diff Summary: Programmer for the USBprog hardware BuildRequires: gcc-c++ libusb-devel libxml2-devel readline-devel %if %{build_gui} %if 0%{?suse_version} > 1130 BuildRequires: python-wxWidgets wxWidgets-devel %else BuildRequires: python-wxGTK wxGTK-devel %endif %endif %if 0%{?suse_version} >= 1030 BuildRequires: libcurl-devel %else BuildRequires: curl-devel %endif %if 0%{?suse_version} >= 1010 BuildRequires: pkg-config %else BuildRequires: pkgconfig %endif %if 0%{?suse_version} > 1130 %define _use_internal_dependency_generator 0 %define __find_requires %wx_requires %endif %description USBprog is a programmer for the USBprog hardware. Author ------ Bernhard Walle <bernhard@bwalle.de> %if %{build_gui} %package gui License: GPL Requires: %{name} = %{version} Summary: GUI program of USBprog Group: Development/Tools/Other AutoReqProv: on %description gui A wxGTK version of the USBprog programmer. Author ------ Bernhard Walle <bernhard@bwalle.de> %endif %package -n libusbprog0 License: GPL Requires: %{name} = %{version} Summary: USBprog Library Group: Development/Tools/Other AutoReqProv: on %description -n libusbprog0 Library for USBprog. Author ------ Bernhard Walle <bernhard@bwalle.de> %package devel License: GPL Requires: %{name} = %{version} Summary: Development files for libusbprog Group: Development/Tools/Other AutoReqProv: on %description devel Header files for libusbprog. Author ------ Bernhard Walle <bernhard@bwalle.de> %prep %setup -q %patch0 -p1 %build %configure make %install %makeinstall %if %{build_gui} == 0 rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/usbprog.desktop rm -f $RPM_BUILD_ROOT/%{_datadir}/pixmaps/usbprog_icon.xpm %endif rm -f $RPM_BUILD_ROOT/%{_libdir}/*.*a mkdir -p $RPM_BUILD_ROOT/etc/udev/rules.d sed -e 's/@@USBPROG_GROUP@@/'%{group_name}'/g' usbprog.rules.in \ > $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d/98-usbprog.rules sed -e 's/@@USBPROG_GROUP@@/'%{group_name}'/g' %{S:1} > %{readme_name} %clean rm -rf "$RPM_BUILD_ROOT" %post -n libusbprog0 -p /sbin/ldconfig %postun -n libusbprog0 -p /sbin/ldconfig %files %defattr(-,root,root) %doc README COPYING ChangeLog NEWS %{readme_name} %doc %{_datadir}/doc/usbprog/USBprog.pdf %dir %{_datadir}/doc/usbprog %{_bindir}/usbprog %{_mandir}/man1/usbprog.1* %config %{_sysconfdir}/udev/rules.d/98-usbprog.rules %dir %{_sysconfdir}/udev %dir %{_sysconfdir}/udev/rules.d %files -n libusbprog0 %defattr(-,root,root) %{_libdir}/*so.* %if %{build_gui} %files gui %defattr(-,root,root) %{_bindir}/usbprog-gui %{_datadir}/applications/usbprog.desktop %{_datadir}/pixmaps/usbprog_icon.xpm %{_mandir}/man1/usbprog-gui.1* %endif %files devel %defattr(-,root,root) %{_includedir}/usbprog %{_libdir}/*so %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor