automatic version update by autodist [release 6.2-1mamba;Tue Dec 08 2015]
This commit is contained in:
parent
df609e471b
commit
c33e9621b7
37
avrdude.spec
37
avrdude.spec
@ -1,5 +1,5 @@
|
|||||||
Name: avrdude
|
Name: avrdude
|
||||||
Version: 6.1
|
Version: 6.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: AVR Downloader/UploaDEr
|
Summary: AVR Downloader/UploaDEr
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -20,12 +20,30 @@ BuildRequires: libusb-compat-devel
|
|||||||
BuildRequires: libusbx-devel
|
BuildRequires: libusbx-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libftdi1-devel >= 1.1
|
BuildRequires: libftdi1-devel >= 1.1
|
||||||
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires(post): %{__install_info}
|
Requires(post): %{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).
|
AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).
|
||||||
|
|
||||||
|
%package -n lib%{name}
|
||||||
|
Summary: %{name} libraries
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n lib%{name}
|
||||||
|
AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).
|
||||||
|
This package contains the %{name} shared libraries.
|
||||||
|
|
||||||
|
%package -n lib%{name}-devel
|
||||||
|
Summary: Devel package for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description -n lib%{name}-devel
|
||||||
|
AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).
|
||||||
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -51,6 +69,9 @@ exit 0
|
|||||||
%uninstall_info %{name}.info
|
%uninstall_info %{name}.info
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/avrdude
|
%{_bindir}/avrdude
|
||||||
@ -59,7 +80,21 @@ exit 0
|
|||||||
%{_infodir}/*.info.*
|
%{_infodir}/*.info.*
|
||||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
%doc AUTHORS COPYING ChangeLog* NEWS README
|
||||||
|
|
||||||
|
%files -n lib%{name}
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libavrdude.so.*
|
||||||
|
|
||||||
|
%files -n lib%{name}-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_includedir}/libavrdude.h
|
||||||
|
%{_libdir}/libavrdude.a
|
||||||
|
%{_libdir}/libavrdude.la
|
||||||
|
%{_libdir}/libavrdude.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 08 2015 Automatic Build System <autodist@mambasoft.it> 6.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Apr 06 2014 Automatic Build System <autodist@mambasoft.it> 6.1-1mamba
|
* Sun Apr 06 2014 Automatic Build System <autodist@mambasoft.it> 6.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user