mirror of
https://github.com/transmission/transmission
synced 2024-12-31 20:16:57 +00:00
(trunk) #2038 Current spec file supplied with 1.60 and previous versions does not work
This commit is contained in:
parent
b293474ae4
commit
128a41f4be
1 changed files with 12 additions and 5 deletions
|
@ -10,6 +10,7 @@ License: MIT
|
|||
Group: Applications/Internet
|
||||
URL: http://www.transmissionbt.com/
|
||||
Epoch: 1
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: curl-devel >= @CURL_MINIMUM@
|
||||
|
@ -43,15 +44,21 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS LICENSE NEWS README
|
||||
%attr(755,root,root) %{_bindir}/%{name}
|
||||
%doc AUTHORS NEWS README
|
||||
%attr(755,root,root) %{_bindir}/%{name}*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/*
|
||||
|
||||
%{_datadir}/icons/*
|
||||
%{_datadir}/%{name}/web/*
|
||||
%{_datadir}/man/man1/%{name}*
|
||||
%{_datadir}/locale/*
|
||||
|
||||
%changelog
|
||||
|
||||
* Thu Mar 5 2009 Gijs <info@bsnw.nl>
|
||||
- fixed %files section
|
||||
- added Source0
|
||||
* Wed Jul 18 2006 Charles Kerr <charles@transmissionbt.com>
|
||||
- first draft at a spec file, cribbed from Pan's spec file
|
||||
- first draft at a spec file, cribbed from Pan's spec file
|
Loading…
Reference in a new issue