1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-18 21:09:55 +00:00

(trunk) #2038 Current spec file supplied with 1.60 and previous versions does not work

This commit is contained in:
Charles Kerr 2009-05-08 03:00:46 +00:00
parent b293474ae4
commit 128a41f4be

View file

@ -10,6 +10,7 @@ License: MIT
Group: Applications/Internet Group: Applications/Internet
URL: http://www.transmissionbt.com/ URL: http://www.transmissionbt.com/
Epoch: 1 Epoch: 1
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: curl-devel >= @CURL_MINIMUM@ BuildRequires: curl-devel >= @CURL_MINIMUM@
@ -43,15 +44,21 @@ make DESTDIR=$RPM_BUILD_ROOT install
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS LICENSE NEWS README %doc AUTHORS NEWS README
%attr(755,root,root) %{_bindir}/%{name} %attr(755,root,root) %{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/* %{_datadir}/pixmaps/*
%{_datadir}/icons/*
%{_datadir}/%{name}/web/*
%{_datadir}/man/man1/%{name}*
%{_datadir}/locale/*
%changelog %changelog
* Thu Mar 5 2009 Gijs <info@bsnw.nl>
- fixed %files section
- added Source0
* Wed Jul 18 2006 Charles Kerr <charles@transmissionbt.com> * 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